<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.news_title {
	clear: both;
	position: relative;
	margin-bottom: 25px;
}
.top_h2 {
	background-image: none;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 50px;
}

.news_all {
	position: absolute;
	top: 15px;
	right: 0px;
}
.news_box {
	text-align: left;
}
.news_box li {
	margin-bottom: 20px;
}
.date {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 85%;
	line-height: 1.1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 7px;
	padding-right: 7px;
}
.entry {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 85%;
	line-height: 1.1em;
}
.bar_top {
	padding-top: 5px;
}
</pre></body></html>