@charset "utf-8";
/* CSS Document */

/*
* TITLE
******************************************************/
.news-title__wrapper h2 {
	margin-top: 10px;
}
.news-title {
	font-size: 190%;
	font-weight: normal;
	border-bottom: 2px solid #333;
	line-height: 1.0em;
}

/*
* NEWS
******************************************************/
.news__wrapper {
	margin: 60px 0 40px 0;
}
.news__content {
}
.news__content dl {
	border-bottom:1px solid #333;
	line-height: 1.8em;
	font-size: 95%;
}
.news__content dt {
	border-top:1px solid #333;
	padding: 4px;
}
.news__content dd {
	padding-bottom: 15px;
}
.news__content dd a, a:focus, a:active {
	text-decoration: none;
	color: #000000;
}
.news__content dd a:hover {
	text-decoration: underline;
	color: #000000;
}

@media screen and (max-width:750px) {
	.news__wrapper {
		width: auto;
		padding: 15px 30px;
		margin: 0;
	}
	.news__content {
		margin-right: 0;
	}
}
