@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#main{
	width:1100px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	margin-bottom:80px;
}

#content{
	width:100%;
	font-size:1.1em;
	line-height:2.7;
}

#content h3{
	font-size: 1.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:60px;
	background:url(../image/h3_back.png) repeat-x left bottom;
	text-align:center;
}
#shoptext{
	margin-bottom:50px;
	padding: 30px 0;
}
#shoptext span{
	font-size:1.5em;
}
#shoptext a{
	color: #FFCC00;
}
#shoptext p{
	text-align:center;
}
#shop {
	margin-top:50px;
	overflow: hidden;
 /zoom: 1;
}

#shop dl {
	float: left;
	width: 192px;
	margin:0 35px 25px 0;
}
#shop dl.none {
	margin:0 0 25px 0;
}
#shop dl dt {
	margin-top: 5px;
	line-height: 1.6;
}
#shop dl dd.image a {
	width: 194px;
	height: 194px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #766863;
	padding:1px;
}
#shop + p{
	text-align:center;
}
