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

/*　メインここから　*/
#page-box {
	width: 870px;
	margin: 0px auto;
	zoom: 1;
}
#main-box .title-box {
	text-align: left;
}
#main-box .title-box h2.title {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 0px;
}
#main-box .page-contents {
	margin: 20px 0px 0px 0px;
	padding: 0px 10px;
	font-size: 13px;
	text-align: left;
}

/*　メインここまで　*/

/*　フッタここから　*/
#main-box .foot-link {
	margin: 0px 0px 0px 0px;
	padding: 6px 16px 6px 0px;
	background: url(../img/line.gif) top left repeat-x;
	font-size: 13px;
	line-height: 100%;
	vertical-align: bottom;
	text-align: left;
	letter-spacing: 1px;
}
#main-box .foot-link a {
	float: left;
	display: block;
	height: 13px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	background: url(../img/link-mark.gif) left top no-repeat;
	text-decoration: none;
}
#main-box .foot-link a:hover {
	display: block;
	height: 13px;
	background: url(../img/link-mark.gif) left bottom no-repeat;
	text-decoration: underline;
}
.sp-foot-link {
	display: none;
}
.foot-logo-sns {
	margin: 5px 0px 12px 15px;
	text-align: left;
}
.foot-logo-sns img {
	width: 100%;
	max-width: 40px;
}
/*　フッタここまで　*/

#main a.info-link-red {
	color: #cc0000;
	text-decoration: underline;
}
</pre></body></html>