@charset "UTF-8";

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;background: #171717;}
body { text-align: center;}
body.popup { background: #fff !important; }

/* !wrapper
---------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    padding-bottom: 70px;
    min-width: 980px;
    text-align: left;
    background: #ffffff;
}

/* !contents
---------------------------------------------------------- */
#contents {
    margin: 0 auto;
    width: 980px;
    text-align: left;
}
body.popup #contents { width: 650px; }
#contentsIn {
    margin-top: 20px;
}
#main {
    float: left;
    width: 650px;
}
#main.col1 {
    float: none;
    width: 100%;
}
#sub {
    float: right;
    width: 290px;
}

/* !popup
---------------------------------------------------------- */
iframe { position: relative; }
body.popup { background: #fff !important; width: 650px; min-width: 0; margin: auto;}
body.popup #contents { width: 650px; }


