@charset "utf-8";
/* CSS Document */

/******************** sample ************************/

body.coupon#index table.for_h3 {
	margin:0px 0px 30px;
}
body.coupon#index table.for_h3 td{ vertical-align:top; padding:0px 10px;}
body.coupon#index table.for_h3 td table{ border-left:1px solid #ccc;  border-top:1px solid #ccc; }
body.coupon#index table.for_h3 td table th,
body.coupon#index table.for_h3 td table td{ border-right:1px solid #ccc;  border-bottom:1px solid #ccc; padding:5px;}

body.coupon#index table.for_h4 {margin:0px 30px 20px;}
body.coupon#index table.for_h4 td{ vertical-align:top; padding:0px 10px;}
body.coupon#index table.for_h4 td table{ border-left:1px solid #ccc;  border-top:1px solid #ccc; }
body.coupon#index table.for_h4 td table th,
body.coupon#index table.for_h4 td table td{ border-right:1px solid #ccc;  border-bottom:1px solid #ccc; padding:5px;}


/******************** coupon_coupon ************************/


body.coupon#coupon{ font-size:12px; line-height:140%;}
body.coupon#coupon #wrapper{ width:640px; margin:10px auto; border:1px solid #ccc; padding:10px;}


body.coupon#coupon h1{	text-align:center; margin-bottom:10px;}

body.coupon#coupon h1+.center{ background-color:#FCC; margin:5px auto; border:1px dashed #F66;}

body.coupon#coupon #wrapper table{ margin:10px auto; }
body.coupon#coupon #wrapper table th{ color:#FFF;}
body.coupon#coupon #wrapper table td{ padding:10px; vertical-align:top;}

body.coupon#coupon #wrapper table.table1{ border-top:1px solid #ccc; border-left:1px solid #ccc;}
body.coupon#coupon #wrapper table.table1 th{ border-bottom:1px solid #ccc; border-right:1px solid #ccc; font-size:14px;}
body.coupon#coupon #wrapper table.table1 td{ border-bottom:1px solid #ccc; border-right:1px solid #ccc; font-size:14px;}

body.coupon#coupon #wrapper table.table2{ border-top:1px solid #ccc; border-left:1px solid #ccc;}
body.coupon#coupon #wrapper table.table2 th{ border-bottom:1px solid #ccc; border-right:1px solid #ccc; font-size:12px;}
body.coupon#coupon #wrapper table.table2 td{ border-bottom:1px solid #ccc; border-right:1px solid #ccc; font-size:12px;}


body.coupon#coupon #copyright {	background-color:#690;	color:#fff;	padding:5px; text-align:center; }
