<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;
}
table, th, td {
	font-size: 100%;
	line-height: 1.6;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, 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;
}
/*--- default */
body {
	background: #fff;
	color: #625026;
	font-family: Shuei MaruGo B;
	text-align: center;
}


.t_right {
	text-align: right;
}

.p_r {
	position: relative;
}

.p_a {
	position: absolute;
}

.cl {
	clear: both;
}

.inline-block {
	display: inline-block;
}

.mr5 {
	margin-right: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}</pre></body></html>