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

html, body {
	-webkit-text-size-adjust: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}
article, section, aside, nav, header, footer {
	display: block;
}
body {
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: #022782;
}
a,
label {
	cursor: pointer;
}
li {
	list-style: none;
}
.floatL {
	float: left;
}

.floatR {
	float: right;
}

.floatClr {
	clear: both;
}

/*clearfix*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf { zoom:1; }



</pre></body></html>