@charset "utf-8";
/* CSS Document */


.news_list {
}
.news_list ul {
	padding:32px 10px;
}
.news_list li {
	margin:12px 0;
}
.news_list li:before {
	content:"■";
	float:left;
	line-height:24px;
	color:#0D98DD;
	margin-right:10px;
	width:10px;
}
.news_list p {
	float:left;
	display:block;
	width:800px;
	line-height:24px;
	font-size:16px;
}
.news_list span {
	display:block;
	float:right;
	width:150px;
	line-height:24px;
	text-align:right;
	font-size:16px;
	color:#999;
}


.news_detail {
	padding:32px 10px;
}
.news_detail .news_title {
	padding:12px 0 20px 0;
	border-bottom:1px dashed #CCC;
	text-align:center;
}
.news_detail .news_title h2 {
	font-size:24px;
	font-weight:normal;
	line-height:32px;
	color:#0D98DD;
}
.news_detail .news_title span {
	display:block;
	line-height:28px;
	color:#999;
}
.news_detail .news_cont {
	padding:24px 0;
	font-size:14px;
}