

#contents h2 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 16px;
    background: url(../img/icon/green_icon.jpg) no-repeat 50% 100%;
    margin-bottom: 10px;
    padding-top: 62px;
    margin-bottom: 40px;
}

.white_zone {}

.white_zone .price {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.price p {
    line-height: 190%;
}

.price table {
    padding-top: 40px;
    box-sizing: border-box;
    display: block;
}

.price table tbody {
    display: block;
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
}

.price table tbody tr {
    width: 980px;
    border-top: solid 1px #DDDDDD;
    display: block;
    box-sizing: border-box;
}

.price table tbody tr.last {
    border-bottom: solid 1px #DDDDDD;
}

.price table tbody tr th {
    float: left;
    width: 390px;
    background: #EEF8D3;
    display: block;
    box-sizing: border-box;
}

.price table tbody tr th img.left {
    float: left;
    padding: 22px 0px 30px 20px;
}

.price table tbody tr th p.right {
    /* float: right; */
    font-size: 14px;
    padding: 29px 0 0 134px;
    text-align: left;
    line-height: 1.6;
}

.price table tbody tr th:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.price table tbody tr th p.right span {
    font-size: 16px;
    font-weight: bold;
}
.price table tbody tr th p.right span.sub_price {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    padding-top: 4px;
    display: inline-block;
}.price table tbody tr th p.right span.sub_price .red {
    color: #ff0808;
}

.price table tbody tr td {
    width: 590px;
    float: right;
    display: block;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
}

.price table tbody tr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.price table tbody tr td ul {
    /* text-align: left; */
    /* display: inline; */
    /* padding: 20px 0 0 0; */
}

.price table tbody tr td ul li {
    float: left;
    padding-right: 23px;
    background: url(../img/index/td_icon01.jpg) no-repeat 97% 50%;
}

.price table tbody tr td ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.price table tbody tr td ul li img {}




.price table tbody tr td ul li.last {
    padding-right: 0;
    background: none;
}

.price table tbody tr td ul li.last img {}










