@charset "utf-8";

/* coupon */
.coupon {background:#FFFFFF; border: 3px solid #FFEB8C; padding:10px; margin:0 0 10px 0;}
.coupon h2 {font: bold 16px/18px arial,helvetica,sans-serif;margin-bottom:10px;padding:0;border-bottom: 1px dashed #FFEB8C; text-align:center; font-style:italic;}
.coupon h3 {font: bold 14px/18px arial,helvetica,sans-serif;margin:0;padding:0;}
.coupon h4 {font: bold 12px/16px arial,helvetica,sans-serif;margin:0;padding:0;}
.coupon p {font: normal 11px/13px arial,helvetica,sans-serif;margin:0;padding:0;}
.coupon h3 a:link {font-weight:bold;text-decoration: none;color: #A73F00; background: #D6DFDE;}
.coupon h3 a:visited {font-weight:bold;text-decoration: none;color: #A73F00; background: #D6DFDE;}
.coupon h3 a:active {font-weight:bold;text-decoration: none;color: #A73F00; background: #D6DFDE;}
.coupon h3 a:hover {font-weight:bold;text-decoration: none;color: #A73F00; background: #E8EFD1;}

.more {margin-top:8px;padding:0;position:relative;bottom:0; right:0; height:10px;}
.more a:link, .more a:visited {float: right;font-weight: bold;font-size:11px;margin: 0;padding:0 10px 0 0;text-decoration: none;color: #BD002C;background:url(../images/arrow.jpg) top right no-repeat #D1DDDF;font: bold 11px/11px arial,helvetica,sans-serif;}
.more a:active, .more a:hover {margin:0;padding:0 10px 0 0;background:url(../images/arrow.jpg) top right no-repeat #D1DDDF;color: #7F0023;font: bold 11px/11px arial,helvetica,sans-serif;}

