@charset "UTF-8";

/* 共通 */
#wrapper,
#wrapper2 {
    overflow: hidden;
}
#main {
    width: 700px;
    padding: 5px 10px 10px 0;
    margin-left:auto;
    margin-right:auto;
}

/* 利用規約 本文 */
#terms h2{
    width:700px;
    background-color:#ACAC97;
    height: 23px;
    padding:3px 0 0 5px;
    font-size:120%;
    color:#FFF;
    margin-top:5px;
    margin-bottom:15px;
    letter-spacing:0.1em;
    font-weight: bold;
}
#terms h3 {
    margin: 15px 0 15px;
    font-size: 14px;
}
#terms p {
    line-height: 1.8em;
    font-size: 14px;
}

#terms ol {
    list-style: decimal;
    margin: 0 0 0 20px;
    padding: 0;
}

#terms ol ol {
    list-style: lower-latin;
    margin: 0 0 0 20px;
    padding: 0;
}

#terms ol li {
    margin: 0 0 10px;
    font-size: 14px;
}

#terms ol p {
    margin: 0 0 5px;
}

#terms p.corp {
    margin: 0;
}
#footer {
    height: 90px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    background: none;
    position: relative !important;
}
#wrapper {
    background-image: none !important;
}