.header {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    word-wrap: break-word;
    box-sizing: border-box;
    min-width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 1.6;
    background: #FFF;
    border-top: 2px solid #444;
    border-bottom: 1px solid #d9d9d9;
}


body {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    line-height: 1.6;
    background: #FFF;
    display: block;
    margin: 8px;
}

.header-inner {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 60%;
    height: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1085px) {
    .header-inner {
        width: 90%;
    }
}
.header-logo {
    -webkit-text-size-adjust: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.game-header.is-sub {
    width: 100%;
    height: 70px;
}
.game-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.game-header-navi.is-sub {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.game-header-navi {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}
.game-header-navi>._title {
    display: table;
    width: 300px;
    table-layout: fixed;
}
.game-header-navi>._title>._icon {
    display: table-cell;
    width: 48px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
}
.game-header-navi>._title>._text {
    display: table-cell;
    padding-left: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
}
.game-header-navi>._right-area.is-sub {
    margin-left: 24px;
}
.game-header-navi>._right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 4px;
}

.game-header-navi>._right-area>._menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.game-header.is-sub:after {
    top: 0;
    left: 0;
    height: 70px;
    background-color: rgba(0,0,0,.65);
}

.game-header:after {
    position: absolute;
    width: 100%;
    content: "";
}

a {
    color: #0074e0;
    outline: 0;
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-wrap: break-word;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}