@charset "UTF-8";
/* CSS Document */
/* ========================= [ header ] */
.dmm_header {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    z-index: 5;
    display: block;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    height: 60px;
    padding: 18px 20px;
}

.ntg-top {
    text-decoration: none;
    margin: 8px 0;
    color: #333;
    background: url(../img/dmm/bg_bt_olgtop.gif) no-repeat left center;
    background-size: 24px 23px;
    padding-left: 31px;
    font-size: 20px;
}