/*************************************************
*
* 鈴乃屋
* Copyright(C)Suzunoya.  All rights reserved.
*
* shop.css
* 店舗一覧
*
*************************************************/

/*
#shop h1{
	width: 680px;
	height: 50px;
	background: url(../../shop/images/ttl_shop.gif) no-repeat;
}

#shop h2{
	width: 680px;
	height: 46px;
	background: url(../../shop/images/h2_title_bg.gif) no-repeat;
}

#shop h2 span{
	float: left;
	font-size: medium;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #fff;
	margin: 12px 0 0 10px;
}


#shop h3 {
	margin-bottom: 10px!important;
	width: auto;
	background: url(/shop/images/h3_bg.gif) bottom repeat-x;
}
*/


#shop .btm_contents_left h3 {
	font-size:19px;
	color:#262626;
	border-bottom:3px solid #262626;
	padding: 5px 0px 10px 0px;
	display:block;
	margin-bottom:10px;
}

/*
#shop h3 span {
	margin: 0 0 0 5px ;
	width: auto;
	font-size:13px;
	font-weight:bold;
	color:#40529f;
}
*/

#shop a:hover img.hoverImg{opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";}

.ban {
	padding-bottom: 30px;
}

.borderLine {
	margin: 10px 0 30px 0;
	border: #cccccc 1px solid;
}

#areaSelect ul {
	padding: 10px;
}
#areaSelect ul li {
	float: left;
	position: relative;
	background: url("../images/icon_topics.gif") no-repeat scroll left 3px transparent;
	padding: 0 10px 5px 15px;
	width: 250px;
}
#areaSelect ul li span.shopNum {
	position:absolute;
	left: 160px;
}

#shopNews {
	margin: 10px 0 30px 10px;
}
#shopNews ul li {
	border-bottom: 1px dotted #D3D3D3;
	position: relative;
	padding: 5px 5px 5px 5px;
	height: 26px;
	top: 3px;
}
#shopNews ul li span{
	position: absolute;
	width: 90px;
	height: 26px;
	right: 0px;
}

#otherComp {
	margin: 10px 0 30px 10px;
}
#otherComp ul li {
	border-bottom: 1px dotted #D3D3D3;
	padding: 5px 5px 5px 15px;
	background: url("../images/icon_topics.gif") no-repeat scroll left 8px transparent;
}

.todofuken {
	margin: 10px 0 30px 10px;
}
.todofuken ul {
	position: relative;
}
.todofuken ul li {
	border-bottom: 1px dotted #D3D3D3;
	position: relative;
	padding: 10px 5px 10px 5px;
	_height:60px;
}
.todofuken ul li span{
	position: absolute;
	width: 88px;
	height: 19px;
	right: 0px;
	bottom: 10px;
}

#detail1,
#detail2,
#detail3,
#detail4,
#detail5 {
	margin-left: 10px;
	margin-bottom: 30px;
}
#detail1 #detail1Spec {	
	float: left;
	width:360px;
	padding: 0 7px 0 0;
}
#detail1 #detail1Photo {	float: right;	}
#detail1 #detail1Spec table{
	border: 0;
	border-spacing: 0;
	width:100%;
}
#detail1 #detail1Spec table tr{
	margin: 0;
	padding: 0;
}
#detail1 #detail1Spec table tr th{
	text-align: center;
	padding: 5px;
	background: #eaeaea;
	width: 70px;
	background: url("../../shop/images/spec_bg_th.gif") bottom left no-repeat;
}
#detail1 #detail1Spec table tr td{
	text-align: left;
	padding: 5px;
	background: url("../../shop/images/spec_bg.gif") bottom left no-repeat;
}
#detail1 #detail1Spec table tr th.fullCel {
	background: #eaeaea;
}
.fullCel {
	width: 100%;
}
#detail2 {
	position: relative;
	height: 250px;
}
#detail2 #detail2Map {	
	float: left;
	width: 400px;
}
#detail2 #detail2Qr {
	position: absolute;
	bottom: 0;
	right: 45px;
}
#detail3 ul {
	width: 660px;
	margin-bottom: 5px;
}
#detail3 ul li {
	float: left;
	background: #efefef;
	padding: 3px;
	text-align: center;
	border-left: 5px #000 solid;
	margin: 1px;
	width: 206px;
}
#detail4 ul li {
	padding: 5px 5px 5px 15px;
	background: url("../images/icon_topics.gif") no-repeat scroll left 8px transparent;
}
	
#detail6 ul li {
	float: left;
	background: #efefef;
	padding: 3px;
	text-align: center;
	border-left: 5px #000 solid;
	margin: 1px;
	width: 316px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
