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

/* shop_wrap
──────────────────────────────────────── */

.shop_wrap{}

.shop_wrap h2{
	background:url(../../../common/img/background/title.png) repeat-y top left 300px #E60012;
	color:#FFF;
	font-size:160%;
	margin-bottom:30px;
	padding:10px 15px;
}

.shop_wrap div{
	float:right;
	width:390px;
	margin-left:30px;
	margin-bottom:30px;
}

.shop_wrap h3{
	color:#E60012;
	font-size:140%;
	font-weight:bold;
	margin-bottom:20px;
}

.shop_wrap h3.title{
	clear:both;
}

.shop_wrap div dl{
	line-height:1.8;
}

.shop_wrap div dt{
	clear:left;
	float:left;
	font-weight:bold;
	width:5em;
}

.shop_wrap div dd{
	border-bottom:1px #CCC solid;
	padding-left:6em;
	padding-bottom:1em;
	margin-bottom:1em;
}

.shop_wrap .photo{
	width:300px;
	height:auto;
}

.shop_wrap div ul{
	margin-top:30px;
}

.shop_wrap div li + li{
	margin-top:10px;
}

.shop_wrap div li img{
	vertical-align:bottom;
}

</pre></body></html>