@charset "Shift_JIS";


/*=====================================
 shop list
=====================================*/

#contents{
	padding-bottom:30px;
}


#midashi{
	width:213px;
	height:80px;
	background:url(../../shop_list/img/midashi.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}


.data_box_left{
	width:335px;
	padding:0 0 35px 0;
	float:left;
}

.data_box_right{
	width:335px;
	padding:0 0 35px 0;
	float:right;
}


.midashi_text{
	display:block;
	color:#483d8b;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	background:url(../../shop_list/img/midashi_img.gif) no-repeat left center;
	padding:0 0 0 10px;
}


.shop_data{
	padding:5px 0 0 0;
	list-style:none;
}


#area_list{
	width:100%;
	clear:both;
}


#area_list h2{
	font-size:12px;
	font-weight:bold;
	padding:0 0 15px ;
}


#area_list ul{
	list-style:none;
	width:700px;
	margin:0 0 30px 0;
	overflow:auto;
	border-bottom:solid 1px #cccccc;
}

#area_list ul li{
	overflow:auto;
	padding:3px 0;
	border-top:1px solid #CCCCCC;
}

#area_list .shop_name{
	display:block;
	width:240px;
	padding:18px 15px 0 10px;
	color:#483d8b;
	font-size:12px;
	font-weight:bold;
	float:left;
}

#area_list .shop_info{
	display:block;
	width:265px;
	padding:0 15px 0 0;
	float:left;
}

#area_list .shop_tel{
	display:block;
	width:145px;
	text-align:right;
	padding:18px 0 0 0;
	float:left;
}
