@media (min-width:768px) and (max-width:1006px) {
    .NaviWrapper {
        height: 90px;
    }
}

@media (min-width:768px) and (max-width:814px) {
    .Header {
        height: 140px;
    }
}

@media only screen and (max-width: 10000px) and (min-width: 1120px) {
    .Header {
        top: 0 !important;
    }
}

@media only screen and (max-width: 1119px) and (min-width: 769px) {
    .Header {
        top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .main .Header {
        height: 110px !important;
    }
    #page {
        margin-top: -152px !important;
    }
}

@media only screen and (max-width: 639px) {
    #page {
        margin-top: -152px !important;
    }
}

.fluid_container {
    margin: 0 auto 0 !important;
}

.Content p, .Content h3,
.boxProductBlk h3, .boxProductBlk h4 {
    font-weight: 400;
}