@charset "utf-8";
/* CSS Document */

/* クーポンページ */

*{
	padding:0;
	margin:0;
}
img{
	border:0;
}

body{
	font-size:12px;
	color:#727171;
	line-height: 140%;
}
div#coupon {
	width:520px;
	margin:0 auto;
	}
	
div.coupon_inner {
	width:436px;
	background-image: url(../coupon/images/back_coupon.jpg);
	border: 2px solid #B0A177;
	padding: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
div#coupon_close {
	text-align:right;
	padding: 3px;
}

div#coupon_print {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
div#coupon_copy {
	text-align:right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

p.coupon_head{
	font-size:12px;
	color:#727171;
	line-height: 140%;
	padding-top: 10px;
}

div.coupon_cont{
	background-color:#FFF;
	border:#BC0018 solid 1px;
	padding: 10px;
	margin-top: 15px;
}



.report_st{
	font-weight: bold;
	color: #cc0000;
	}
div.content {
	border-bottom:#888987 dashed 1px;
	padding-bottom:5px;
	font-weight:bold;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
div.coupon_bikou{
	margin-bottom:10px;
	}
div.shopname{
	margin-bottom:10px;
}

div.shopname strong{
	font-size:14px;
}
div.date{
	margin-bottom:10px;
	font-weight: bold;
	color: #cc0000;
	font-size:14px;
}
p.note{
	font-size:10px;
}