@charset "utf-8";

.mb0 { margin-bottom: 0 !important;}
.mb6 { margin-bottom: 6px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb18 { margin-bottom: 18px !important;}
.mb24 { margin-bottom: 24px !important;}
.mb36 { margin-bottom: 36px !important;}
.mb48 { margin-bottom: 48px !important;}

.mb5 { margin-bottom: 5px !important;}
.mb8 { margin-bottom: 8px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb13 { margin-bottom: 13px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb22 { margin-bottom: 22px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important;}
.mb60 { margin-bottom: 60px !important;}

.mt6 { margin-top: 6px !important;}
.mt12 { margin-top: 12px !important;}
.mt18 { margin-top: 18px !important;}

.w216 { width: 216px !important;}
.w336 { width: 336px !important;}

.cms_marker {
	border: solid 1px red;
}

/* ----------------------------------------------
	■回り込み
------------------------------------------------- */

* + .cms_cf,
.cms_block:after,
.cms_clear_before {
    display: block;
    clear: both;
    content: '';
}

.cms_cf {
    /*zoom: 1;*/
    /*margin-bottom: 1.5em;*/
}
.cms_cf>
*:not(.cms_image) {
    /*zoom: 1;*/
}

.cms_cf:after {
    display: block;
    clear: both;
    content: '';
}

.cms_clear {
    clear: both;
}

.cms_clear_block {
    font-size: 0 !important;
    line-height: 0 !important;
    clear: both !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}