<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_detail */

.shop_detail{
	background:url(../images/shop/shop1.png) no-repeat;
	width:1207px;
	height:440px;
	z-index:10;
	position:relative;
	margin:0 auto;
}
.sec_title{
	position:relative;
	top:-23px;
	float:left;
	margin-left:80px;
}
.sec_icon{
	position:absolute;
	right:90px;
	top:-50px;
}
.shop_container a{
	color:#666;
	}
.detail_list{
	height:400px;
	width:100%;
	float:left;
}
.brand_icon{
	position:relative;
	float:left;
	margin:14px 0 0 80px;
}
.shop_container{
	float:left;
	width:400px;
	margin-left:40px;
	margin-top:10px;
	position:relative;
}
	.shop_name{
		color:#FA595E;
		font-size:22px;
	}
	.loc_btn{
		margin-left:10px;
		}
	.shop_container &gt; table{
		font-size:14px;
		color:#666666;
		margin:30px 0 10px 0;
	}
	.shop_container &gt; table td{
		padding:3px 5px;
		word-break: break-word;
	}
	.boldTxt{
		font-weight:bold;
	}
	.shop_container &gt; p{
		color:#FA595E;
		font-size:14px;
		font-weight:bold;
	}
	.shop_container &gt; p &gt; img{
		margin-right:10px;
	}
	.shop_des{
		font-size:13px;
		line-height:16px;
		margin:25px 0 0 0;
		color:#666666;
	}
	.shop_des &gt; p{
		margin:10px 0 15px 0;
	}
	.shop_des &gt; h2{
		font-weight:bold;
	}
.shop_img{
	float:right;
	margin:65px 90px 0 0;
}</pre></body></html>