@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%; }
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; }
ul { list-style-type: none; }
p { text-justify:inter-ideograph; }
body {
	color: #333;
	line-height: 1.5;
	font:14px/1.231 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
}
select, input, button, textarea { font:99% arial, helvetica, clean, sans-serif; }
