<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_news{

}
#shop_news h2{
	float:left;
}
#shop_news .new_number{
	float:left;
	font-size:12px;
	margin-left:20px;
	color:#ff0000;
}
#shop_news .new_number span{
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
}
#shop_news ul li{
	border-bottom: 1px solid #ddd;
	padding-top:20px;
	padding-bottom:20px;
}
#shop_news ul li div.img{
	float:left;
	margin-right:30px;
}
#shop_news ul li div.shop_info{
	float:left;
}

#shop_news ul li div.shop_title{
	color:#007253;
	text-decoration:underline;
	margin-bottom:10px;
}
#dcmx #shop_news ul li div.shop_title{
	color:#2e65bb;
}
#shop_news ul li div.shop_name{
	float:left;
	margin-right:20px;
}
#shop_news ul li div.shop_day{
	float:left;
}

#shop_news .shop_news_list{
	margin-bottom:30px;
}

#shop_news div.more_btn{
	width:200px;
	height:45px;
	line-height:46px;
	text-align:center;
	background-color: #e60012;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	-moz-border-radius: 30px;
	 -webkit-border-radius: 30px;
	 border-radius: 30px;
	 cursor:pointer;
	 display:block;
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:30px;
}
#shop_news div.more_btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#dcmx #shop_news div.more_btn{
	background-color: #1091a8;
}

#shop_news .shop_news_attention{
	text-align:left;
}</pre></body></html>