<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------------------
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ------------------------------------------------------------*/

/*--- reset */

html { overflow-y: scroll; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	
}
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }
table { font-size:100%;  border-collapse: collapse;}
caption, th { text-align: left; }
q:before, q:after { content: ''; }
object, embed { vertical-align: top; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img, abbr, acronym, fieldset { border: 0; }
img { line-height:0; }
li { list-style-type: none; }
p { text-justify:inter-ideograph; }
body {
	background: url(../images/bg_body.jpg) 0 0 repeat-x, #fff;
	color: #000;
	line-height: 1.5;
	font:13px/1.231 "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 	*font-size:small; /* for IE */
 	*font:x-small; /* for IE in quirks mode */
	text-align:left;
	min-width: 980px;
}
select, input, button, textarea { font:99% arial, helvetica, clean, sans-serif; }
</pre></body></html>