@charset "utf-8";

/* ----------------------------------------------------------------------------------------------
 [CSS] module.css
  + common settings and parts style sheet
------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------
   common settings and parts style sheet
------------------------------------------------------------------------------------------------- */


/* general-purpose class
---------------------------------------------------------- */

/* top */
.mt05	{ margin-top: 5px !important; }
.mt10	{ margin-top: 10px !important; }
.mt20	{ margin-top: 20px !important; }
.mt30	{ margin-top: 30px !important; }

/* right */
.mr05	{ margin-right: 5px !important; }
.mr10	{ margin-right: 10px !important; }
.mr20	{ margin-right: 20px !important; }
.mr30	{ margin-right: 30px !important; }

/* bottom */
.mb05	{ margin-bottom: 5px !important; }
.mb10	{ margin-bottom: 10px !important; }
.mb20	{ margin-bottom: 20px !important; }
.mb30	{ margin-bottom: 30px !important; }

/* left */
.ml05	{ margin-left : 5px !important; }
.ml10	{ margin-left : 10px !important; }
.ml20	{ margin-left : 20px !important; }
.ml30	{ margin-left : 30px !important; }

/* align */
.alignL	{ text-align: left !important; }
.alignC	{ text-align: center !important; }
.alignR	{ text-align: right !important; }

/* float */
.boxL	{ float: left; }
.boxR	{ float: right; }