@CHARSET "UTF-8";

/* トピックエリア(TOP以外)に関するCSS
 ----------------------------------------*/
#topic-privacy-policy {
    width: 960px;
    height: 1080px;
    margin: 48px auto 0;
}

#privacy-commentary {
    width: 640px;
    height: 1080px;
    margin: 64px auto;
    text-align: left;
    font-size: 90%;
}

#topic-terms {
    width: 960px;
    height: 2180px;
    margin: 48px auto 0;
}

#terms-commentary {
    width: 640px;
    height: 2180px;
    margin: 64px auto;
    text-align: left;
    font-size: 90%;
}

.subject {

    margin: 36px auto;
    list-style-type: square;
}

.subject-comment {
    margin: 16px auto 32px;
    list-style-type: none;
}

.subject-subcomment {
    margin: 16px auto;
    list-style-type: disc;
}

.admin {
    margin: 16px auto;
    list-style-type: none;
}

#draw-up {
    text-align: right;
}
