@charset "utf-8";
/* CSS Document */

nav ul li:nth-child(1){
	width:33%; background:#FFF; color:#666;
}
nav ul li:nth-child(1) a{
	color:#666;
}
nav ul li:nth-child(2){
	width:33%;
}
nav ul li:nth-child(3){
	border:none; width:33%;
}

table.table_title1{
	width:100%; position:fixed; top:105px; z-index:3; height:20px; background:url(/static/images/common/table_title_bg.gif) repeat-x;
}
table.table_title1 tr th{
	height:20px; background:url(/static/images/common/table_title_bg.gif) repeat-x; color:#000; font:normal 12px "webfont1"; 
}
table.coupon_list1{
	width:100%; position:absolute; top:20px;	
}
table.coupon_list1 tr td{
	border-bottom:solid 1px #e1e1e1;	height:39px; background:url(/static/images/common/table_contents_bg.gif) repeat-x;
}
table.coupon_list1 tr td:nth-child(1) p.no{
	width:26px; height:26px; background:url(/static/images/common/no_bg.gif) no-repeat; text-align:center; margin:0 auto; font:normal 14px/26px "webfont1"; color:#FFF;
}
table.coupon_list1 tr td:nth-child(2){
	color:#333; padding-left:3%; font:normal 12px "webfont1";
}
table.coupon_list1 tr td:nth-child(2) a{
	color:#333; 
}
table.coupon_list1 tr td:nth-child(3){
	color:#666; text-align:center; font:normal 12px "webfont1";
}

