@charset 'UTF-8';

.news .date {
	margin-bottom: 5px;
	font-weight: bold;
}

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

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

.news-detail .button {
	max-width: 120px;
	margin: 40px 0 auto;
	width: 100%;

}