@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: map_search.css
 * style info	: �Ͽ޸����ڡ���CSS
 -----------------------------------------------------------*/

#map_search_area{
	position:relative;
	/* margin-bottom:1em; */
	overflow:hidden;
	width:710px;
	height:300px;
	border:1px solid #ccc;
}

#gmap{
	position:relative;
	width:710px;
	height:300px;
	font-size:1.2em;
}

#gmap p{
	padding:1em;
}

#gmap p.address{
	display:none;
}

/* .search_result
------------------------------------------------- */
#search_result{
	position:absolute;
	top:0;
	left:720px;
	width:200px;
	height:280px;
	padding:10px 8px 10px 12px;
	overflow:auto;
	background-color: #fff;
	/* background:url(http://www.smaheya.com/img/front/common/bg_h_grad.gif) #fff repeat-y left top; */
}

#article #search_result #close_btn{
	position: absolute;
	padding:5px;
	top:3px;
	left:auto;
	right:10px;
	font-size: 0.8em;
}

#article #search_result h3{
	margin-bottom:0.5em;
}

#article #search_result #item_name{
	font-size: 0.8em;
	font-weight: bold;
}

#article #search_result table{
	font-size:0.7em;
	width:100%;
	margin:0.5em 0;
}

#article #search_result table th{
	background-color:#EEE;
	border:1px solid #ccc;
	padding:3px 3px 0;
	width:50px;
}

#article #search_result table td{
	border:1px solid #ccc;
	padding:3px;
}


#article #search_result p.link_btn{
	font-size:0.8em;
}

#article #search_result p.link_btn a{
	padding-left:20px;
	/* background:url(http://www.smaheya.com/img/front/common/h3_icon_01.gif) no-repeat 3px 50%; */
}



#article #search_result_num p{
	padding:5px 8px;
	border:1px solid #CC0000;
	font-size:1.2em;
}

/* .map_search_info
------------------------------------------------- */
.map_search_info{
	background:url(http://www.smaheya.com/img/front/index/contets_box_yellow_bg.png);
	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;
}

#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;
}