@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}

body {
	/*margin-bottom: 60px;*/
	background-color: #ecf0f5;
}

.container {
	/*width: 90%;*/
	width: 100%;
	min-width: 0;
	max-width: 1280px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.bold {
	font-weight: bold;
}

.pl0 {
	padding-left: 0;
}

.mb10 {
	margin-bottom: 10px !important;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.attetion {
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
	color: #777;
}

div.menu-down {
	cursor: pointer;
}

div.menu-down:hover {
	background-color: #fafafa;
}

span.menu-down {
	display: inline !important;
	padding: 0 0 0 10px !important;
	font-size: 12px !important;
	line-height: 1 !important;
	width: initial !important;
	float: right;
}

.navbar-toggle {
	padding: 15px 0;
}

.nav>li a {
	height: 50px;
	/*--add--*/
	font-size: 12px;
	padding-left: 7px;
	padding-right: 7px;
	/*line-height: 32px;*/
}

.navbar-sub {
	background-color: #367faa;
}

.navbar-sub .nav>li a {
	height: 44px;
}

.navbar-sub a {
	color: #fff;
}

.navbar-sub li.active a,
.navbar-sub a:hover {
	background-color: #ecf0f5 !important;
	border-top: 6px #367faa solid;
	color: #000 !important;
	padding-top: 10px;
}

.container>.navbar-header {
	margin-right: 0;
	margin-left: 0;
}

@media screen and (max-width: 480px) {
	.navbar-brand {
		padding: 15px 0;
	}

	.container>.navbar-header {
		/*
		margin-left: -15px; 
		margin-right: -15px;
		*/
	}
}

@media screen and (max-width: 767px) {
	.nav>li a {
		line-height: 32px;
	}
}

h1 {
	font-size: 24px;
}

.content-header h1 {
	margin: 20px 15px 0;
}

.btn-deepgreen {
	background-color: #0D8B4C;
	border-color: #00702B;
	color: #fff;
}

.btn-deepgreen:hover {
	background-color: #00702B;
	border-color: #00702B;
	color: #fff;
}

/* 一覧 */
table.dataTable thead>tr>th {
	padding-right: 20px;
	vertical-align: top;
	font-size: 12px;
}

#lists td {
	font-size: 12px;
}

table {
	width: 100%;
}

table.info thead tr th:nth-child(1),
table.info tr td:nth-child(1) {
	border-left-color: #00acd6 !important;
}

table.success thead tr th:nth-child(1),
table.success tr td:nth-child(1) {
	border-left-color: #398439 !important;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 1px;
}

th,
td {
	padding: 3px;
}

table#lists tr th.non,
table#lists tr td.non {
	display: none;
}

.middle {
	margin-top: 0.8%;
}

.middle2 {
	margin-top: 2%;
}

.checkbox {
	margin: 5px 0;
}

.checkbox label,
.radio label {
	padding-left: 14px;
}

.checkbox label span,
.radio label span {
	margin-left: 6px;
}

/*tr.self,
tr.self a {
	color: #ddd;
}*/
tr.ended {
	background-color: #D7D7D7;
	pointer-events: none;
}

span.self {
	background-color: #3c8dbc;
	color: #fff;
	padding: 1px 6px 2px 8px;
	font-size: 8px;
	margin-right: 5px;
}

span.ended {
	background-color: #656261;
	color: #fff;
	padding: 1px 6px 2px 8px;
	font-size: 8px;
	margin-right: 5px;
}

/* 詳細 */
.nml {
	font-size: 14px;
	font-weight: initial;
}

div.detail h2 {
	background-color: #f4f4f4;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

div.detail {
	border-radius: initial;
	border: 2px solid #d2d6de;
	box-shadow: initial;
}

div.detail div.box-body {
	padding: 0;
	background: #fff;
}

table.detail th,
table.detail td {
	border-bottom-width: 2px !important;
	border: solid 0px #eee;
	vertical-align: top;
	padding: 15px;
}

table.detail th {
	width: 150px;
}

.bottom-back {
	margin: 15px 0 60px;
}

.tel {
	color: #72afd2;
	font-size: 20px;
	font-weight: bold;
}

/* 会話 */
.direct-chat-messages {
	min-height: 250px;
	max-height: 500px;
	height: initial;
}

/* ポップアップ会社情報詳細 */
.fancybox-skin {
	background: #367faa !important;
	padding: 5px !important;
}

#popup .wrapper {
	background-color: #fff !important;
}

#popup h1 {
	background-color: #f4f4f4;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

#popup h1 span.close {
	opacity: initial;
	margin: -5px;
}

#popup .detailimg {
	width: 420px;
	padding: 10px;
}

#popup .detailimg img {
	width: 400px;
}

#popup th {
	width: 120px;
}

#popup th,
#popup td {
	border-bottom-width: 2px !important;
	border: solid 0px #eee;
	vertical-align: top;
	padding: 15px;
}

/* 登録トップ */
#edit .nav-pills>li {
	float: initial;
}

#edit .nav-pills>li+li {
	margin-left: initial;
}

#edit h4 {
	display: table;
}

#edit h4 span:first-child {
	display: table-cell;
	width: 220px;
	padding: 3px 0 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
}

#home #edit h4 span.info_link {
	font-weight: bold;
}

#home #edit h4 span {
	width: 1075px;
}

#edit .info_link {
	padding:
		30px 0 10px 10px !important;
}

#edit h4 a {
	//    display: table-cell;
	display: inline;
	width: 35px;
	border-radius: initial;
	color: #000;
}

#edit h4 a:hover {
	color: #fff;
	background-color: #000;
}

#edit .nav>li a {
	height: initial;
	padding: 10px 10px 10px 2em;
	background-color: #f6f6f6;
}

#edit .nav>li a:hover {
	background-color: #E2E3E8;
}

#edit .box-body {
	margin: 0;
	padding: 20px 10px !important;
}

#edit .box-body div {
	padding: 0;
}

#edit .body-fix {
	border-radius: initial;
	margin-bottom: 0;
	/*--add--*/
	box-shadow: none;
}

#edit .btn.btn-box-tool {
	white-space: normal;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}

#edit .btn-register {
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
}

/* 詳細確認 */
#edit h3 span {
	font-size: 14px;
}

#edit td div {
	padding-right: 0;
}

#edit .col-xs-0 {
	float: left;
	display: inline-block;
	margin-top: 5px;
	padding-left: 15px;
}

#edit div.box-footer {
	border-top: 0;
}

#edit div.npl {
	padding-left: 0;
}

#edit div.npr {
	padding-right: 0;
}

#edit th.blank {
	height: 1em;
}

#edit th,
#edit td {
	vertical-align: top;
}

#edit .pad-td-fix {
	padding-left: 18px;
}

#edit table.area label {
	font-weight: initial;
}

#edit table.area td.tit {
	padding-left: 14px;
}

#edit table.area label {
	margin-right: 14px;
}

#edit table.area label span {
	margin-left: 6px;
}

#edit .checkbox,
#edit .radio {
	margin: 0 0 5px;
}

#edit .checkbox label,
.radio label {
	padding-left: 20px;
	margin-right: 14px;
}

#edit .checkbox label span,
.radio label span {
	margin-left: 0;
}

/* TOPIX */
span.dropmenu {
	font-family: sans-serif !important;
	line-height: 1.5 !important;
	padding-right: 3px !important;
}

#edit h4.topix {
	color: #3c8dbc !important;
	text-align: left;
}

#edit h3.fa-minus:before,
#edit h3.fa-plus:before,
#edit h4.fa-minus:before,
#edit h4.fa-plus:before {
	content: initial !important;
}

#edit h4.topix a {
	//    display: inline-block;
	width: initial;
	border-radius: initial;
	/*color: #3c8dbc !important;*/
	color: #ed143d !important;
}

#edit h4.topix a:hover {
	/*color: #72afd2;*/
	color: #f8879c !important;
	background-color: initial;
}

.topix-date {
	float: right;
	display: inline-block;
	width: 150px;
	font-size: 14px;
	color: #333 !important;
}

.topix-content {
	padding: 18px;
}

.with-bg {
	background-color: #f4f4f4;
}

.end-note {
	background: #dbe3ec;
	margin: 10px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	border: none;
}

.end-note p {
	margin-bottom: 0;
}

.main-footer {
	/*position: absolute;*/
	/*bottom: 0;*/
	/*height: 60px;*/
	/*padding: 0 15px;*/
	width: 100%;
	margin-top: 8%;
	background-color: #f5f5f5;
	line-height: 60px;
}

.terms .content dl {
	margin: 0 10px 0;
}

.terms .content dd {
	margin-bottom: 20px;
}

.terms .content dd p {
	margin: 0 1em;
}

.terms .content dd ol {
	margin-bottom: 0;
	padding: 0 2em;
}

.terms .content dd p+ol {
	padding: 0 3em;
}

.not-changed {
	margin: 10px 0 0
}

/* TOP バナーボタン */
.header_btn_container {
	margin-top: 35px;
}

.img-thumbnail {
	width: 100%;
	text-align: center;
}

.admic_banner {
	display: block;
	padding: 4px;
	width: 100%;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

a.admic_banner {
	background: #3c8dbc;
}

a.admic_banner:hover,
a.admic_banner.active {
	background: #513cbc;
}

.admic_banner img {
	padding: 10px;
	width: 60%;
}

.admic_banner h3 {
	font-size: 16px;
	margin: 0 auto 5px;
}

.admic_bannerbox {
	border: 2px solid #3c8dbc;
}

.admic_bannerbox_hidden {
	border: 2px solid #ccc;
}

.admic_bannerbox_hidden .admic_banner {
	background: #ccc;
}

.col-3 {
	float: left;
	margin: 5px;
}

/*---バナー---*/
.c-top-bana {
	width: 30%;
}

a.navbar-brand {
	padding: 0 10px;
	align-items: center;
}

a.navbar-brand img {
	height: calc(100% - 1em);
}

.skin-blue .main-header .navbar {
	background-color: rgba(42, 63, 84, 1);
}

.skin-blue .main-header .navbar .nav>.active>a {
	background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 991px) {
	p.t_text {}

	.c-top-bana {
		width: 47%;
	}
}

@media screen and (max-width: 480px) {
	.admic_banner h3 {
		font-size: 15px !important;
	}

	.nonbr {
		display: none;
	}
}