@charset "UTF-8";

/*==============================================================

	News

==============================================================*/
/* Single
----------------------------------------------- */
.news #maincol {
	margin-top:60px;
}
.news #h_news {
	float:left;
	width:210px;
	height:210px;
	text-indent:-9000px;
	background:url(../../img/headline/h_news.png) no-repeat 0 0;
	margin:0 0 0 -28px;
}
.news .news_body {
	float:left;
	width:750px;
}
.news .news_date {
	text-align:right;
	margin-bottom:60px;
}
.news .news_body h3 {
	font-weight:bold;
	margin-bottom:60px;
}
.news .news_body p {
	text-indent:0 !important;
	line-height:2.4;
	margin-bottom:20px;
}
.news .news_signature {
	text-align:right;
	margin-bottom:60px;
}

@media screen and (max-width:959px) {
.news #h_news {
	float:none;
	width:calc(210px * 0.75);
	height:calc(210px * 0.75);
	background-size:cover;
	margin:0;
}
.news .news_body {
	width:auto;
}
}


/* Archive
----------------------------------------------- */
.news-archive ol {
    list-style:none;
}
.news-archive ol li {
	margin-bottom:20px;
}
.news-archive .news_date {
	text-align:left;
	margin-bottom:8px;
}
.news-archive .news_body h3 {
	font-size:16px;
	margin-top:8px;
	margin-bottom:30px;
}