@charset "utf-8";
/*------------------------------------------------------------
　地域を選択する
-------------------------------------------------------------*/ 
.area_change{
	font-size:12px;
	text-align:center;
	width:60px;
	height:30px;
	line-height:30px;
	background:rgb(255,255,255);
	background-size:7px 12px;
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	border:2px solid #d3d3d3;
	border-radius:5px;
	display:block;
	margin:15px 0 15px 10px;
}
.area_change:before{
	content:"";
	width:7px;
	height:12px;
	background:url(../images/top/search_prev.png) no-repeat;
	background-size:7px 12px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
input{
	display:none;
}
h2{
	color:#a02200;
	font-size:14px;
	text-indent:10px;
	height:32px;
	line-height:32px;
	background:#ffd735;
	border-top:2px solid #ff812d;
	border-bottom:1px dashed #d3d3d3;
}
section[id^="select_"] li,#sec_list li{
	position:relative;
}
input+label,.checkAll{
	font-size:12px;
	height:50px;
	line-height:50px;
	background:url(../images/top/check.png) no-repeat;
	background-size:20px 100px;
	border-bottom:1px dashed #d3d3d3;
	overflow:hidden;
	display:block;
}
input+label{
	text-indent:60px;
	background-position:35px 0;
	cursor: pointer;
}
.checkAll{
	text-indent:35px;
	background-position:10px 0;
}
#select_todouhuken input+label,
#ken input+label{
	text-indent:35px;
	background:url(../images/search/check.png) no-repeat;
	background-size:20px 100px;
	background-position:10px 0;
}
.allChk{
	background-color:#fffcdf !important;
	background-position:10px -50px !important;
	display:block;
}
input+label.on{
	background-color:#fffcdf;
	background-position:35px -50px;
}
.search{
	text-align:center;
	width:50px;
	height:50px;
	line-height:50px;
	background:rgb(255,253,254);
	background:-webkit-linear-gradient(top, rgba(255,253,254,1) 0%,rgba(254,236,247,1) 100%);
	background:linear-gradient(to bottom, rgba(255,253,254,1) 0%,rgba(254,236,247,1) 100%);
	border-left:1px solid #d3d3d3;
	position:absolute;
	top:0;
	right:0;
}
li a img{
	display:inline-block;
	vertical-align:middle;
}
#float{
	width:100%;
	display:none;
	position:fixed;
	bottom:0;
}
.kensaku_box{
	width:100%;
	display:table;
	border-collapse:separate;
	border-spacing:10px 15px;
}
#float .kensaku_box{
	background:rgba(0,0,0,.6);
}
.kensaku_box>div{
	color:#999;
	height:42px;
	background:#efefef;
	border:2px solid #d3d3d3;
	border-radius:5px;
	display:table-cell;
	vertical-align:middle;
}
.kensaku_box .clear{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:66px;
}
.kensaku_box .kensaku{
	width:206px;
	position:relative;
}
.kensaku_box .kensaku:before{
	content:"";
	width:1px;
	height:25px;
	background:#d5d5d5;
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-1px;
}
.kensaku_box .kensaku div,.kensaku_box .kensaku a{
	float:left;
	text-align:center;
	width:50%;
}
.kensaku_box .kensaku div{
	font-size:12px;
}
.kensaku_box .kensaku a{
	color:#999;
	font-size:16px;
	font-weight:bold;
}
.kensaku_box_on .clear{
	color:#333;
	background:rgb(255,255,255);
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
}
.kensaku_box_on .kensaku{
	color:#fff;
	background:rgb(255,129,172);
	background:-webkit-linear-gradient(top, rgba(255,129,172,1) 0%,rgba(255,106,157,1) 100%);
	background:linear-gradient(to bottom, rgba(255,129,172,1) 0%,rgba(255,106,157,1) 100%);
	border:2px solid #ff689c;
	box-shadow:0 1px 0 #ffcadc inset,-1px 0 0 #ffcadc inset,0 -1px 0 #ffcadc inset,1px 0 0 #ffcadc inset;
}
.kensaku_box_on .kensaku a{
	color:#fff;
}
.kensaku_box_on .kensaku:before{
	content:"";
	width:1px;
	height:25px;
	background:#fff;
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-1px;
}
/*------------------------------------------------------------
　都道府県を選択する
-------------------------------------------------------------*/ 
#select_todouhuken input[type="radio"]:checked+label,
#ken input[type="radio"]:checked+label{
	background-color:#fffcdf;
	background-position:10px -50px;
}
/*------------------------------------------------------------
　フッター
-------------------------------------------------------------*/ 
#page_top{
	border-top:1px solid #d3c6af;
}