@charset 'UTF-8';

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

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

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

.news .button {
	    max-width: 300px;
    width: 100%;
    margin: 40px auto 0;
}
.news .button a{
	display: block;
    line-height: 60px;
    letter-spacing: 0.2em;
    font-size: 1.6rem;
    color: #C7C0AC;
    background: #1E1A19;
}
.news .button a:hover{
	text-decoration: none;
	opacity: 0.8;
}

.news-list .news-box {
	background: #AA5B3A;
	color: #1E1A19;
	padding: 15px 30px;
}

.news-list .news-box .news{
	margin-bottom: 30px;
	background: url('../image/icon_border.png') left bottom repeat-x;
	padding-bottom: 30px;
}
.news-list .news-box .news:last-child{
	background: none;
}
.news-list .news-box h3 a {
	color: #1E1A19;
	font-family: 'Sawarabi Mincho', sans-serif;
}

.news .richtext {
	color: #fff !important;
	overflow: hidden;
}
.news .richtext > * {
	color: #fff !important;
}