@charset "UTF-8";




/*-----------フォントサイズの設定-----------------------*/



.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/
.big{ font-size: 1.2em!important; }/*太字を120%のサイズに*/
.big2{ font-size: 1.5em!important; }/*太字を150%のサイズに*/
.big3{ font-size: 1.8em!important; }/*太字を180%のサイズに*/
.small{ font-size: 0.8em!important; }/*太字を80%のサイズに*/


/*font-size*/

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }



/*----------フォントカラーの設定------------------*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #008000!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/


/*----------行間の設定-----------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*--------下線や取消線など---------------------------------------------------*/

.underline{ text-decoration: underline!important; }/*下線*/
.del{ text-decoration: line-through ; }/*取り消し線*/
.noborder{ border: 0!important; }/*枠線を無くす*/
.kei-yellow{ padding:2px;background-color: #ff9!important; }/*蛍光ペン黄色*/
.kei-aqua{ padding:2px;background-color: #9ff!important; }/*蛍光ペン水色*/
.kei-gray{ padding:2px;background-color: #eee!important; }/*蛍光ペン灰色*/
.kei-red{ padding:2px;background-color: #fcc!important; }/*蛍光ペン赤色*/



/*----------文字の前にアイコン-----------------------*/



.check{
	padding: 20px 0 10px 60px!important;
	background: url(../images/icon/icon-check.png) left top no-repeat;
}

.caution{
	padding: 20px 0 10px 50px!important;
	background: url(../images/icon/icon-caution.png) left top no-repeat;
}





/*----------文字の後ろにアイコン-----------------------*/



.bbb-back{
	padding: 10px 34px 10px 0!important;
	background: url(./images/icon/icon-bbb.png) right top no-repeat;
}

