@charset "utf-8";

body.is-fixed .nav-fix-pos {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0;
    margin-bottom: 60px;
}

/*headerブロック*/
body.is-fixed .header {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

body.is-fixed #menubar {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 10px !important;
}


@media screen and (max-width:800px) {

    body.is-fixed .header {
        margin-bottom: 0px;
        display: none;
    }

}
