@charset "UTF-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	tanayoshi
	Date	2013/11/27

///////////////////////////////////////////////// */

/*--------------------------店舗一覧CSS--------------------------*/

h2{
}

ul.shop_navi{
	height: 27px;
	margin-top: 25px;
	margin-bottom: 50px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

ul.shop_navi li{
	float:left;
	font-size: 13px;
}

ul.shop_navi li a{
	display: block;
	height: 21px;
	padding: 0 30px 0 47px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-right: 1px solid #c8c8c8;
	line-height: 23px;
	text-decoration: none;
	color: #333;
	background: url(img/navi_btn.png) no-repeat 29px 8px;
}

ul.shop_navi li a:hover{
	color: #FFF;
	background: #000 url(img/navi_btn_hover.png) no-repeat 29px 8px;
}

ul.shop_list{
	margin-top: 18px;
	margin-bottom: 50px;
}

ul.shop_list li{
	margin-bottom: 23px;
}

h3{
	font-size:20px;
	font-weight: bold;
	color: #000;
}


.clear_float{
	clear: both;
}
