/*  css
--------------------------------------------------------- */


.shiborikomi_ttl{
	background-image: url(images/shiborikomi_01_ttl.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 210px;
	padding-left: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #333;
	font-size: 120%;
}


.shiborikomi_box{
	width: 218px;
	padding: 10px;
	background-color: #fbfbfb;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 4px 4px;
	margin-bottom: 10px;
	color: #333;
}

.shiborikomi_box legend {
    width: 100%;
}

.shiborikomi_box legend span{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 7px;
	display: block;
	font-size: 110%;
}

.shiborikomi_box .checkList{
	padding-bottom: 15px;
	display: block;
}



.shiborikomi_box .checkList li {
	margin-bottom: 6px;
}



.shiborikomi_box .multi li {
	float: left;
	width: 50%;
}

.selectList{
	padding-bottom: 15px;
}

.shiborikomi_box .selectList select {
    width: 84px;
}

.annotation{
	font-size: 85%;
	color: #808080;
	padding-top: 5px;
	padding-bottom: 8px;
}

.annotation_ttl{
	font-size: 85%;
	color: #808080;
	display: block;
	margin-top: -5px;
}

.shiborikomi_box .selectList.wide select {
    width: 140px;
}

.shiborikomi_box .checkList.option {
	margin-top: -10px;
}

.checkList.multi:after{
clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;}

.search_box{
	width: 220px;
	padding-bottom: 20px;
}

.searchInput input[type="text"] {
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
	font-size: 15px;
	height: 30px;
	width: 97%;
}

/* 【すべてのこだわり条件を見る】ボタン
--------------------------------------------------------- */


.allcondition_area{
	width: 220px;
	margin-bottom: 15px;
}

.allcondition_area .allcondition_btn{
	text-align: center;
	background-attachment: scroll;
	background-image: url(images/allcondition_btn1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	width: 220px;
    cursor: pointer;
	text-indent: -9999px;
}

.allcondition_area .allcondition_btn:hover{
filter: alpha(opacity=85);
-ms-filter: alpha(opacity=85);
opacity: 0.85;

}

/* 【検索する】ボタン
--------------------------------------------------------- */


.kensaku_btn{
	width: 220px;
}

.kensaku_btn .submit{
	text-align: center;
}

.kensaku_btn .submit button{
	background-image: url(images/serch_submit_btn1.png);
	background-position: 0 0px;
    background-color: rgba(0,0,0,0);
	height: 40px;
	width: 170px;
	border: 0 none;
	cursor: pointer;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

.kensaku_btn .submit button:hover{
	background-position: 0 -39px;
}

/* 選択中の地域・路線
--------------------------------------------------------- */


.selected_box{
	font-size: 14px;
	margin-bottom: 10px;
}

.selected_box dt {
    position: relative;
}

.selected_box dt a.changePref {
	display: block;
	height: 20px;
	margin-top: -10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 50%;
	width: 42px;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(images/search-type_1-1.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.selected_box dt a.changePref:hover{
	background-position: -100px 0px;
}

.selected_box dd {
    font-size: 92.3%;
    padding-left: 20px;
}

.selected_box dt, .selected_box dd{
    border-bottom: 1px dotted #D5E6EA;
    line-height: 1.4;
    padding: 6px 10px;
}

.changeList {
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

.changeList li {
	float: left;
	margin-right: 5px;
}

.changeList .changeRosen a {
	background-position: 0px -60px;
	width: 76px;
}

.changeList .changeRosen a:hover{
	background-position: -100px -60px;
}

.changeList .changeEki a {
	background-position: 0px -80px;
	width: 66px;
}

.changeList .changeEki a:hover{
	background-position: -100px -80px;
}

.changeList li a {
	background-image: url(images/search-type_1-1.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

.changeList .changeCity a {
	background-position: 0 -20px;
	width: 99px;
}

.changeList .changeCity a:hover{
	background-position: -100px -20px;
}

.changeList .changeArea a {
	background-position: 0 -40px;
	width: 77px;
}

.changeList .changeArea a:hover{
	background-position: -100px -40px;
}



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


input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
}

/* モーダル
--------------------------------------------------------- */


.modal_bg{
	padding: 25px 15px 15px 15px;
	background-color: #FFF;
	border: 7px solid #E4E4E4;
	border-radius: px;
}

.close_btn{
	background-image: url(images/modal_close_btn.png);
	height: 38px;
	width: 79px;
	position: absolute;
	right: 43px;
	top: 25px;
	cursor: pointer;
}

.close_btn_ft{
	background-image: url(images/modal_close_btn.png);
	height: 38px;
	width: 79px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: pointer;
}

.modal_legend{
	margin-bottom: 15px !important;
}