@charset 'UTF-8';

.news .button{
	margin-top: 50px;
}
.news .button a{
	display: block;
	width: 250px;
	line-height: 50px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.5s;
	border-radius: 3px;
	margin: 0 0 auto;
	background:#D7DBDF;

}
.news .button a:hover{
	opacity: 0.8;
}
