@charset "euc-jp";

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 1100px) {
    .shinHeader {
        display: none;
    }
}

.shinHeader {
    font-size: 13px;
    word-wrap: break-word;
    background: #484848;
    letter-spacing: .03rem;
    position: relative;
}

.shinHeader div {
    width: 1100px;
    height: 40px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.shinHeader a {
    color: #fff;
    font-family: Helvetica, Arial, "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, "Þâ¥´¥·¥Ã¥¯", YuGothic, sans-serif;
    padding: 12px 15px 7px;
}

.shinHeader a:link,
.shinHeader a:visited,
.shinHeader a:hover,
.shinHeader a:active {
    text-decoration: none;
}

.shinHeader ul {
    display: flex;
    max-height: 100%;
}

.shinHeader ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 3px solid #484848;
}

.shinHeader ul li:hover {
    background: #333;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 3px solid #484848;
}

.shinHeader ul li a:hover {
    transform:translateY(1px);
}

.current {
    color: #fff;
    font-weight: bold;
    background: #333;
    box-sizing: border-box;
    border-bottom: 3px solid #cd0a0d!important;
    font-family: Helvetica, Arial, "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, "Þâ¥´¥·¥Ã¥¯", YuGothic, sans-serif;
}

.current:hover {
    background: #333!important;
    transform:translateY(0)!important;
    cursor: default!important;
}

.current span {
    padding: 3px 15px 0;
}

.shinHeader img {
    height: 40px;
}