@charset "UTF-8";

/* ===================================================================
	コンテンツ
		00 基本設定
		01 こだわり検索部分
=================================================================== */

/* 00 基本設定
--------------------------------------------------------------------*/
#contents {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
}
	#contents h2 {
		width: 1050px;
		padding: 46px 0 5px;
		margin-bottom: 20px;
		font-size: 32px;
		font-weight: bold;
	}
	.b {
		font-weight: bold;
	}
	#contents .column {
		width: 920px;
		border: 1px solid #CECCCD;
		margin: 20px auto;
		padding: 20px;
		text-align: left;
	}
	#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;
		}
#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1.6;
}
.caution-mark {
	color: #FF0000;
	font-size: 11px;
	margin-bottom: 5px;
	margin-left: 3px;
	display: block;
}
.detailsearch input,
.detailsearch textarea,
.detailsearch select {
	border: 1px solid #d6d6d6;
	color: #000;
	height: 38px;
	line-height: 38px;
	margin-bottom: 20px;
	padding-left: 5px;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.detailsearch #bd {
	width: 215px;
}

/* 01 こだわり検索部分
--------------------------------------------------------------------*/
.detailsearch_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-top: solid 1px #E6E6E6;
	padding: 40px 0 20px;
}
.section {
	width: 49%;
}
.section h3 {
	/* background-color: #333333; */
	line-height: 40px;
	/* padding-left: 15px; */
	/* font-weight: bold; */
	font-size: 20px;
	margin-bottom: 20px;
	color: #333333;
}

.separate_title {
    padding: 28.5px 0 0 0;
    border-top: solid 1px #E6E6E6;
    margin: 0 0 25px 0!important;
}
.box-center tr {
	height: 2.5em;
}
.box-center tr th {
	width: 30%;
	padding:0 0 20px 10px;
}
.box-center tr td {
	padding-left: 10px;
	width: 70%;
}
.btn-area {
	text-align:center;
	margin: 10px auto 20px;
}
.btn-area:last-child {
	margin: 10px auto 40px;
}
.btn-area a {
	margin:0 10px;
}
