@charset "UTF-8";

/*----------------------------------------------
	
	search

----------------------------------------------*/

#search {
	background-color:#e1d9c9;
	border-radius:10px;
	padding:10px;
}

#search header nav {
	float:left;
}

#search header p.btn_reset {
	float:right;
}

ul#tab_search li {
	float:left;
	margin-right:5px;
}

p.btn_reset a {
	color:#333;
	text-decoration:none;
	background-color:#f6f6f6;
	border:1px solid #ccc;
	border-radius:10px;
	display:block;
	padding:0.6em 0.8em;
	font-size:1.3em;
}

p.btn_more a {
	color:#333;
	text-decoration:none;
	background-color:#fcfbf9;
	border:3px solid #ccc;
	border-radius:10px;
	padding:0.8em 1em;
	font-size:1.6em;
	display:inline-block;
}

p.result {
	font-size:2em;
}

p.result span {
	font-size:2.4em;
	font-weight:bold;
}

#search form {
	background-color:#f9f8ef;
	border-radius:0 10px 10px 10px;
	padding:12px 12px 30px 12px;
}

#search form input[type="checkbox"] + label {
	display:block;
	background-image:url(../images/search_form/check_off.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
}

#search form input[type="checkbox"]:checked + label {
	background-image:url(../images/search_form/check_on.png);
}

.bdb {
	border-bottom:2px solid #e1d9c9;
	padding-bottom:10px;
	margin-bottom: 15px;
}

.list_check li {
	background-repeat:no-repeat;
	display:inline-block;
	padding-left: 10px;
	margin-right:3px;
	margin-bottom:7px;
	position:relative;
	box-sizing: border-box;
	font-weight: bold;
}

.list_check.l li {
	background-image:url(../images/search_form/bg_check_l.png);
	width:200px;
	height:70px;
	line-height: 70px;
	font-size: 16px;
}

.list_check.m li {
	background-image:url(../images/search_form/bg_check_m.png);
	width:150px;
	height:60px;
	line-height: 60px;
	font-size: 14px;
}

.list_check img {
	vertical-align: middle;
}

.list_check input {
	position: absolute;
   top: 0;
   opacity: 0;
	width:100%;
	height:100%;
}

.list_check dt {
	display:inline-block;
	width:185px;
	height: 55px;
	line-height: 55px;
	margin-right: 18px;
	font-size:1.6em;
	font-weight:bold;
}

.list_check dd {
	width:406px;
	display:inline-block;
}

.select_img li {
	width: 200px;
	margin-right: 3px;
	display: inline-block;
}

.select_img select {
	width: 200px;
	height: 70px;
	padding-left: 15px;
	margin-bottom:7px;
	box-sizing: border-box;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url(../images/search_form/bg_select.png);
	background-repeat: no-repeat;
	outline: none;
	border: none;
	font-size: 16px;
}

.select_img select::-ms-expand {
	display: none;
}

#detail_search_option table {
	width: 100%;
}

#detail_search_option table th,
#detail_search_option table td {
	border-bottom:2px solid #e1d9c9;
	padding: 10px 0;
}

#detail_search_option table tr:first-child th,
#detail_search_option table tr:first-child td {
	padding-top: 0;
}

#detail_search_option table th {
	width: 150px;
	font-size: 16px;
	vertical-align: middle;
}

#detail_search_option table th.s {
	font-size: 14px;
}

#detail_search_option table th span {
	font-weight: normal;
	font-size: 12px;
}
