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

* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	list-style-type: none;
}


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img {
	vertical-align: text-bottom;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}

/* base
-------------------------------------------------------------------*/
body {
	color: #000;
	line-height: 1.4;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

/**/
#coupon_wrapper {
	width: 649px;
	margin: 0 auto;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* CONTENTS ======================================================================== */

.coupon_title {
	display: none;
}

.coupon_comment {
	margin: 20px 22px 0;
}

/* id-box */
.id-box {
	width: 100%;
	height: 40px;
	margin-top: 15px;
}
.id-box td.day {
	width: 245px;
	vertical-align: bottom;
}
.id-box td.id {
	width: 185px;
	vertical-align: bottom;
}
.id-box td.limit {
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	color: #f00;
	border: 1px solid #f00;
}

/* contents */
.coupon_contents {
	margin-top: 15px;
	border: 1px solid #999;
	overflow: hidden;
}

#name {
	height: 35px;
	margin: 20px 20px 0 20px;
	border-left: 10px solid #f00;
	border-bottom: 1px dotted #666;
	text-indent: 10px;
	line-height: 35px;
	font-size: 130%;
	font-weight: normal;
}
.coupon_contents ul {
	margin: 20px 40px 20px 40px;
}
.coupon_contents ul li {
	line-height: 1.8em;
	font-size: 120%;
	list-style-type: none;
}
.coupon_contents ul li .red {
	font-size: 100%;
	color: #f00;
}
.coupon_contents ul li.color {
	background: #f0f0f0;
	list-style-type: none;
}

/* attention */
.coupon_attention {
	margin: 15px 40px 0 57px;
}
.coupon_attention li {
	line-height: 1.4em;
	list-style-type: disc;
}

/* map */
iframe.map {
	margin-top: 20px;
}

/* information  */
.coupon_information {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #333;
	overflow: hidden;
}
.coupon_information table {
	width: 100%;
}
.coupon_information table th {
	width: 100px;
	text-align: left;
	font-weight: normal;
	padding: 3px;
}
.coupon_information table td {
	text-align: left;
	font-weight: normal;
	padding: 3px;
}
.coupon_information table td.QR {
	width: 140px;
	text-align: center;
}
.coupon_information table td.QR img {
	border: 1px solid #333;
}

/* coupon_print  */
.coupon_print {
	display: none;
}

