/* ja */

@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

menu {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

menu {
    display: block;
}

#jusandi_pc_header {
    width: 100%;
    max-width: 1200px;
    height: 116px;
    margin: 0 auto;
}

.logo {
    width: 144px;
    height: 144px;
    position: absolute;
    z-index: 100;
}

.logo a {
    background-color: #ffffff;
    display: block;
    height: 100%;
}

.logo img:hover {
    opacity: 0.7;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#global_navi {
    float: right;
    margin: 24px 50px 0 134px;
    width: 915px;
}

#menu-global_navi a {
    color: #000000;
    letter-spacing: 0.5px;
}

#menu-global_navi div span.menu_txt_bottom {
    clear: both;
    display: block;
    font-size: 10px;
    color: #2e555a;
    font-weight: normal;
    margin: 6px 0 0 0;
}

.menu_contents {
    display: inline-block;
    float: left;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    border-right: solid 1px #e9e9e9;
    height: 30px;
    padding-bottom: 4px;
    padding: 6px 12px;
    margin: -6px 0;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.menu_contents:hover {
    color: #000000;
    height: 30px;
    background-color: #e6eced;
}

#menu-item-337 {
    border-left: solid 1px #e9e9e9;
}