@charset "UTF-8";
#header {
    position: fixed!important;
}
#main #main {
    background-color: #fff;
    padding: 0!important;
}

.ordinary .header-logo {
    position: relative!important;
}

@media only screen and (max-width: 767px) {
#header {
    position: relative!important;
}
#main .home-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
}

