@charset "utf-8";

* { margin:0; padding:0; font-style:normal; font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; box-sizing:border-box; }

/* html */
html { overflow-y:scroll; font-size:62.5%; }
body { margin:0; padding:0; background-color:#F2B024; color:#333; width:100%; height:100%; min-height:100%; }
hr { display:none; }

/* p */
p { margin-bottom:20px; line-height:1.5em; }
p.text-center { text-align:center; }
p.text-right { text-align:right; }
p.p-bottom00 { margin-bottom:0; }
p.p-bottom05 { margin-bottom:5px; }
p.p-bottom10 { margin-bottom:10px; }
p.p-bottom30 { margin-bottom:30px; }
p.p-bottom40 { margin-bottom:40px; }
p.p-bottom50 { margin-bottom:50px; }
p.p-bottom60 { margin-bottom:60px; }
p.p-bottom70 { margin-bottom:70px; }
p.p-bottom80 { margin-bottom:80px; }
p.p-bottom90 { margin-bottom:90px; }
p.p-bottom100 { margin-bottom:100px; }
p.p-bottom110 { margin-bottom:110px; }
p.p-bottom120 { margin-bottom:120px; }
p.p-bottom130 { margin-bottom:130px; }
p.p-bottom140 { margin-bottom:140px; }
p.p-bottom150 { margin-bottom:150px; }
p.p-bottom160 { margin-bottom:160px; }
p.p-bottom170 { margin-bottom:170px; }
p.p-bottom180 { margin-bottom:180px; }
p.p-bottom190 { margin-bottom:190px; }
p.p-bottom200 { margin-bottom:200px; }

/* img */
img { border:none; }
img.img-center { vertical-align:middle; }
img.img-right { float:right; }

/* text */
.t-bold { font-weight:bold; }
.textS { font-size:0.9em; }
.textL { font-size:1.3em; }
.colorC00 { color:#C00; }

/* link */
a { text-decoration:none; }
a:link { color:#36C; text-decoration:underline; }
a:visited { color:#FFF; text-decoration:underline; }
a:hover { color:#FFF; text-decoration:underline; }
a:active { text-decoration:underline; }
a img { border:none; }
