html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*------------------------------*/

.img-responsive.img-center {
    margin: 0 auto;
}

.img-responsive.img-right {
    float: right;
}

/*------------------------------*/

.no-margin {
    margin: 0 !important;
}

.no-margin-t {
    margin-top: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.no-margin-l {
    margin-left: 0 !important;
}

.no-margin-r {
    margin-right: 0 !important;
}

/*------------------------------*/

.no-padding {
    padding: 0 !important;
}

.no-padding-t {
    padding-top: 0 !important;
}

.no-padding-b {
    padding-bottom: 0 !important;
}

.no-padding-l {
    padding-left: 0 !important;
}

.no-padding-r {
    padding-right: 0 !important;
}

/*------------------------------*/

a {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover > img {
    opacity: 0.7;
}

a.active {
    text-decoration: underline;
}

/*------------------------------*/

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

.under_construction {
    z-index: 5000;
}

.under_construction .modal {
    text-align: center;
    padding: 0 !important;
}

.under_construction .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2px;
}

.under_construction .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.under_construction .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 20px;
    margin: 0 auto;
}

.under_construction .close {
    background-color: transparent;
    color: #000000;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: sans-serif;
    font-size: 30px;
    padding: 0 5px;
}

.under_construction .modal-body {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    padding: 5px 10px 5px 10px;
}

.under_construction h3 {
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

@media (min-width: 768px) {
    .under_construction .modal-content {
        width: 450px;
    }
}

@media (max-width: 374px) {
    .under_construction h3 {
        font-size: 14px;
        line-height: 24px;
    }
}

/*------------------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*------------------------------*/

a.logo-link {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
}

.not-top a.logo-link {
    display: block;
    padding-top: 5px;
}

/*------------------------------*/

.col-xs-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2_4 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-2_4 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-2_4 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-2_4 {
        width: 20%;
        float: left;
    }
}

/*------------------------------*/