@charset "utf-8";

/* ------   margin設定  ----------------------------------------------*/

/*　margin-bottom */
.mgnb00 { margin-bottom: 0!important;}
.mgnb05 { margin-bottom: 5px!important;}
.mgnb10 { margin-bottom: 10px!important;}
.mgnb15 { margin-bottom: 15px!important;}
.mgnb20 { margin-bottom: 20px!important;}
.mgnb25 { margin-bottom: 25px!important;}
.mgnb30 { margin-bottom: 30px!important;}
.mgnb35 { margin-bottom: 35px!important;}
.mgnb40 { margin-bottom: 40px!important;}
.mgnb45 { margin-bottom: 45px!important;}
.mgnb50 { margin-bottom: 50px!important;}
.mgnb100 { margin-bottom: 100px!important;}

/* ------   padding設定  ----------------------------------------------*/


/* ------   テーブルセル幅設定  -----------------------------------------*/

/*　pixel　　*/
.width100 { width: 100px;}
.width150 { width: 150px;}
.width200 { width: 200px;}
.width250 { width: 250px;}
.width300 { width: 300px;}
.width350 { width: 350px;}
.width400 { width: 400px;}
.width450 { width: 450px;}
.width500 { width: 500px;}


/* ------   フォント設定  ----------------------------------------------*/

/* font-size　*/
.fs10 { font-size: 10px;}
.fs12 { font-size: 12px;}
.fs14 { font-size: 130%;}
.fs16 { font-size: 16px;}

/*　color　*/
.f-red { color:#CD2929;}

/* ------   位置設定  --------------------------------------------------*/

/* horizontal　*/
.aligncenter { text-align: center!important;}
.alignright { text-align: right!important;}
.alignleft { text-align: left!important;}



/* ------   フロート設定  ----------------------------------------------*/
.clear { clear:both;}

.fobjectR{
	float: right;
	margin: 0 0 10px 10px;
}
.fobjectL {
	float: left;
	margin: 0 10px 10px 0;
}


/*---------------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */  
/*---------------------------------------------------------------------*/
