<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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/dme/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: 1px;
    left: -10px;
    width: 5px;
    height: 10px;
    background: url(../images/dme/arrow_common_sp.gif) no-repeat;
    background-size: 100% 100%;
}</pre></body></html>