@charset "utf-8";

.fL{
    float: left;
}

.fR{
    float: right;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.fontBold{
    font-weight: bold;
}