@charset "euc-jp";
/* CSS Document */

.mb00 { margin-bottom: 0;}
.mb02 { margin-bottom: 2px;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb_auto { margin-bottom: auto;}

.mt00 { margin-top: 0;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt32 { margin-top: 32px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt94 { margin-top: 94px;}
.mt_auto { margin-top: auto;}

.ml00 { margin-left: 0px;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml_auto { margin-left: auto;}

.mr00 { margin-right: 0px;}
.mr05 { margin-right: 5px;}
.mr08 { margin-right: 8px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr_auto { margin-right: auto;}


.f10px{ font-size: 10px;}
.f12px{ font-size: 12px;}
.f14px{ font-size: 14px;}
.f16px{ font-size: 16px;}

.fw_nomal{ font-weight: normal;}
.fw_bold{ font-weight: bold;}

.lh120{ line-height: 1.2;}
.lh130{ line-height: 1.3;}
.lh140{ line-height: 1.4;}
.lh150{ line-height: 1.5;}
.lh160{ line-height: 1.6;}
.lh170{ line-height: 1.7;}
.lh180{ line-height: 1.8;}
.lh190{ line-height: 1.9;}
.lh200{ line-height: 2.0;}

.c_red    { color: #E51313;}
.c_pink   { color: #4FA8C1;}
.c_green  { color: #70CB7B;}
.c_orange { color: #E68C51;}
.c_yellow { color: #CFBC38;}
.c_blue   { color: #83C2D6;}
.c_black  { color: #000000;}
.c_white  { color: #ffffff;}
.c_gray   { color: #666666;}


.ta_left   { text-align: left;}
.ta_center { text-align: center;}
.ta_right  { text-align: right;}

.float_left { float: left;}
.float_right { float: right;}
.float_clear {
 float: none;
 clear: both;
}