@charset "UTF-8";
/* CSS Document */


/*店舗案内設定
------------------------------------------------------------*/


/*-- 半鐘屋本店 --*/
#contentsL #honten {
	background: url(/shop/img/store_bg1.jpg) no-repeat;
	margin: 50px auto 0px;
	height: 190px;
	width: 470px;
	padding-left: 140px;
}

#contentsL #honten h4 {
	background: url(/shop/img/shop_tit_bg1.gif) no-repeat;
	text-indent: -9999px;
	height: 16px;
	width: 170px;
	margin-bottom: 7px;
}


/*-- 半鐘屋・上河原店 --*/
#contentsL #kamigawara {
	background: url(/shop/img/store_bg2.jpg) no-repeat;
	margin: 50px auto 0px;
	height: 190px;
	width: 470px;
	padding-left: 140px;
}

#contentsL #kamigawara h4 {
	background: url(/shop/img/shop_tit_bg2.gif) no-repeat;
	text-indent: -9999px;
	height: 16px;
	width: 170px;
	margin-bottom: 7px;
}


/*-- 半鐘屋・岡山店 --*/
#contentsL #okayama {
	background: url(/shop/img/store_bg3.jpg) no-repeat;
	margin: 50px auto 0px;
	height: 190px;
	width: 470px;
	padding-left: 140px;
}

#contentsL #okayama h4 {
	background: url(/shop/img/shop_tit_bg3.gif) no-repeat;
	text-indent: -9999px;
	height: 16px;
	width: 170px;
	margin-bottom: 7px;
}




.shopTel {
	font-size: 110%;
	font-weight: 600;
	color: #d22020;
	margin: 5px 0px;
}
