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

.flexslider{}

/*
──────────────────────────────────────── */

div.wrap{
	margin:0 20px;
}

div.wrap + div.wrap{
	margin-top:30px;
}

/* caption
──────────────────────────────────────── */

#caption{
	margin-top:10px;
	line-height:1.8;
}


/*
──────────────────────────────────────── */

#banner img{
	height:auto;
	width:100%;
}

/*
──────────────────────────────────────── */

#store h2{
	background:url(../../../../common/img/background/title.png) repeat-y top right #E60012;
	padding:10px 15px;
	margin-bottom:20px;
}

#store li{
	border-bottom:1px #EEE solid;
	display:table;
	float:left;
	height:60px;
	margin-bottom:20px;
	padding-bottom:20px;
	width:50%;
	position:relative;
}

@media screen and (max-width: 699px) {

#store li{
	float:none;
	width:100%;
}

}

#store li a{
	color:#333;
	display:table-cell;
	padding-left:100px;
	padding-right:20px;
	height:60px;
	vertical-align:middle;
}

#store li img{
	width:auto;
	height:60px;
	position:absolute;
	top:0; left:0;
}</pre></body></html>