@charset "UTF-8";

div.static-section {
}

    div.static-section h2 {
        margin-bottom: 25px;
    }

    div.static-section h3 {
        border-left: 4px solid #ff4000;
        padding: 1px 4px 0;
        color: #ff4000;
        font-weight: bold;
        font-size: 136%;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: -10px;
    }


    div.static-section h3:first-child {
        margin-top: 0;
    }

    div.static-section h4 {
        font-size: 121%;
        margin-bottom: 5px;
    }

    div.static-section p {
        line-height: 1.6;
        margin-bottom: 1em;
    }

    div.static-section ul {
        margin-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        margin-bottom: 1em;
    }

    div.static-section ul li {
        line-height: 1.6;
        list-style: disc;
    }

    div.static-section ol {
        margin-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        margin-bottom: 1em;
    }

    div.static-section ol li {
        line-height: 1.6;
        list-style: decimal;
    }
    div.static-section dl {
        margin-bottom: 1em;
        line-height: 1.6;
    }

    div.static-section dt {
        font-weight: bold;
        margin-bottom: 1em;
        border-bottom: 1px solid #C5AFA4;
    }

    div.static-section dd {
        margin-bottom: 1em;
    }

    div.static-section p.recommend {
        color: #ff6c3c;
        font-weight: bold;
        background: url("../img/buy/flow_recommend.png") no-repeat 0 50%;
        padding-left: 30px;
        font-size: 108%;
        _height: 26px;
        *height: 26px;
        min-height: 26px;
    }

    div.static-section div.doc {
        border: 1px solid #c3ad88;
        padding: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #f7f4f0;
    }

    div.static-section div.doc h3 {
        border: none;
        padding-left: 25px;
        margin-left: 0;
        color: #ff6c3c;
        font-size: 122%;
        background: url("../img/buy/flow_doc.png") no-repeat 0 50%;
        _height: 24px;
        *height: 24px;
        min-height: 24px;
    }

    div.static-section div.doc th {
        vertical-align: top;
        padding: 0.5em 0.2em;
    }

    div.static-section div.doc td {
        vertical-align: top;
        padding: 0.5em 0.2em;
        width: 180px;
        line-height: 1.3;
        color: #333;
    }

div.pagination {
    position: relative;
    margin-top: 20px;
    height: 4em;
}

    div.pagination a.next-link {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
    }

    div.pagination a.prev-link {
        position: absolute;
        top: 0;
        left: 0;
    }

ul.flow {
    background: #C5AFA4 !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    overflow: hidden;
    zoom: 1;
    height: 50px;
}

    ul.flow li {
        display: block;
        list-style: none;
        float: left;
        width: 88px;
        margin: 0;
        padding: 0;
        height: 50px;
    }

    ul.flow li#flow-8 {
        width: 94px;
    }

div.static-wrapper {
    width: 647px;
    border: 1px solid #C5AFA4;
    padding: 20px 30px;
    margin-left: 1px;
    margin-bottom: 40px;
}

div.point {
    background: #ffffca;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;

}

    div.point ul {
        margin-top: 0;
        padding-left: 20px;
        margin-bottom: 0;
    }

    div.point p {
        margin-bottom: 0;
    }

.floating-container {
    overflow: hidden;
    zoom: 1;
}

    .floating-container .left {
        float: left;
    }

    .floating-container .right {
        float: right;
    }

div#bn_side_buy ul {
    margin: 0 0 20px;
    padding: 0;
}

    div#bn_side_buy li {
        border-bottom: 1px dashed #C2AC87;
        line-height: 2.5;
        background: url("../img/buy/sidebar_icon.png") no-repeat 5px 50%;
        padding-left: 18px;
    }

    div#bn_side_buy li:last-child {
        border-bottom: none;
    }

    div#bn_side_buy li a {
        text-decoration: none;
        color: #333;
    }

div#finance {
}

    div#finance h4 {
        font-size: 100%;
        font-weight: bold;
        border-bottom: 1px solid #C5AFA4;
        padding: 2px;
        margin-bottom: 1em;
    }

    div#finance dl {
        margin-left: 10px;
    }

    div#finance dt {
        border: none;
        margin-bottom: 0;
    }

    div#finance dd {
        margin-left: 1em;
    }

    div#finance table {
        width: 60%;
    }

    div#finance th {
        background: #ccc;
        padding: 5px 10px;
        border: 1px solid #999;
    }

    div#finance td {
        padding: 5px 10px;
        border: 1px solid #999;
    }

    div#finance strong.expression {
        display: block;
        border: 1px dashed #c5afa4;
        padding: 10px;
        text-align: center;
        font-size: 100%;
        font-weight: bold;
    }

