@charset "utf-8";
#contents #main {
	background-image: url(../../img/common/bg-common.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: contain;
	margin-top: 60px;
}
#footerWrap {
	background-image: url(../../img/common/bg-grade-footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
}
.news-body {
	background-color: #fff;
	padding: 70px 80px;
	color: #000;
}
.news-body  .date {
	color: #999;
	font-weight: 600;
}

.news-list a {
	color: #000;
	display: block;
	margin-bottom: 40px;
}

.news-list .thumb {
	width: 140px;
	float: left;
}
.news-list a:hover .thumb {
	opacity: 0.7;
}

.news-list .texts {
	margin-left: 168px;
}
.news-list .ttl {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
}
.news-list a:hover .ttl {
	color: #e40016;
}
.news-list .el {
	font-size: 12px;
	color: #666;
	font-weight: 300;
}
.list-red {
	margin-top: 15px;
}

.list-red li {
	margin-bottom: 10px;
}


.list-red li:before {
	content: "- ";
	color: #e40016;
	font-weight: 600;
}
.news-body h3.title {
	margin: 0 0 10px;
}


.news-body .content {
	margin-top: 35px;
	position: relative;
	border-top: 3px solid #999;
	padding-top: 15px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
.news-body .content:before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: -3px;
	left: 0;
	background-color: #e40016;
}

.news-body  .content a {
	color: #000;
	text-decoration: underline;
}
.news-body  .content a:hover {
	color: #e40016;
}
.news-body .content h1 {
	font-size: 20px;
	display: block;
	margin: 10px 0 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
.news-body .content h2,
.news-body .content h3,
.news-body .content h4,
.news-body .content h5,
.news-body .content h6 {
	display: block;
	border-left: 4px solid #e40016;
	padding-left: 10px;
	margin: 35px 0 10px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
