﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
	
#print{
	line-height: 1.7;
	font-size: 1.4em;
	color: #333;
	width: 640px;
	background-color:#FFF;
}

.coupon .innerbox {
	border: #C7BFB8 1px solid;
	border-top: none;
}

.coupon dl {
	padding: 10px 10px 16px 9px;
	background-color: #FFF4D5;
}

.coupon dt {
	font-size: 1.15em;
	font-weight: bold;
	color: #FF5014;
	padding-bottom: 3px;
}

.coupon dd {
	line-height: 1.74;
}

.coupon dd.notice {
	font-size: 0.8em;
	line-height: 1.68;
	color: #053A13;
	padding-top: 5px;
}

.coupon p.time {
	text-align: right;
	font-size: 0.8em;
	line-height: 1.65;
	color: #FF5015;
	padding: 7px 9px 5px 0;
}

#content .print_button {
	text-align: right;
	margin: 10px 0 20px;
}

#content .print_button img {
	cursor: pointer;
}

/*         page          */
   
#content ul.page {
	clear:both;
	overflow: hidden;
	zoom: 1;
	margin: 8px 0 37px;
	text-align: center;
}

#content ul.page li{
	display: inline;
}

#content ul.page li a,
#content ul.page li span{
	border: 1px solid #FF5015;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.4;
	padding-top: 2px;
	font-weight: normal;
	display:inline-block;
	/display:inline;
	/zoom:1;
	text-decoration:none;
	background-color: #FF5015;
}

#content ul.page li span, #content ul.page li a:hover{
	background: none;
	text-decoration:none;
	color: #FF5015;
	font-weight: bold;
}

#content ul.page li .link_page,#content ul.page li .current_page{
	width: 18px;
	text-align: center;
	margin-right: 5px;
} 

#content ul.page li a.link_next,
#content ul.page li a.link_before{
	text-decoration: underline;
	color: #FF5015;
	border:none;
	background:none;
	font-weight: bold;
}

#content ul.page li a.link_next{
	margin: 0 0 0 5px;
}
#content ul.page li a.link_before{
	margin: 0 11px 0 0;
}
#content ul.page li a.link_next:hover,
#content ul.page li a.link_before:hover{
	text-decoration: none;
	background:none;
}

#content .pubh {
	margin-top: 35px;
}


/* coupon page */
#coupon {
	min-width: inherit;
	background: #FFFFFF;
}

#coupon #wrap {
	overflow: hidden;
	zoom: 1;
	background: none;
}

#coupon #content {
    float: none;
		background: #FFFFFF;
}

#coupon #content .print_button {
	margin-bottom: 0;
	padding-bottom: 30px;
}

@media screen, print {
	.coupon .innerbox {
		border: #C7BFB8 1px solid;
		border-top: none;
	}
	
	.coupon dl {
		padding: 10px 10px 16px 9px;
		background-color: #FFF4D5;
		-webkit-print-color-adjust: exact;
	}
	
	.coupon dt {
		font-size: 1.15em;
		font-weight: bold;
		color: #FF5014;
		padding-bottom: 3px;
	}
}