<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*header以下footerより上のページ全体*/
.newssingle{
	text-align: center;
	width: 700px;
	margin: auto;
	min-height: calc(100vh - 180px);
}

/*news画像*/
.newssingle h1{
	border-bottom: 1px solid #90c31f;
	padding-top: 20px;
}

/*タイトル*/
.newssingle h2{
	padding: 20px 0;
	font-size: 30px;
}

/*戻るボタン*/
.backbtn{
	text-decoration: none;
	color: 000;
	display: block;
	padding:30px 0 30px 0;
	margin-top: 300px;
}
.backbtn:hover{
	color: #709918;
}
.backbtn:active{
	text-decoration: underline dotted #90C31F;
	color: #90C31F;
}

/*年月日、詳細内容*/
.newssingle div{
	padding-bottom: 10px;
}

/*年月日*/
.newstime{
	font-size: 16px;
	color: #a1b1c1;
}
/*詳細内容*/
.newscontent{
	font-size: 20px;
	padding-top: 50px;
	text-align: left ;
}</pre></body></html>