<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 */

/* Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size: 10px;
	/**/
	font-size: 62.5%;/**/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, img, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
table, th, td {
	font-size: 100%;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	display: inline-block;
}
img, abbr, acronym, fieldset {
	border: 0;
}
ul, li {
	list-style-type: none;
}
img, a img {
	border:none;
	background:transparent;
	vertical-align:bottom;
}
nav a {
	text-decoration: none;
	font-style: normal;
}
/*--- default */
body {
	background: #fff;
	color: #383838;
	font-family: Shuei MaruGo B;
}

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