<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/* ========================= [ #page ] */
.rst * {
    list-style: none;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

#page {
    color: #325265;
    font-size: 14px;
}

/* ========================= [ #content ] */
#content {
    width: 875px; 
    margin: 0 auto;
}

/* ===== .area-main */
#content .area-main div,
#content .area-main p,
#content .area-main img,
#content .area-main dl,
#content .area-main dt,
#content .area-main dd,
#content .area-main ol,
#content .area-main ul,
#content .area-main li,
#content .area-main fieldset,
#content .area-main form,
#content .area-main label,
#content .area-main table,
#content .area-main caption,
#content .area-main tbody,
#content .area-main tfoot,
#content .area-main thead,
#content .area-main tr,
#content .area-main th,
#content .area-main td,
#content .area-main dl,
#content .area-main dt,
#content .area-main dd,
#content .area-main article,
#content .area-main aside,
#content .area-main section {
    word-wrap: break-word; 
    word-break: normal;

    overflow-wrap: break-word;
}

.sect {
    line-height: 1.65;
    /* ===== .block-info */
}
.sect .date {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}
.sect .closure {
    margin-bottom: 1.5em;
    padding: 1em 1em .9em;
    border: #ddd 1px solid;
    text-align: center;
}
.sect .block-info .capt-info {
    position: relative; 
    line-height: 20px;
}
.sect .block-info .sect-info {
    padding: 0 25px;
    font-size: 14px;
}
.sect .block-info .sect-info .announce_area {
    position: relative;
}
.sect .block-info table {
    margin: 40px 0 10px; 
    font-size: 16px;
}
.sect .block-info table th {
    width: 290px;
    padding-bottom: 10px;
    font-weight: bold;
    vertical-align: top; 
    text-align: right;
}
.sect .block-info table td {
    padding-bottom: 10px;
    padding-left: 10px; 
    text-align: left;
}

#content .area-main .capt {
    margin: 0 auto;
    padding: 35px 0 30px;
}
#content .area-main .capt h1 {
    padding-left: 60px; 
    background: url(//p.dmm.com/p/help/faq/ico_attention.png) no-repeat 0 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
}
#content .area-main .capt .lead {
    margin-top: 30px; 
    font-size: 14px;
}

#content .area-main .sect {
    border: 2px solid #dedede;
}
#content .area-main .sect .block-info {
    padding: 0 25px;
    padding-top: 30px;
    padding-bottom: 35px; 
    border-top: 2px solid #dedede;
}
#content .area-main .sect .block-info:first-child {
    border-top: none;
}
#content .area-main .sect .block-info .capt-info {
    margin-bottom: 25px;
    padding-right: 7em; 
    padding-left: 25px;
    background: url(//p.dmm.com/p/help/faq/ico_capt.png) no-repeat 0 0;
    font-size: 14px;
}
#content .area-main .sect .block-info .capt-info .date {
    position: absolute;
    top: 0; 
    right: 0;
}

#content .area-main .sect-none_maintenance {
    padding: 25px 30px;
    border: 2px solid #dedede; 
    text-align: center;
}

#content a.ico-link:hover {
    text-decoration: underline;
}

#static {
    margin: 0 -12px; 
    background: #ecf0f1;
}
#static .area-tab {
    position: relative; 
    width: 875px;
    margin: 125px auto 0;
}
#static .area-tab .title {
    position: absolute;
    top: -55px; 
    width: 100%;
}
#static .area-tab .title:after {
    display: table;
    clear: both; 
    content: "";
}
#static .area-tab .title li {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    height: 55px;
    border: 2px solid #ecf0f1;
    border-bottom: none;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
}
#static .area-tab .title li:first-of-type {
    border-right: none; 
    border-top-left-radius: 8px;
}
#static .area-tab .title li:last-of-type {
    border-left: none; 
    border-top-right-radius: 8px;
}
#static .area-tab .title li.on {
    position: relative;
    top: -10px;
    height: 65px;
    border: none;
    background: #ecf0f1;
    font-size: 24px; 
    line-height: 65px;
}
#static .area-tab .title li.on:first-of-type {
    border-top-right-radius: 8px;
}
#static .area-tab .title li.on:last-of-type {
    border-top-left-radius: 8px;
}
#static .area-tab .panel {
    padding: 40px 0 65px;
}
#static .area-tab .panel li {
    display: none;
}
#static .area-tab .panel li.on {
    display: block;
}
#static .area-tab .panel .regularly_maintenance table {
    position: relative;
    width: 100%;
    margin-top: 30px;
    background: #fff;
    border-collapse: collapse; 
    font-size: 14px;
    text-align: center;
}
#static .area-tab .panel .regularly_maintenance table tr {
    height: 75px;
}
#static .area-tab .panel .regularly_maintenance table th {
    width: 90px; 
    padding: 0 5px;
    border: 2px solid #ecf0f1;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
#static .area-tab .panel .regularly_maintenance table td {
    width: 260px;
    padding: 0 5px; 
    border: 2px solid #ecf0f1;
    word-break: break-all;
}
#static .area-tab .panel .regularly_maintenance table .heading th {
    border-bottom: 2px solid #325265;
}
#static .area-tab .panel .before_maintenance .sect {
    background: #fff;
}
#static .area-tab .panel .before_maintenance .sect .block-info {
    border-bottom: 1px solid #ecf0f1;
}
#static .area-tab .panel .before_maintenance .sect .block-info .capt-info {
    padding: 15px 52px 15px 25px;
    font-size: 14px; 
    cursor: pointer;
}
#static .area-tab .panel .before_maintenance .sect .block-info .capt-info .btn {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    overflow: hidden;
    width: 15px;
    height: 15px;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
}
#static .area-tab .panel .before_maintenance .sect .block-info .capt-info.closed .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 2px; 
    margin: auto;
    background: #999;
    content: "";
}
#static .area-tab .panel .before_maintenance .sect .block-info .capt-info.closed .btn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 14px; 
    margin: auto;
    background: #999;
    content: "";
}
#static .area-tab .panel .before_maintenance .sect .block-info .capt-info.opened .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 2px; 
    margin: auto;
    background: #999;
    content: "";
}
#static .area-tab .panel .before_maintenance .sect .block-info .sect-info {
    display: none;
    padding: 0 25px 15px;
}
#static .area-tab .panel .before_maintenance .sect .block-info .sect-info.on {
    display: block;
}
#static .area-tab .panel .before_maintenance .sect .block-info .sect-info .date {
    display: block;
    margin-bottom: 10px; 
    text-align: right;
}</pre></body></html>