<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url("common_in.css");

#newsList {
	padding-top: 33px;
	background: url(../../news/img/top.gif) no-repeat left top;
	border-top: 2px solid #f2d5da;
}

#newsList li {
	background: #fcf8ef;
	margin-bottom: 8px;
	position: relative;
}

#newsList li .arrow {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 20px;
	left: 610px;
	background:url(../../news/img/arrow_close.png);
}

#newsList li.active .arrow {
	background:url(../../news/img/arrow_open.png);
}

.newsDate {
	height: 27px;
	font-size: 20px;
	line-height: 27px;
	color: #7c5939;
	background: url(../../news/img/bg_news.gif) repeat;
	padding: 10px 30px 0 30px;
}

.newsTitle {
	color: #7c5939;
	background: url(../../news/img/bg_news.gif) repeat;
	padding: 0 30px 10px 30px;
}

.goodsTitle {
	color: #7c5939;
	background: url(../../news/img/bg_news.gif) repeat;
	padding: 10px 30px 10px 30px;
}

.newsDetailView {
	overflow:hidden;
	height:0px;
}

.newsDetail {
	padding:20px;
	font-size:20px;
}

ul.pagenavi {
	width: 300px;
	margin: 0 auto;
}

ul.pagenavi .next {
	float: left;
}
ul.pagenavi .prev {
	float: right;
}</pre></body></html>