@charset "utf-8";
table {
    border-top: 1px solid #ccc;
    width: 100%;
    margin-bottom: 30px;
}

table td,
table th {
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
}

table th {
    padding-right: 16px;
}

table td {
    border-left: 1px solid #ccc;
    padding-left: 16px;
}

table.tableDec1 th {
    background: #efefef;
    padding-left: 10px;
}

table.tableDec2 th {
    background: #333;
    color: #fff;
    padding-left: 10px;
}

table.tableDec3 th {
    background: #d5ceb1;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    color: #333;
}

.policy,
.points {
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 10px;
    padding-right: 19px;
    margin-bottom: 20px;
    line-height: 2.4em;
}

.policy {
    background: url(../../images/background/angel.gif) bottom right / 80px no-repeat;
}

.staff, .method {
    padding-left: 10px;
    padding-right: 19px;
    margin-bottom: 20px;
    line-height: 2.4em;
}

.points {
    background: url(../../images/background/book.jpg) bottom right no-repeat;
