@charset "UTF-8";

div.static-section {
}

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

    div.static-section h3 {
        border-left: 4px solid #203951;
        padding: 1px 4px 0;
        color: #203951;
        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 {
        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;
        border-bottom: 1px solid #AFCDE4;
        margin-bottom: 1em;
    }

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

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

    div.static-section p.case-land-house {
        color: #ff6c3c;
        font-weight: bold;
        background: url("../img/sell/flow_3_land_house.png") no-repeat 0 50%;
        padding-left: 45px;
        font-size: 136%;
        _height: 34px;
        *height: 34px;
        min-height: 34px;
    }

    div.static-section p.case-mansion {
        color: #ff6c3c;
        font-weight: bold;
        background: url("../img/sell/flow_3_mansion.png") no-repeat 0 50%;
        padding-left: 45px;
        font-size: 136%;
        _height: 34px;
        *height: 34px;
        min-height: 34px;
    }

    div.static-section ol.step {
        margin: 20px 0;
        padding: 0;
        background: #fff;
    }

    div.static-section ol.step li {
        list-style: none !important;
        padding: 0 0 23px;
        background: url("../img/sell/flow_8_arrow.png") no-repeat 50% bottom;
    }

    div.static-section ol.step li.last {
        background: none !important;
    }

    div.static-section ol.step li div {
        border: 1px solid #aecce3;
        padding: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    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/sell/flow_8_doc.png") no-repeat 0 50%;
        _height: 24px;
        *height: 24px;
        min-height: 24px;
    }

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

    div.static-section div.doc td {
        vertical-align: top;
        padding: 0.2em;
        width: 180px;
    }

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: #213B54 !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: 648px;
    border: 1px solid #7A8998;
    padding: 20px 30px;
    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_sell ul {
    margin: 0 0 20px;
    padding: 0;
}

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

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

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

