@charset "utf-8";
/*市区町村選択ボックス*/
#city_selector{
background-color:#e4faf6;
margin:0 0 0 5px;
padding:2px 0 0 5px;
float:left;
overflow:scroll;
overflow-x:hidden;
width:300px;
height:300px;
}
#city_selector th, #city_selector td{border:0;padding:2px;}
#city_selector label{vertical-align:middle;}
#city_selector input{margin:0 2px 0 0;vertical-align:middle;}
#slider{
height:28px;
width:400px;
overflow:hidden;
position:relative;
}
#search_cond{
position:absolute;
white-space:nowrap;
line-height:28px;
}
#left_btn,#right_btn{display:none;}
#sub_layer{
display:none;
z-index:10000;
position:absolute;
background:#fff;
padding-top:10px;
border:3px solid #5bc4c7;
opacity:0;
}
#list_header{
margin-bottom:5px;
margin-left:5px;
padding-left:5px;
}
#sub_layer li{
list-style-type:none;
margin-bottom:5px;
margin-left:5px;
padding-left:20px;
}
#sub_layer a:visited{
color:#1677b7;
text-decoration:none;
}
/* 検索結果一覧の地域欄 */
#area_selector .slider{
height:30px;
width:600px;
overflow:hidden;
position:relative;
}
#area_selector .search_cond{
position:absolute;
white-space:nowrap;
margin-top:5px;
height:30px;
}
#area_selector table{height:30px;}
#area_selector #left_btn{display:none;}
#area_selector #right_btn{display:none;}
/* 検索結果一覧からのポップアップ */
#search_window{font-size:80%;}
#search_map{
background-color:#f2ffe6;
border:solid 1px #999;
margin-bottom:10px;
margin-top:10px;
width:283px;
}
#search_map .img_map{
width:283px;
padding-bottom:0px;
}
#search_map .area_search{height:214px;}
#search_map .city_selector{
background-color:#f2ffe6;
margin:0 0 0 5px;
padding:2px 0 0 5px;
overflow:scroll;
width:270px;
height:210px;
float:left;
}
#search_map .search{
border-top:solid 1px #999;
background-color:#fff;
height:75px;
}
#area_slider{
height:25px;
width:300px;
overflow:hidden;
position:relative;
}
#area_search_cond{
position:absolute;
white-space:nowrap;
margin-top:5px;
height:20px;
}