<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
//=========================================//
//--------------header-------------------//
//=========================================//
*/



header {
	background:#ffffff;
	background-image:url(../images/common/headline.png);
	background-position:bottom;
	background-repeat:repeat-x;	
	padding:5px 0 7px 0;
	margin:0 0 0 0;
	height:65px;
}

header h1 a {
	display:block;
	text-align:center;
	width:320px;
	height:60px;
	overflow:hidden;
	margin:5px auto 0 auto;
	z-index:1;
	background-image:url(../images/top/logo.png);
	text-indent:-9999px;
	background-repeat:no-repeat;	
}



/**
//=========================================//
//--------------main-------------------//
//=========================================//
*/


#section_contents {
	margin : 10px 0 0 0;	
}

.couponWrap {
	margin : 8px 10px 17px 10px;
	padding:10px;
	border:#F60 3px double;
}


/* ���C���r�W���A��
---------------------------------------------------- */
#mainImageBack {	
background:#dfd0ad;
/*background:-webkit-gradient(linear, center top, center bottom, from(#4B9EFA), to(#fff));*/
margin-bottom:15px;
}


#mainImageBack h2 {
width:320px;
height:129px;
background:url(../images/top/mainimage.png) no-repeat;
margin:0 auto 0 auto;
text-indent:-7777px;
overflow:hidden;
}


/*
#mainVisualSlide {
text-align:center;
width:320px;
height:129px;
overflow:hidden;
z-index:1;
margin:0 auto 0 auto;
}
*/



/* info
---------------------------------------------------- */
#info{
		margin : 0 10px 15px 10px;
clear:both;
}


#info li a{
display:block;
color:#444444;
font-size:15px;
line-height:1.5;
letter-spacing:-1px;
-webkit-background-size:23px 15px;
border-bottom:1px solid #c0c9cd;
overflow:hidden;
padding:8px 5px 17px 5px;
}

#info li a span{
color:#643C0F;
font-size:12px;
line-height:1.5;
}

#info li:last-child a{
border-bottom:none;
}
</pre></body></html>