@charset "UTF-8";
/* CSS Document */
/* ========================= [ header ] */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
}

header a {
    text-decoration: none;
    margin: 8px 0;
    color: #333;
}

.ntg-top {
    background: url(images/bg_bt_olgtop_sp.gif) no-repeat left center;
    background-size: 14px 13px;
    padding-left: 17px;
    font-size: 14px;
}

.navi-right {
    margin: 8px 0;
}

.arrow_sp {
    font-size: 11px;
    text-decoration: underline;
    position: relative;
}
.arrow_sp::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -10px;
    width: 5px;
    height: 10px;
    background: url(images/arrow_common.gif) no-repeat;
    background-size: 100% 100%;
}