@charset "UTF-8";


/* ******************************************
 title
****************************************** */
.contentsBG2 h2{
	width: 940px;
	height: 57px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.contentsBG2 h2#title01{background: url(../images/shop/title01.gif) no-repeat;}

.shopRow{
	margin-bottom: 10px;
	width: 913px;
	margin-left: 18px;
}

a.shopBlock{
	width: 430px;
	height: 95px;
	border: 4px #f0c47b solid;
	padding: 7px;
	display: block;
	text-decoration:none;
}

a.shopBlock:hover {
	border: 4px #e99313 solid;
	cursor: pointer;
	color: #322813;	
}

.shopBlockL{float: left;}
.shopBlockR{float: right;}

.shopBlock img{
	float: left;
	width: 130px;
	padding-right: 10px;
}

.shopBlock div.shopArea{
	float: left;
}

.shopBlock div.shopArea div.shopNo{
	width: 280px;
	border-bottom: 2px #f5aa2d solid;
	padding-top: 4px;
	padding-bottom: 2px;
}

.shopBlock div.shopArea div.shopNo p.shopNoL{
	float: left;
	color: #f5aa2d;
	font-size: 1.2em;
	font-weight: bold;
}

.shopBlock div.shopArea div.shopNo span{
	color: #f5aa2d;
	font-size: 1.5em;
}

.shopBlock div.shopArea div.shopNo p.shopNoR{
	float: right;
}

.shopBlock div.shopArea p.shopSub{
	width: 280px;
	padding: 4px 0 2px 0;
	line-height: 150%;
}

.shopBlock div.shopArea p.shopName{
	width: 280px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}


