@charset "Shift_JIS"; 
 
.coupon 
{
	padding: 20px 40px;
	margin: 20px auto;
	width: 720px;
	background-color: #FFC;
}
	 
.coupon h3 
{
	margin-bottom: 20px;
	color: #D80C18;
	font-size: 320%;
	font-weight: bold;
	text-align: center;
}
 
.coupon .image 
{
	float: left;
	width: 200px;
}
 
.coupon .data 
{
	float: right;
	width: 500px;
	font-size: 130%;
	line-height: 1.4;
}
	 
.coupon .data p 
{
	margin-bottom: 1em;
}
 
.coupon .data dl 
{
	margin-bottom: 1em;
	position: relative;
	width: 500px;
	font-weight: bold;
	line-height: 1.62;
}
	 
.coupon .data dl dt 
{
	position: absolute;
	left: 0;
	width: 150px;
}
 	
.coupon .data dl dd 
{
	padding-left: 150px;
}
	 
.coupon .data dl dd.input span 
{
	text-decoration: underline;
}
   
.coupon .button 
{
	padding-top: 20px;
	clear: both;
	text-align: center;
}
   

