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


/*======================================
	newsList
======================================*/
.newsList{
	overflow:hidden;
	margin-bottom:200px;
}
.newsList dt{
	float:left;
	width:8em;
	margin-bottom:1em;
	color:#b4b4b5;
}
.newsList dd{
	margin-bottom:1em;
	padding-left:8em;
}</pre></body></html>