@charset "UTF-8";

.b-wave {
    text-decoration:underline wavy #000000;
}

.bg-color {
    background-color: #b9b9b9;
    display: inline-block;
}

.wavy-underline {
    text-decoration:underline wavy #000000;
}

.u-wb { word-break: normal; }

.mt1em {margin-top: 1em !important;}

.u-indent-27em {text-indent: -2.7em !important;}
.u-pl27em {padding-left: 2.7em !important;}

.u-indent-8em {text-indent: -8em;}


@media screen and (max-width:750px) {
	.u-float--R {
        float: none;
        padding-left: 20px;
        padding-bottom: 20px;
    }
}


