@charset "utf-8";


.shopBanner {
	width:660px;
	margin:0 auto;
	padding:5px 0 25px;
}

#flashArea {
	padding:0 0 10px;
	z-index:1;
}


#topBtmBan {
	width:908px;
	height:133px;
	background:url(../images/top_btmban_bg.jpg) no-repeat;
}

#topBtmBan .ban {
	padding:15px 0 0 206px;
}



#mainAreaW h2 {
	border-bottom:solid 1px #e6e6e6;
	margin:0 30px 30px;
	padding-bottom:4px;
}

.list #mainAreaW h2 {
	border:none;
}

.shopListCaution {
	width: 806px;
	margin: 0 auto 20px;
	background: #fcfcfc;
	border: solid 1px #f2f2f2;
}

.shopListCautionBtm {
	margin-bottom: 50px;
}

.shopListCaution dt {
	padding: 5px 8px 4px;
	color: #c00;
	background:url(../../common/images/dotline_x.png) right bottom repeat-x;
	font-weight: bold;
}

.shopListCaution dd {
	padding: 7px 17px;
}

.shopListBlock {
	width:808px;
	margin:0 auto;
	padding:0 50px 15px;
}

.shopListBlock h3 {
	border-bottom:solid 1px #e6e6e6;
	margin-bottom:14px;
	padding-bottom:5px;
}

.shopListBlock dl {
	float:left;
	width:255px;
	padding:0 0 10px 10px;
	background:url(../../common/images/dotline_y.png) right top repeat-y;
}

.shopListBlock dl.end {
	background:none;
}

.shopListBlock dt,
.shopListBlock dd {
	padding:0 0 0 15px;
}

.shopListBlock dt {
	padding-bottom:3px;
	/*background:url(../../common/images/arrow_circle.png) 0 2px no-repeat;*/
	line-height:1.4;
}

.shopListBlock dt a {
	font-weight:bold;
}

.shopListBlock dt.new a {
	padding-right:23px;
	background:url(../images/icon_new.png) right center no-repeat;
}

.shopListBlock dd {
	/*color:#666;*/
	font-size:84%;
	line-height:1.4;
}

.shopListBlock dd.caution {
	color:#c00;
}

.shopListBlock dl.l3 dd {
	height:4.2em;
}



.shopsInq {
	width:660px;
	margin:25px auto 30px;
	border:solid 1px #f2f2f2;
	background:#fcfcfc;
	text-align:left;
}

.shopsInq dt {
	padding:8px 13px 4px;
	border-bottom:solid 1px #f2f2f2;
}

.shopsInq dt img {
	display:block;
}

.shopsInq dd {
	color:#666;
	font-size:84%;
}

.shopsInq dd.txt {
	padding:8px 13px 4px;
}

.shopsInq dd.fDial {
	padding:0 15px 8px 29px;
	color:#008aa6;
	background:url(../images/icon_freedial.png) 14px 0 no-repeat;
	font-weight:bold;
	line-height:14px;
}

.shopsTop #contents {
	padding-bottom:0;
}

.shopsTop #mainAreaW {
	padding-bottom:0;
	background:url(../images/map_bg.png) no-repeat;
}

.shopsTop #flashArea {
	overflow:hidden;
	height:652px;
	padding-bottom:0;
}

#mainAreaW {
	position:relative;
}

.shopsTop #flashArea .mapImg {
	position:absolute;
	top:42px;
	right:29px;
}

.btnToMap {
	position:absolute;
	top:-5px;
	right:28px;
}

/*===================
clearfix
====================*/

.shopListBlock:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

.shopListBlock {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .shopListBlock {
	height:1%;
}

.shopListBlock {
	display:block;
}
/* End hide from IE-mac */

