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

.news_item{
	border-bottom:1px solid #372d3b;
	padding-bottom:20px;
	padding-top:45px;
}

.news_item .full_size{
	width:950;
	padding-right:40px;
}

.news_item .full_size h1, .news_item .left_side h1{
	font-size:18px;
	font-weight:700;
	color:#363636;
	margin:0px;
	padding:0px;
	padding-bottom:30px;
}

.news_item .left_side{
	float:left;
	width:490px;
	padding-right:100px;
}

.news_item .right_side{
	float:left;
}

.news_item .right_side img{
	width:370px;	
}

.ajax_archive{
	display:none;
}</pre></body></html>