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

/*////////////////////////////////////////////////////////

Base Setting

////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}

img {
	margin:0;
	border:none;
	vertical-align:bottom;
}

p {
	margin-bottom:1em;
}

ul {
	list-style: none;
}


/*////////////////////////////////////////////////////////

Base layout

////////////////////////////////////////////////////////*/

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#FFF;
	font-size:14px;
	line-height:140%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*-webkit-text-size-adjust:100%;
    text-size-adjust:100%;*/
}


font,
basefont{
  font-size:100% !important;
}

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