<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#news01 ul.image {
	width: 200px;
	text-align: center
}
#news01 ul.image li{
	margin-bottom: 10px;
}
#news01 ul.image li:last-child{
	margin-bottom: 0;
}
#news01 ul.image li.fancybox a {
	width: 200px;
	text-align: center;
	display: table-cell;
}
#news01 p.date {
	margin-bottom: 5px;
	font-weight: bold;
}
#content .back {
	margin: 40px 0 0;
}
</pre></body></html>