@charset "utf-8";

/*-------------------------------------------------
	ホームページ限定割引券
-------------------------------------------------*/
.contents{ background: none;}
.contents-inner{ background: none;}
.header-container{ display: none;}

#coupon{ margin: 0; width:80%; padding: 20px 0; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-size:1.2em;}
#coupon h3.hd{ font-size: 1.4em; text-align: center; font-weight: bold; margin: 0 auto 10px auto;}
#coupon h3.shd{ background: #333333; color: #fff; padding: 5px; font-size: 1.0em; font-weight: bold;}

#coupon #coupon_hd{ text-align: center; line-height: 140%; margin: 0 auto 10px auto;}
#coupon #coupon_hd h4{ color: #FF6633; font-size: 1.2em; font-weight:bold; margin: 5px 0;}
#coupon #coupon_hd strong{ font-size: 1.0em;}
#coupon h5{ margin: 15px 0 5px 0; font-size: 1.0em; font-weight: bold;}

.coupon_num{ border-top: 1px solid #333; border-left: 1px solid #333; margin-bottom: 15px;}
.coupon_num th, .coupon_num td{ padding: 10px; border-right: 1px solid #333; border-bottom: 1px solid #333;}
.coupon_num th { font-weight: bold;}
.coupon_num th.bg01{ background: #cbdce0;}
.coupon_num th.bg02{ background: #e8d1d4;}
.coupon_num td.num { text-align: right; width: 120px;}

.coupon_num02{ font-size:1.1em;}
.coupon_num02 th, .coupon_num02 td{ padding: 3px 10px; vertical-align: top;}
.coupon_num02 th { font-weight: bold;}

p.closed{ display: none;}

