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

/*------------ コンテンツボックス ------------*/
.contents {
	margin-top: 15px;
	padding: 25px 0 0 100px;
	clear: both;
}

/*------------ 店舗データ ------------*/
.contents #infoPhoto {
	margin-right: 15px;
	float: left;
}

.contents #shop {
	display: inline;
}

.contents #shop ul {
	line-height: 1.3em;	
}

.contents #shop ul#shopData {
	margin-top:30px;
}

.contents #shop ul#shopData li {
	margin: 3px 0;
}

/*------------ 地図・レイアウト ------------*/
.contents #map {
	padding-right: 35px;
	float: left;
}

.contents #layout{
	float:left;
}

.contents #layout p{
	width:360px;
}

.contents #layout img {
	margin: 32px 0;
}

/*------------ クーポン ------------*/
#coupon {
	padding-top: 40px;
	text-align: center;
}

#coupon img {
	margin-top: 5px;
}

#infoCoupon {
	padding: 10px 0 20px 300px;
	line-height: 1.3em;	
}

 h5 {
	color: #7ABC81;
	font-size:16px;
}

.info_menu{
	width:890px;
	margin-top:25px;
	padding-left:10px;
	height:71px;
	background:url(../information/img/bg_btn.gif) repeat-x 0px 67px;
}

.info_menu a{
	margin-right:10px;
}


