@charset "UTF-8";



/*=======================================================
	cms化
=======================================================*/
body {
	
}

.news_inner.news {
	padding: 10px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news_contents {
	border-top: #cd2d2d 4px solid;
	background: #fff;
	text-align: left;
}

.news_inner.news dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc 1px dotted;
	font-size: 14px;
}

.news_inner.news dl a {
	color: #333;
	text-decoration: none;
}

.news_inner.news dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.news_inner.news dl dd {
	margin-left: 0;
}
.ico-new {
    background: #FF290B;
    color: #fff;
    padding: 0 5px;
	margin-left: 5px;
}