@charset "utf-8";

.pageTitle {
	background: url(../img/bg-pagetitle.jpg) no-repeat center center;
	background-size: cover;
}

.newsList {
	max-width: 960px;
	margin: 0 auto 60px;
}
.newsList dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #999;
}
.newsList dl dt {
	width: 7em;
	padding: 10px;
	font-size: 0.88em;
	color: #666;
	border-bottom: 1px solid #999;
}
.newsList dl dd {
	width: calc(100% - 7em);
	padding: 10px;
	border-bottom: 1px solid #999;
	font-size: 0.88em;
}

.newsArticle {
	max-width: 960px;
	margin: 0 auto;
}
.newsArticle h2 {
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.articleBody p {
	font-size: 0.94em;
	line-height: 1.8;
}
.backBtn {
	width: 8em;
	margin: 40px auto 0;
	text-align: center;
}
.backBtn a {
	display: block;
	padding: 10px 1em;
	background: #554b3c;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
}
.backBtn a:hover {
	background:#966720;
	text-decoration: none;
}
/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {
	.newsList dl dt {
		width: 100%;
		padding: 10px 10px 0;
		border-bottom: none;
	}
	.newsList dl dd {
		width: 100%;
		padding: 5px 10px 10px;
	}
	

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {


}





