@charset "utf-8";
#News_contents {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 0px;
	float: center;
	text-align: left;
}
@media (max-width: 768px) {
#News_contents {
	width: 94%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	float: center;
	text-align: left;
}
}

.d_line{
	border-bottom: 0.4px solid #000A02;
}


#News_contents a{
	text-decoration: none;
	color: #1B8D9E;
}
#News_contents a.current{
	text-decoration: none;
	color: #EB583F;
}
#News_contents a:hover{
	color: #3A9E3B;
}

.news {
	width: 100%;
}
.news dl{
	width: 100%;
}
.news dt{
	width: 8em;
	float:left;
	padding:16px 8px;
}
.news dd{
	margin-left:100px;
	padding:16px 8px;
}