@charset "UTF-8";

/*--------float--------*/
.fl_R{float:right;}
.fl_L{float:left;}
.fl_C{clear: both;}

/*--------margin--------*/
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

/*--------align--------*/
.txt_C{text-align:center;}
.txt_L{text-align:left;}
.txt_R{text-align:right;}


/*--------Clearfix--------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
