@charset 'UTF-8';

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

.news-detail .button {
	width: 106px;
	margin: 40px 0 auto;
}
.news-detail .button a {
	display: block;
	border-bottom: 2px solid #F88686;
	background: url("../image/icon_back.png") left center no-repeat;
	padding: 9px 0 7px;
	color: #F88686;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	line-height: 1.4;
}
.news-detail .button a:hover {
	opacity: 0.8;
}