@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: map_search.css
 * author		: takaaki koyama
 * style info	: 地図検索ページCSS
 -----------------------------------------------------------*/
#map_keyword_search{
}

#map_keyword_search .search_info_box{
	padding: 30px 20px 20px;
	font-size: 1.2em;
	background-color: #f5f5f5;
	text-align: center;
}

#map_search_area{
	position:relative;
	margin-bottom:1em;
	overflow:hidden;
	width: 1200px;
	height:498px;
	border:1px solid #E5E5E5;
}

#gmap{
	position:relative;
	width: 1200px;
	height:498px;
	font-size:1.2em;
}

#gmap p{
	padding:1em;
}

#gmap p.address{
	display:none;
}

/* .search_result
------------------------------------------------- */
#article {
	padding-bottom: 30px;
	margin-right: 0;
}

#search_result{
	position:absolute;
	top:0;
	left: 1200px;
	width:220px;
	height:500px;
	/*
	padding:10px 0px 10px 12px;
*/
	background:url(/img/front/common/bg_h_grad.gif) #fff repeat-y left top;
}

#article #search_result #close_btn{
	position: absolute;
	padding:5px;
	top:5px;
	left:auto;
	right:10px;
}

#article #search_result h3{
	margin-right:8px;
	margin-bottom:0.5em;
}

#article #search_result #info_container{
	height: 455px;
	overflow: auto;
	padding-left:15px;
}

#article #search_result #info_container .thumb{
	margin-top: 5px;
}
#article #search_result .item_name{
	font-size: 1.2em;
	font-weight: bold;
}

#article #search_result .item_data{
	margin-bottom: 0.2em;
}

#article #search_result .item_data li .price{
	font-weight: bold;
	color:#fe7004;
}

#article #search_result .matching_msg{
	margin-bottom: 0.2em;
	color: #9C1010;
	font-size: 1.0em;
}

#article #search_result .matching_msg dt{
	font-size: 1.2em;
	font-weight: bold;
}

#article #search_result p.link_btn{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

/*
#article #search_result table{
	font-size:1.1em;
	width:100%;
	margin:0.5em 0;
}

#article #search_result table th{
	background-color:#EEE;
	padding:3px 3px 0;
	width:50px;
}

#article #search_result table td{
	padding:3px;
}

#article #search_result p.link_btn{
	font-size:1.2em;
}

#article #search_result p.link_btn a{
	padding-left:20px;
	background:url(/img/front/common/icon_c_arr_b_w.jpg) no-repeat 3px 50%;
}
*/

#article #search_result_num p{
	padding-bottom:5px;
	font-size: 1.4em;
}

#article #search_result_num p strong.important{
	margin-right: 0.2em;
}

/*
#article #search_result table td.matching_msg {
	padding: 35px 10px;
	color: #9C1010;
	font-size: 1.0em;
}

#article #search_result table td.matching_msg .fontL {
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	padding-bottom: 10px
}
*/

#article #map_comment {
	font-size: 13px;
}

/* .map_search_info
------------------------------------------------- */
.map_search_info{
	font-size:1.2em;
	padding:8px;
	border:1px solid #ccc;
}

.map_search_info h4{
	font-weight:normal;
	padding-left:5px;
	margin-bottom:0.3em;
}

#map_keyword_search #map_address{
	vertical-align:top;
	margin-bottom: 20px;
	outline: none;
}

#map_keyword_search form .text_input{
	width:380px;
	background: #ffffff;
	border-radius: 20px 0 0 20px;
	margin-top: -8px;
	overflow: hidden;
	border: none;
	padding: 10px 0 9px 20px;
	box-sizing: border-box;
	border: solid 1px #dadada;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#map_keyword_search form .mp {
	margin-left: -9px;
	margin-top: -8px;
	width: 69px;
	background: #00a2a0;
	border-radius: 0 20px 20px 0;
	border: none;
	padding: 11px 0 10px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	outline: none;
}
#map_keyword_search form .mp.hover {
	background-color: rgba(0,0,0,.5);
}

#area_list{
	margin-bottom:1em;
}

#area_list ul,
#station_list ul{
	padding:0 5px;
}

#area_list ul li,
#station_list ul li{
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ccc;
}

* html #area_list ul li,
* html #station_list ul li{
	display:inline-block;
}


/* -------------------------------------------------------- */
/* CLEARFIX
----------------------------------------------------------- */
#area_list ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #area_list ul{
	display:inline-block;
}
*+ html #area_list ul{
	display:inline-block;
}
#station_list ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #station_list ul{
	display:inline-block;
}
*+ html #station_list ul{
	display:inline-block;
}