@charset "UTF-8";
/* utility.css */

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

/* display */
.u-hidden{ display:none !important; }

/* spacing（よく使う分だけ） */
.u-mt8{ margin-top:8px !important; }
.u-mt16{ margin-top:16px !important; }
.u-mt24{ margin-top:24px !important; }
.u-mt40{ margin-top:40px !important; }

.u-mb8{ margin-bottom:8px !important; }
.u-mb16{ margin-bottom:16px !important; }
.u-mb24{ margin-bottom:24px !important; }
.u-mb40{ margin-bottom:40px !important; }