@charset "utf-8";
#titlebar{
    width: 1200px;
    height: 50px;
    background: url(/member/images/title_back.png) no-repeat;
    position: relative;
}
#titlebar span{
    display: block;
    position: absolute;
    right: 50px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-style: italic;
    height: 50px;
    line-height: 50px;
}
#chapter{
    margin: 8px auto;
    width: 875px;
    height: 47px;
    background-image: url(/member/images/h1_back.png);
    background-repeat: repeat-x;
    background-position: center center;
    border: 1px solid #c0c0c0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    position: relative;
}
#chapter span.icon{
    display: block;
    width: 24px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/member/images/h1_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#chapter span.left{
    display: block;
    position: absolute;
    top 0;
    left: 24px;
    font-size: 135%;
    font-weight: bold;
    line-height: 47px;
}
#chapter span.right{
    display: block;
    position: absolute;
    top 0;
    right: 24px;
    font-size: 133%;
    font-weight: bold;
    line-height: 47px;
}
h3.privacy{
    visibility: hidden;
}
ul.disc{
    list-style-type: disc;
    margin-left: 1em;
}
dl.jyoubun ol{
    margin-left: 2em;
}
