@charset "UTF-8";


/* フォントサイズ --------------------------------------- */
.text9 { font-size:73%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


.bold{ font-weight:bold;}
.normal{ font-weight:normal;}


.mleft10{ margin-left:10px;}
.mleft20{ margin-left:20px;}
.mleft30{ margin-left:30px;}
.mleft40{ margin-left:40px;}
.mleft60{ margin-left:60px;}
.mleft80{ margin-left:80px;}

.mtop20{ margin-top:20px;}
.mtop40{ margin-top:40px;}
.mtop60{ margin-top:60px;}

.mbottom10{ margin-bottom:10px;}
.mbottom20{ margin-bottom:20px;}
.mbottom40{ margin-bottom:40px;}
.mbottom60{ margin-bottom:60px;}



/* カラー --------------------------------------- */


.gray1{ color:#BBBDBF; }

.red{ color:#FF0000; }
.red_d{ color:#D62C2C;}
.red_l{ color:#D13D64;}

.yellow{ color:#FFC96A; }
.yellow2{ color:#FFEC95; }

.blue{ color:#0C8AC5; }

.white{ color:#FFFFFF;}

.font1{ font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

.normal{ font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}


