@charset "UTF-8";
/************** サブナビゲーション **************/
body#coupon div#sub_navi_title {
	width:220px;
	height:70px;
	background:url(../../coupon/img/sub_navi_coupon.gif) 0 0 no-repeat;
	line-height:0;
	text-indent:-9999px;
	overflow:hiden;
	margin-bottom:0;
}
*:first-child+html body#coupon div#sub_navi_title {
margin-bottom:-4px;
}

body#coupon div#left_area ul {
	margin:0;
	padding:0;
}

body#coupon div#left_area li {
	width:220px;
	height:38px;
	line-height:0;
	font-size:1%;
	overflow:hiden;
	text-indent:-9999px;
}

body#coupon div#left_area li a {
	outline:none;
	display:block;
	width:220px;
	height:38px;
	line-height:normal;
}

/* sub cont01 */
body#coupon div#left_area li.cont_one a {
	background:url(../../coupon/img/sub_navi_coupon.gif) 0 -70px no-repeat;
}
body#coupon div#left_area li.cont_one a:hover {
	background:url(../../coupon/img/sub_navi_coupon.gif) -220px -70px no-repeat;
}
body#coupon div#left_area li.cont_one {
	background:url(../../coupon/img/sub_navi_coupon.gif) -220px -70px no-repeat;
}



/*クーポン一覧テーブル*/

table.coupon_list {
width:100%;
margin-bottom:50px;
font-size:93%;
}

table.coupon_list td{
height:61px;
border-bottom:1px solid #C8C8C8;
}

table.coupon_list td.floor{
width:23px;
}
table.coupon_list td.shoplogo{
width:114px;
text-align:center;
}
table.coupon_list td.shopname{
width:187px;
}
span.shop_category {
color:#6EBE00;
font-size:85%;
}
table.coupon_list td.services{
width:273px;
}
table.coupon_list td.coupon_btn{
width:58px;
}

table.coupon_list th{
height:20px;
color:#ffffff;
background:#006428;
padding-left:10px;
font-size:90%;
}
table.coupon_list th.coupon_service{
padding-left:0px;
}