html.mm-blocking{
    overflow: auto;
}

#menu{
    position: fixed;
    background: #e3e4e1;
    z-index: 999999;
    top: 108px;top: 60px;
    height: 100%;
    max-height: calc(100vh - 60px);
    overflow: hidden;
    width: 255px;
    display: none;
}

.menu-navbar{
    width: 270px;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    height:100%;
}

.navbar-brand{
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    display: table-cell;
    padding: 0 8px 0 0;
}

.navbar-brand span.glyphicon{
    font-size: 30px;
    line-height: 40px;
}

.mm-panel.mm-hasnavbar .mm-navbar{
    display: none;
}

#header #glnaviWrapper div.logo{
    float: left !important;
    display: block;
}

#search-keyword.search-form{
    width: 100%;
    max-width: 332px;
    margin: 0px auto;
    display: block;
    float: left;
}

form#search-form{
    height: 40px;
}

.top-key-search{
    display: table-cell;
    padding: 0 20px 0 0;
    width: 230px;
    height: 40px;
    min-width: 92px;
    vertical-align: middle;
    float: left;
}

.top-key-search ul{
    vertical-align: bottom;
}

.top-key-search ul li{
    float: left;
    margin-right: 15px;
}

.top-key-search ul li a{
    font-size: 12px;
    text-decoration: underline !important;
    color: #EC6C00;
}

.top-key-search ul li:last-child{
    margin-right: 0px;
}

#bellBoxDrop{
    display: table-cell;
    padding: 0px;
    height: 40px;
    vertical-align: middle;
    float: right;
    margin-right: 5px;
}

#bellBox{
    float: right;
}

html.mm-opening .mm-menu~.mm-slideout{
    transform: none !important;
    transform: none !important;
}

.mm-menu.mm-offcanvas{
    width: 100%;
}

.mm-menu.mm-offcanvas.mm-opened{
    z-index: 9999;
    top: 4px;
    max-width: 1140px;
    margin: 0px auto;
    background: none;
}

.mm-panels{
    max-width: 295px;
    min-width: 140px;
    background: #DAEEF3;
}

.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before{
    height: 0px;
}

.mm-panels>.mm-panel.mm-hasnavbar{
    padding: 0px;
}

.category-navbar{
    width: 100%;
    float: left;
    background: #d7d9d3;
}

.menu-navbar h5{
    color: #2c3f49;
    padding: 10px;
    margin: 0px;
    font-weight: bold;
}

.menu-navbar .mm-listview{
    margin: 0px;
    width: 100%;
    float: left;
}

.mm-listview>li{
    padding: 10px 10px 0px 10px;
}

.mm-listview>li:last-child{
    padding: 10px;
}

.mm-listview>li>a{
    text-decoration: none;
}

.mm-listview>li>a{
    font-size: 14px;
    color: inherit;
}

.mm-listview>li:not(.mm-divider):after{
    border:none;
}

.mm-navbar{
    display: none;
}

/* 変更0904　++++++++++++++++++++++++++++++++ */

/* 変更　0904　++++++++++++ */

.header{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header-account-navbar{
    float: left;
    width: 100%;
    background: #98958a;
    padding: 5px 0px;
}

.header-account-navbar .account {
    width: 55px;
    padding: 0px 0px 0px 5px !important;
    float: left;
}

.header-account-navbar .account .account__img{
    width: 40px !important;
    text-align: left;
    margin-right: 10px;
}

.header-account-navbar .account .account__img img{
    max-width: 40px;
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
    height: 40px;
}

.userName-nav{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding-left: 0px;
    color: white;
    font-weight: bold;
}

.search-widget-sp{
    display: none;
}

.top-key-search-pc{
    display: block;
    float: right;
}

.top-key-search-sp{
    display: none;
}

.suggestion-inside-search{
    position: absolute;
    width: calc(100% - 65px);
    overflow: hidden;
    border: 1px solid black;
    background: white;
}

.search-suggestion{
    overflow-y: scroll;
    max-height: calc(100vh - 75px);
    position: initial;
    border: none;
    width: calc(100% + 5px);
    background: none;
}

.center-text{
    top: -8px;
    position: relative;
}

.center-div{
    border-top: 2px solid black;
}

.sp-show{
    display: none;
}

.sp-hide{
    display: block;
}

#timeline #secondary header.root h1 i.root{
    padding-right: 8px;
    color: #3faee2;
    display: table-cell;
    vertical-align: middle;
}

#timeline #secondary header.root h1 span.tag-sp{
    color: black;
    font-weight: bold;
}

@media (min-width: 550px){
    html.mm-opening .mm-menu~.mm-slideout {
        transform: none !important;
        transform: none !important;
    }
}

@media(max-width: 1150px) {
    #menu{
        left: 0px;
    }
	

    #search-keyword.search-form{
        width: 300px;
    }

    .container-search-suggest{
        width: calc(100% - 15px);
    }
}

@media print, screen and (max-width: 1080px) and (min-width: 768px){
    #search-keyword.sp-hidden {
        display: block;
    }

    #search-keyword.sp-show {
        display: none;
    }
}

@media(max-width: 1105px) {
    #search-keyword.sp-hidden{
        display: table-cell;
        width: 215px;
    }
}

@media (max-width: 1020px) {
    #search-keyword.sp-hidden{
        display: none;
    }

    .search-suggestion{
        max-height: calc(100vh - 130px);
    }

    #bellBoxDrop{
        width: 40px;
    }

    .top-key-search-sp{
        display: block;
        width: 100%;
        float: left;
        margin: 8px 10px;
        width: calc(100% - 20px);
    }

    .search-widget-sp{
        float: right;
        display: table-cell;
        height: 40px;
        vertical-align: middle;
        padding: 0px;
    }

    .search-button-sp{
        line-height: 40px;
        border: none;
        background: none;
        outline: none;
    }

    .search-button-sp i.fa{
        font-size: 30px;
        line-height: 40px;
        color: #909090;
    }

    .search-mobile-widget{
        display: none;
        float: right;
        width: 50%;
        position: absolute;
        right: 0;
        background: white;
        top: 55px;
    }

    .block-search-on{
        width: 50%;
        float: right;
        position: absolute;
        background: white;
        right: 0px;
        display: block;
        top: 56px;
    }
}

@media (max-width: 800px){
    .top-key-search-sp{
        display: block;
    }
}

@media(max-width: 767px){
    #menu{
        top: 56px;
    }

    #header.header{
        padding-bottom: 0px;
    }

    .search-mobile-widget{
        width: 65%;
    }

    .top-key-search-pc{
        display: none;
    }

    .full-search-form{
        margin: 0px;
    }

    .top-key-search-sp{
        display: block;
        margin: 0px 10px 10px 10px;
        width: calc(100% - 20px);
        float: left;
    }

    #header #bellBox{
        padding: 0px;
    }

    .sp-show{
        display: block;
    }

    .sp-hide{
        display: none;
    }
}

@media(max-width: 600px) {
    .block-search-on{
        width: 100%;
    }
}

@media(max-width: 590px){
    #header #glnaviWrapper #essence, #header #glnaviWrapper #community{
        display: none;
    }
}

@media print, screen and (max-width: 479px){
    #search-keyword.sp-show {
        width: calc(100% - 20px);
    }

    .search-mobile-widget{
        width: 100%;
    }

    .mm-panels{
        max-width:250px;
    }

    .navbar-brand-close{
        margin-left: 250px;
    }

    .mm-menu.mm-offcanvas.mm-opened{
        top: 0px;
    }
}
