@charset "UTF-8";

/* ===================================================================
	コンテンツ
		00 基本設定
		01 FAQ
		02 NEWS
		03 お問い合わせ・パスワード再発行
		05 初めての方へ
		06 リクルート
=================================================================== */

/* 00 基本設定
--------------------------------------------------------------------*/
#contents {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 40px 0;
	float: none;
}
	#contents h2 {
		margin: 0;
		padding: 5px 0;
		text-align: left;
		font-size: 22px;
		font-weight: bold;
		border-bottom: 2px #000 dotted;
	}
	.b {
		font-weight: bold;
	}
	#contents .column {
		width: 958px;
		border: 1px solid #D8D8D8;
		margin: 20px auto;
		padding: 20px;
		text-align: left;
	}
	#contents .contact_caution a{
			color:#5b90cb;
			text-decoration:underline;
			}
	#contents .entry_field img{
		vertical-align:middle;
		margin-left:3px;
			}
	#contents .backpage {
		text-align: center;
		margin: 30px 0;
	}
	#contents .btn_area {
		text-align: center;
	}
		#contents .btn_area p {
			margin-bottom: 10px;
		}
		#contents .btn_area ul li {
			display: inline-block;
		}

/* 01 FAQ
--------------------------------------------------------------------*/
#answer {
}
	#answer a {
		color: #5b90cb;
		text-decoration: underline !important;
	}
	#answer .section {
		margin-bottom: 30px;
	}
	#answer .qmain {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px #000 solid;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#answer .qlist dt {
		background: url("/static/lite/images/common/btn_search_down.gif") left center no-repeat;
		background-size: 20px;
		padding-left: 25px;
		cursor: pointer;
		font-size: 14px;
		line-height: 35px;
		font-weight: bold;
	}
	#answer .qlist dt.active {
		background: url("/static/lite/images/common/btn_search_up.gif") left center no-repeat;
		background-size: 20px;
	}
	#answer .qlist dd {
		display:none;
		padding: 0 20px 10px 20px;
		line-height: 20px;
	}


/* 02 NEWS
--------------------------------------------------------------------*/
#contents.news {
	margin: 10px auto;
}
	#contents.news h2 {
		background: none;
	}
#news .brandlist_menu {
	margin-top: 20px;
	border: 1px solid #cdcdcd;
	font-size: 13px;
	border-radius: 3px;
	padding: 18px;
	width: 924px;
	line-height: 1.6;
	text-align: center;
}
#news .section {
	margin-top: 20px;
}
	#news .section h3 {
		margin-bottom: 20px;
	}
	#news .section ul {
	}
		#news .section ul li {
			width: 320px;
			height: 180px;
			margin-bottom: 50px;
			float: left;
		}
		#news .section ul li:after {
			content: " ";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
			#news .section ul li span {
				display: block;
			}
			#news .section ul li .photo {
				float: left;
				width: 160px;
			}
				#news .section ul li .photo img {
					width: 150px;
					height: 180px;
				}
			#news .section ul li .text {
				line-height: 1.5em;
				width: 130px;
				float: left;
			}
				#news .section ul li .text .date {
					margin-bottom: 10px;
				}
				#news .section ul li .text .cont_txt {
					letter-spacing: 2px;
				}
	#news .pagetop {
		text-align: right;
		display: block;
	}


/* 03 お問い合わせ、パスワード再発行
--------------------------------------------------------------------*/
#contents.contact #main p {
	padding: 20px 0 0 0;
}
	#contents.contact #main .column p {
		padding: 10px;
	}
	#contents.contact .column h3 {
		background-color: #000000;
		color: #ffffff;
		font-weight: bold;
		padding: 10px;
	}
	#contents.contact .column dl {
		padding: 10px 0 20px 10px;
		position: relative;
	}
	#contents.contact .column dl.first {
		padding: 10px 0 20px 10px;
		margin-top: 10px;
	}
		#contents.contact .column dl dt {
			float: left;
			width: 240px;
			line-height: 26px;
			font-size: 12px;
		}
		#contents.contact .column dl dt:after {
			background: url(/static/full/images/common/ico_caution.gif) no-repeat center;
		}
		#contents.contact .column dl dt.needless {
			background: none;
		}
		#contents.contact .column dl dd {
			float:left;
			line-height: 26px;
		}
		#contents.contact .column dl dd .check {
			color: #FF3300;
			font-size: 12px;
		}
		#contents.contact .confirm .column dl dd {
				width:660px;
		}

		#contents.contact .column dl dd pre {
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		}

		#contents.contact .confirm .column dl dd pre {
			white-space: -moz-pre-wrap;	/* Mozilla */
			white-space: -pre-wrap;		/* Opera 4-6 */
			white-space: -o-pre-wrap;	/* Opera 7 */
			white-space: pre-wrap;		/* CSS3 */
			word-wrap: break-word;		/* IE 5.5+ */
		}
		#contents.contact .column dl dd.error_text {
			float: none;
			font-size: 11px;
			color: #ff0000;
			position: absolute;
			top: -10px;
			display: block;
			left: 240px;
		}
		#contents.contact .column dl.namearea dd {
			padding-right: 20px;
		}
		#contents.contact .column dl.namearea dd .name {
			display: inline-block;
			width: 30px;
		}
		#contents.contact .column dl dd input {
			box-sizing: border-box;
			/* line-height: 22px; */
			width: 450px;
			padding: 10px;
		}
		#contents.contact .column dl dd input#birthday {
			width: 200px;
		}
		#contents.contact .column dl dd select {
			height: 26px;
			width: 450px;
			background-color: #fff;
		}
		#contents.contact .column dl dd textarea {
			width: 450px;
			padding: 2px;
		}
		#contents.contact .column dl.namearea dd input {
			width: 200px;
		}

	#contents.contact #main .error .globalErrorSlot {
		padding: 20px 0 10px 0;
		color: #ff0000;
		font-weight: bold;
	}
	#contents.contact #main.complete p {
		margin:80px 0;
		font-size: 16px;
		font-weight:bold;
		text-align: center;
	}
	#contents.contact .agreement_check {
		padding: 30px 0;
	}
	#contents.contact .agreement_check_text {}
	#contents.contact .agreement_check_link {
		text-decoration: underline;
	}

	#contents.contact .form_checkbox_left input[type="checkbox"]+label {
		display: inline-block;
		padding: 0 0 0 20px;
		font-size: 12px;
		line-height: 1.5;
		vertical-align: middle;
		position: relative;
		cursor: pointer;
	}

	/*--- パスワード再発行 ---*/
	#contents.contact .input_clear_button.on {
		left: 430px;
		right: auto;
	}

/* 05 初めての方へ
--------------------------------------------------------------------*/
#contents.beginner {
	margin-bottom: 20px;
}
#contents.beginner h3 {
	font-family: 'Droid Serif', serif;
	font-size: 28px;
	color: #000000;
}
#contents.beginner p {
	margin-bottom: 30px;
}
#contents.beginner dt {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px #000 solid;
}
#contents.beginner dd {
	padding: 10px 10px 30px 10px;
}
#contents.beginner dd a {
	color: #5b90cb;
	text-decoration: underline !important;
}
#contents.beginner dd .brand_name {
	font-size: 13px;
	font-weight: bold;
}
#contents.beginner ul {
	list-style-type: disc;
	padding-left: 20px;
}
#contents.beginner ul li:last-child {
	margin-bottom: 20px;
}


/* 06 リクルート
--------------------------------------------------------------------*/
#contents .recruit {
	border:none;
	padding:0;
	margin:0 0 50px 0;
}
#contents.recruit {
	text-align:center;
	padding:0;
}
#contents.recruit h2.key-visual {
	text-align:center;
	border:none;
	padding:0;
}
#contents.recruit .upper-box {
	border:1px solid #BFBFBF;
	border-left:none;
	border-right:none;
	margin:30px auto;
	padding:20px 0;
}
#contents.recruit .upper-box .upper-title {
	font-size:14px;
	letter-spacing:4px;
	margin:0 auto 12px;
}
#contents.recruit .column h3.subtitle {
	font-size:15px;
	font-weight:bold;
	background:#E2E2E2;
	padding:5px 0 5px 10px;
}
#contents.recruit .column .inner-box {
	padding:20px 20px 0;
}
#contents.recruit .column .inner-box:last-child {
	margin:0 0 50px 0;
}
#contents.recruit .column .inner-box h4.job-type {
	display:inline-block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border:1px solid #000000;
	padding:5px 15px;
}
#contents.recruit .column .inner-box .content-box {
	margin:20px 0 60px 0;
}
#contents.recruit .column .inner-box .content-box dt {
	font-weight:bold;
}
#contents.recruit .column .inner-box .content-box > dt {
	margin:35px 0 0;
}
#contents.recruit .column .inner-box .content-box dt.no-parenthesis {
	margin:35px 0 15px;
}
#contents.recruit .column .inner-box .content-box > dt.no-parenthesis:first-child {
	margin:0 0 15px 0;
}
#contents.recruit .column .inner-box .content-box .float-dllist dl {
	margin:0 0 10px 0;
}
#contents.recruit .column .inner-box .content-box .float-dllist dl dt {
	margin:0 20px 0 0;
}
#contents.recruit .column .inner-box .content-box .float-dllist dl dt, #contents.recruit .column .inner-box .content-box .float-dllist dl dd {
	float:left;
}
#contents.recruit .column .inner-box .destination {
	margin:25px 0;
}
#contents.recruit .column .inner-box a {
	display:inline-block;
	margin:25px 0 0;
}

/*
** 利用規約
*/

/* .b_agreement {
	margin-bottom: 60px;
} */
.b_agreement_inner {}
.agreement_text {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.agreement_section {
	margin-bottom: 40px;
}
.agreement_section:last-child {
	margin-bottom: 0;
}
.agreement_heading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data {}
.agreement_data + .agreement_data {
	margin-top: 30px;
}
.agreement_data > dd + dt{
	margin-top:10px;
}

.agreement_data_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	padding-left: 12px;
}
.agreement_data_text a {
	font-size: 12px;
	text-decoration: underline;
}
.agreement_data_explain {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.agreement_data_list {
	display: table;
	font-size: 12px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.agreement_data_item {
	display: table-row;
	line-height: 1.4;
}
.agreement_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}

.agreement_section_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.agreement_data_heading {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.agreement_section {
	margin-bottom: 40px;
}

.agreement_data + .agreement_data {
	margin-top: 30px;
}

/*
** プライバシーポリシー
*/

.b_privacy {
	margin-bottom: 60px;
}
.b_privacy_inner {}
.privacy_data {
	counter-reset:decimal;
}
.privacy_data + .privacy_data {
	margin-top: 40px;
}
.privacy_data_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}
.privacy_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
}
.privacy_data_text + .privacy_data_text {
	margin-top: 20px;
}
.privacy_data_text a {
	text-decoration: underline;
}
.privacy_data_explain {
	font-size: 14px;
	margin-bottom: 5px;
}

.privacy_data_explain strong {
	font-weight: bold;
}

.privacy_data_list {
	/* display: table; */
	font-size: 12px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}

.privacy_data_table{
	border-top:1px solid #000;
	border-left:1px solid #000;
	width:700px;
}
.privacy_data_table th,.privacy_data_table td{
	padding:5px;
	width:25%;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.privacy_data_table td:first-child{
	width:50%;
}
.privacy_data_item {
	display: table-row;
	line-height: 1.4;
}
.privacy_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.privacy_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}

.privacy_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.privacy_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.privacy_data_item.type3_decimal_bracket{
	padding-left: 18px;
	display: block;
}
.privacy_data_item.type3_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: counter(decimal-bracket1);
	border:1px solid #000;
	border-radius:14px;
	display: block;
	float:left;
	font-size: 11px;
	text-align:center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 0px 0 0 -18px;
	white-space: nowrap;
	text-indent: 0;
}

.privacy_data_item.type4_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket,upper-roman) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}

.privacy_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}

.privacy a {
	font-size: 14px;
}

/*
** クッキーポリシー
*/

.agreement_data_text strong {
	font-weight: bold;
}
