@charset "euc-jp";

/* CSS Document */
.maintenance div {
    font-size: 16px !important;
}

body #container {
    max-width: 1200px;
    margin: 0 auto;
}

#main_container {
    width: 1200px;
}

ul.pager {
    margin: 24px auto !important;
}

dl#notice dt {
    width: 100px !important;
}

dl#notice dd {
    width: 874px;
}

dl#notice dt,
dl#notice dd {
    padding: 16px 10px;
}

dl#notice dd.new {
    background: url(/main/support/images/icon_new.gif) no-repeat 0 16px !important;
}

#info_upgrade {
    width: 1200px !important;
}

#info_upgrade p#detail {
    padding: 0 24px !important;
}

@media(max-width: 640px) {
    body #main_inbox .policy_area {
        width: 100% !important;
    }

    .maintenance div {
        font-size: 1.4rem;
    }

    body #container #main_inbox {
        padding: 0 10px !important;
    }

    body #main_container {
        padding: 0 10px !important;
    }

    dl#notice dt {
        width: 93%;
        border-bottom: none;
        padding: 20px 0 0 0;
    }

    dl#notice dd {
        width: 90%;
    }

    body #container {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 0 !important;
        padding: 0 20px;
    }
}