@charset "utf-8";


/* What's news(/news/)
---------------------------------------------------------------------------*/


/**************************************/
/* フォルダ共通設定 */
/**************************************/
.news #page_img { background-image: url("/common/img/news/page_img.jpg"); }

/* index.html */
.news .news_box {
	background-color: #f7f2da;
	padding: 40px;
	margin-bottom: 30px;
}
.news .news_box .title {
	border-bottom: 2px solid #d6bd22;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.news .news_box .news_date {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	color: #caa92c;
}
@media screen and (max-width:1199px) { /* SP */
	.news .news_box { padding: 30px; }
}