@charset "utf-8";



/*==================================================

parts
==================================================*/

/*	margin top	*/
.mt1 {margin-top:1px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt4 {margin-top:4px !important;}
.mt5 {margin-top:5px !important;}
.mt8 {margin-top:8px !important;}
.mt10 {margin-top:10px !important;}
.mt12 {margin-top:12px !important;}
.mt15 {margin-top:15px !important;}
.mt16 {margin-top:16px !important;}
.mt20 {margin-top:20px !important;}
.mt24 {margin-top:24px !important;}
.mt25 {margin-top:25px !important;}
.mt28 {margin-top:28px !important;}
.mt30 {margin-top:30px !important;}
.mt32 {margin-top:32px !important;}
.mt34 {margin-top:34px !important;}
.mt36 {margin-top:36px !important;}
.mt40 {margin-top:40px !important;}
.mt42 {margin-top:42px !important;}
.mt44 {margin-top:44px !important;}
.mt48 {margin-top:48px !important;}
.mt50 {margin-top:50px !important;}
.mt56 {margin-top:56px !important;}
.mt64 {margin-top:64px !important;}
.mt72 {margin-top:72px !important;}
.mt80 {margin-top:80px !important;}
.mt88 {margin-top:88px !important;}
.mt96 {margin-top:96px !important;}

/*	figure float	*/
.alignleft {float:left;display:inline;margin-right:24px;}
.alignright {float:right;display:inline;margin-left:24px;}
.aligncenter {display:block;margin-left:auto;margin-right:auto;}

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

/*	clearfix	*/
.clear {zoom:1;}
.clear:after {clear:both;display:block;content:'';height:0}

/*	hide	*/
.hide {display:none;}