@charset 'UTF-8';
.imgleft .image, .imgright .image{
	width: 20%;
}
.news .date {
	margin-bottom: 5px;
	font-weight: bold;
}

.news .text p + p {
	margin-top: 0;
}

.image {
	width: 20%;
}
.image div + div {
	margin-top: 10px;
}

.button a{
	display: block;
	margin: 50px auto 0;
	background: #e27474;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	width: 150px;
	padding-top: 3px;
	line-height: 37px;
	border-radius: 4px;
	text-decoration: none;
}
.button a:hover{
	opacity: 0.8;
}

