<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
#header {
height:auto;
border-bottom:none;
}
#coupon-event {
background: #dcd5c8;
padding: 10px 0 10px;
text-align:center;
line-height: 1.5;
height:70px;
}

#coupon-code {
    color: #F00;
}
#coupon-event-box {
	width:960px;
	margin:0 auto;
	position:relative;
}
#coupon-event-more {
position:absolute;
top:49px;
display:block;
right:220px;
background: #cac4b9;
border:solid 1px #a79595;
padding:0 10px;
height:30px;
line-height:30px;
cursor:pointer;
color:#000;
border-bottom:none;
}

#coupon-event-box .coupon-event-box-yen {
 font-size: 1.8em;
 font-weight:bold;
}
#coupon-event-box .coupon-event-box-tit {
 font-size:0.8em;
}
#coupon-event-box .coupon-event-box-title {
    font-size: 1.1em;
}

#coupon-event-detail {
	display:none;
	background: #cac4b9;
	padding:15px 0;
}
#coupon-event-detail div{
 width:480px;
 margin:0 auto;
 line-height:1.6;
}



#hdcmpsp #coupon-event-more {
	top:59px;
	right:5px;
}
#hdcmpsp #coupon-event {
	padding: 5px 0 20px;
}
#hdcmpsp #coupon-event-box {
	width:100%;
}
#hdcmpsp #coupon-event-box .coupon-event-box-yen {
 font-size: 1.4em;
}
#hdcmpsp #coupon-event-detail div{
	width:98%;
	padding:0 1%;
	line-height:1.6;
	font-size:12px;
}
</pre></body></html>