@charset "UTF-8";
/* CSS Document */
/* Standard module */
/* Author: H.Nakazawa */

/*------------------------------------------
BR Clear Module
-------------------------------------------*/
.clear {
    clear: both;
}

.clearfix {
    min-height: 1px;
}

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

* html .clearfix {
    height: 1px;
    /**/
    /*/ height: auto; overflow: hidden; /**/
}


/*------------------------------
Spacer
------------------------------*/
.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt39 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt70 {
    margin-top: 70px;
}

@media screen and (max-width: 640px) {
    .mt39 {
        margin-top: 13px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mt50 {
        margin-top: 22px;
    }
}

.mtm25 {
    margin-top: -25px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
    .mb25 {
        margin-bottom: 12px;
    }

    .mb35 {
        margin-bottom: 24px;
    }

    .mb40 {
        margin-bottom: 12px;
    }

    .mb60 {
        margin-bottom: 20px;
    }

    .mb65 {
        margin-bottom: 20px;
    }

    .mb70 {
        margin-bottom: 20px;
    }
}

.pt25 {
    padding-top: 25px;
}

.pt40 {
    padding-top: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

@media screen and (max-width: 640px) {
    .pt25 {
        padding-top: 0;
    }

    .pt40 {
        padding-top: 0;
    }

    .pt60 {
        padding-top: 0;
    }

    .pt80 {
        padding-top: 0;
    }
}
