@media (max-width:1000px) {
.no_top {
    display:block;
}
.navi_top {
    display:none;
}
.mobile_navi a {
    height:60px;
    display:block;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    background-image:url("/files/layout/mob-navi.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.mobile_navi {
    height:60px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    line-height:60px;
    z-index:1001;
}
.mm-menu {
    color:#ffffff !important;
    background: #004588 !important;
}
.mm-menu a,
.mm-menu span.active {
    text-transform:uppercase !important;
}
.mm-subclose {
    color: #ffffff !important;
}
}
