@charset "UTF-8";

/* ======================================================
margin
====================================================== */

/* margin-top */
.mt_5 { margin-top: 5px!important; }
.mt_10 { margin-top: 10px!important; }
.mt_15 { margin-top: 15px!important; }
.mt_20 { margin-top: 20px!important; }
.mt_25 { margin-top: 25px!important; }
.mt_30 { margin-top: 30px!important; }
.mt_35 { margin-top: 35px!important; }
.mt_40 { margin-top: 40px!important; }
.mt_45 { margin-top: 45px!important; }
.mt_50 { margin-top: 50px!important; }
.mt_55 { margin-top: 55px!important; }
.mt_60 { margin-top: 60px!important; }
.mt_65 { margin-top: 65px!important; }
.mt_70 { margin-top: 70px!important; }
.mt_75 { margin-top: 75px!important; }
.mt_80 { margin-top: 80px!important; }
.mt_85 { margin-top: 85px!important; }
.mt_90 { margin-top: 90px!important; }
.mt_95 { margin-top: 95px!important; }
.mt_100 { margin-top: 100px!important; }

/* margin-bottom */
.mb_5 { margin-bottom: 5px!important; }
.mb_10 { margin-bottom: 10px!important; }
.mb_15 { margin-bottom: 15px!important; }
.mb_20 { margin-bottom: 20px!important; }
.mb_25 { margin-bottom: 25px!important; }
.mb_30 { margin-bottom: 30px!important; }
.mb_35 { margin-bottom: 35px!important; }
.mb_40 { margin-bottom: 40px!important; }
.mb_45 { margin-bottom: 45px!important; }
.mb_50 { margin-bottom: 50px!important; }

/* ======================================================
font
====================================================== */

/* font-size */
.fs_10 { font-size: 1rem!important; }
.fs_11 { font-size: 1.1rem!important; }
.fs_12 { font-size: 1.2rem!important; }
.fs_13 { font-size: 1.3rem!important; }
.fs_14 { font-size: 1.4rem!important; }
.fs_15 { font-size: 1.5rem!important; }
.fs_16 { font-size: 1.6rem!important; }
.fs_17 { font-size: 1.7rem!important; }
.fs_18 { font-size: 1.8rem!important; }
.fs_19 { font-size: 1.9rem!important; }
.fs_20 { font-size: 2rem!important; }
.fs_21 { font-size: 2.1rem!important; }
.fs_22 { font-size: 2.2rem!important; }
.fs_23 { font-size: 2.3rem!important; }
.fs_24 { font-size: 2.4rem!important; }

/* color */
.fc_red { color: #f00!important; }
.fc_blue { color: #00f!important; }
.fc_rakuten { color: #bf0000!important; }
.fc_lightblue { color: #00a0e9!important; }

/* weight */
.fw_b { font-weight: bold!important; }

/* align */
.ta_l { text-align: left!important; }
.ta_c { text-align: center!important; }
.ta_r { text-align: right!important; }

/* ======================================================
width
====================================================== */

.w100 { width: 100px!important; }
.w150 { width: 150px!important; }
.w200 { width: 200px!important; }
.w300 { width: 300px!important; }
.w350 { width: 350px!important; }
.w400 { width: 400px!important; }
.w450 { width: 450px!important; }
.w500 { width: 500px!important; }
.w550 { width: 550px!important; }
.w600 { width: 600px!important; }

/* ======================================================
height
====================================================== */

.h450 { height: 450px!important; }

/* ======================================================
layout
====================================================== */

.flt_l { float: left; }
.flt_r { float: right; }
.lyt_col { display: flex; }
.lyt_c { margin: 0 auto!important; }
