@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");

/* ================================================

	coupon
	
	index.css
	
================================================ */
body {
	background: url(../../images/common/back_nakanoshima.jpg) top center no-repeat fixed;
}


/* 	contents
================================================ */
div#contents {
	width: 740px;
	margin: 0 auto;
}

div#contents h3 {
	margin-bottom: 12px;
}


div#contents p {
	margin-bottom: 15px;
	line-height: 1.5;
}


div.textArea1 {
	padding-bottom: 30px;
}

div.textArea1 p.left {
	float: left;
	width: 480px;
}

div.textArea1 p.right {
	float: right;
	width: 207px;
	padding-top: 20px;
}


/* 	coupon_top
================================================ */
div.coupon_top {
	clear: both;
	width: 740px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
	background: url(../images/coupon_back_top.gif) top no-repeat;
}

div.coupon_bottom {
	width: 675px;
	padding: 15px 30px 10px 35px;
	background: url(../images/coupon_back_bottom.gif) bottom no-repeat;
}


div.coupon_bottom div.shopdata {
	float: left;
	width: 395px;
}

div.coupon_bottom div.shopdata h4 {
	margin-bottom: 5px;
	padding: 3px 3px 3px 15px;
	background: #643200;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

div.coupon_bottom div.shopdata table tr th {
	width: 6.5em;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	white-space: nowrap;
}

div.coupon_bottom div.shopdata table tr td {
	padding: 3px 10px 3px 0;
	vertical-align: top;
}


/* 営業時間 */
div.coupon_bottom div.shopdata table tr td dl {
	clear: both;
}

div.coupon_bottom div.shopdata table tr td dl.top {
	padding-bottom: 10px;
}

div.coupon_bottom div.shopdata table tr td dl dt.bottom {
	padding-top: 5px;
	padding-left: 1em;
}

div.coupon_bottom div.shopdata table tr td dl dd {
	width: 12em;
	padding-left: 1em;
	text-align: right;
}

div.coupon_bottom div.shopdata table tr td dl dd span.date {
	display: block;
	float: left;
	width: 3.5em;
	text-align: left;
}

div.coupon_bottom div.shopdata table tr td dl dd span.time {
	display: block;
	float: left;
	width: 8em;
}



/* お店写真 */
div.coupon_bottom p.shopimage {
	float: right;
	width: 263px;
	margin-top: -6px;
	margin-bottom: 0;
}


/* 特典見出し */
div.coupon_bottom div.shopdata h5 {
	padding-top: 25px;
	padding-bottom: 10px;
}

/* 特典本文 */
div.coupon_bottom p.tokuten {
	padding-left: 5px;
}

/* 強調文 */
div.coupon_bottom p.tokuten strong {
	font-size: 120%;
}

/* 値引き部分 */
div.coupon_bottom p.tokuten em.discount {
	font-weight: bold;
	color: #CC0000;
}



/* 	coupon_contact
================================================ */
div#contents div.coupon_contact {
	clear: both;
	position: relative;
	margin-top: 35px;
	padding: 20px;
	background-color: #FFF5C7;
}

div#contents div.coupon_contact div {
	padding: 10px 17px 10px 17px;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
}

div#contents div.coupon_contact div p {
	margin-bottom: 0;
}

div#contents div.coupon_contact p.boshutyu {
	position: absolute;
	top: 3px;
	left: 20px;
}

* html div#contents div.coupon_contact p.boshutyu {
	left: 0;
}

div#contents div.coupon_contact p.contact {
	padding-left: 83px;
	font-size: 85%;
}