@charset "utf-8";

/*文字色*/
.white-m { color:#FFFFFF;}
.font_red { color:#bf0000;}
.font_blue { color:#1853B5;}
.font_green { color:#028760;}
.font_purple { color:#8e44ad;}

/*白抜き文字　背景色あり*/
.font_bgRED{background: #BF0000;color:#FFFFFF;}


/*太さ*/
.fb { font-weight:bold;}

/*サイズ*/
.f8 { font-size:8px;}
.f9 { font-size:9px;}
.f10 { font-size:10px;}
.f11 { font-size:11px;}
.f12 { font-size:12px;}
.f13 { font-size:13px;}
.f14 { font-size:14px;}
.f15 { font-size:15px;}
.f16 { font-size:16px;}
.f17 { font-size:17px;}
.f18 { font-size:18px;}
.f19 { font-size:19px;}
.f20 { font-size:20px;}
.f22 { font-size:22px;}
.f24 { font-size:24px;}
.f26 { font-size:26px;}
.f28 { font-size:28px;}
.f30 { font-size:30px;}


.em12 { font-size:1.2em}
.em14 { font-size:1.4em}
.em16 { font-size:1.6em}
.em18 { font-size:1.8em}
.em20 { font-size:2.0em}


/*行間*/
.lH10 { line-height:1.0em}
.lH12 { line-height:1.2em}
.lH14 { line-height:1.4em}
.lH16 { line-height:1.6em}
.lH18 { line-height:1.8em}
.lH20 { line-height:2.0em}