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

div.main {
	position: relative;
}
div.cont-box {
	margin-top: 40px;
}
p span.notice {
	color: #cc0000;
}

table.coupon {
	margin-top: 30px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E6B73C;
}
table.coupon thead {
	font-size: 131%;
	text-align: left;
	border-bottom: 1px solid #E6B73C;
}
table.coupon thead td {
	background: #F9C73F;
	width: 15%;
	padding: 0 10px;
	color: #ffffff;
}
table.coupon thead th {
	padding: 10px;
	color: #2F1F13;
}
table.coupon thead th.btn-area {
	font-size: 85%;
	font-weight: normal;
	text-align: right;
}
table.coupon thead th.btn-area a {
	padding-left: 20px;
}
table.coupon thead th.btn-area a:before {
	content: url(../images/arrow-01.png);
	padding-right: 5px;
}
table.coupon tbody td {
	padding: 10px;
	color: #4B423B;
}
table.coupon tbody td.image {
	border-top: 1px dashed #E6B73C;
	padding-top: 20px;
}
table.coupon tbody td.image ul li {
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
table.coupon tbody td.image ul li.right {
	margin-right: 0;
}
table.coupon tbody td.image ul li p {
	padding: 2px 3px;
}
table.coupon tbody td.main {
	padding: 20px 10px 30px;
	background: url(../../coupon/images/bg-01-trans.png) no-repeat bottom right;
	background-color: #fff6d4;
}
table.coupon tbody td h2 {
	font-size: 131%;
	margin-bottom: 10px;
}
table.coupon tbody td h2 span.strong {
	font-size: 153.9%;
	color: #F4B31B;
}
table.coupon tbody tr.cont {
	border-bottom: 1px dashed #E6B73C;
}
table.coupon tbody td span.strong {
	font-weight: bold;
}

/* coupon print */

body.coupon-print div.header {
	width: 560px;
	margin: 0 auto;
	position: relative;
}
body.coupon-print div.header p.print{
	position: absolute;
	top: 20px;
	right: 0;
}
body.coupon-print div.content {
	width: 560px;
	background: none;
	margin: 0 auto;
	padding: 0;
}
body.coupon-print div.content table.coupon {
	margin-bottom: 5px;
	margin-top: 5px;
}
body.coupon-print div.content table.coupon thead {
	font-size: 108%;
	text-align: left;
}
body.coupon-print div.content table.coupon thead th {
	padding: 5px;
}
body.coupon-print div.content table.coupon thead td {
	padding: 0 5px;
}
body.coupon-print div.content table.coupon tbody td {
	padding: 5px;
}
body.coupon-print div.content table.coupon tbody td h2 {
	font-size: 108%;
	margin-bottom: 5px;
}
body.coupon-print div.content table.coupon tbody td h2 span.strong {
	font-size: 100%;
	color: #F4B31B;
}
body.coupon-print address {
	border-top: 1px solid #4B423B;
	text-align: right;
	position: relative;
	top: 10px;
	padding: 10px 5px 0 0;
	color:#CCCCCC;
}
body.coupon-print p.close {
	text-align: center;
	padding: 10px 0;
}
p.to-print {
	text-align: right;
	margin: 15px 0;
}

div.btn {
	text-align: right;
	position: absolute;
	top: 0;
	right: 20px;
}
