@charset "UTF-8";
.priceTxt {
    font-size: 14px;
    word-wrap: break-word;
}

.tbl_price .content {
    border-radius: 0;
    border: none;
}

aside + .priceTxt {
    margin-top: 20px;
}

.box_price + .box_price {
    margin-top: 20px;
}

.priceTxt .hl_sub {
    border-left: 4px solid #ff329a;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
    padding: 2px 8px 0;
}

.listframe {
    background-color: #aaa;
    border-radius: 4px;
    overflow: hidden;
}

.listframe tr:first-child th {
    border-radius: 4px 0 0 0;
}

.listframe tr:first-child td {
    border-radius: 0 4px 0 0;
}

.listframe tr:last-child th {
    border-radius: 0 0 0 4px;
}

.listframe tr:last-child td {
    border-radius: 0 0 4px 0;
}

.listframe tr:last-child td:only-child {
    border-radius: 0 0 4px 4px;
}

.tbl_price {
    border-collapse: separate;
    border-spacing: 1px;
    line-height: 1.6;
    width: 100%;
    word-break: break-all;
}

.tbl_price .title, .tbl_price .content {
    width: 50%;
    padding: 6px 12px;
}

.tbl_price .title {
    background-color: #eaf4f9;
    font-weight: bold;
    vertical-align: middle;
}

.tbl_price .content {
    background-color: #fff;
    min-width: 120px;
    vertical-align: middle;
}

.lbl_recommend {
    background-color: #fff;
    border: 1px solid #ff8b32;
    border-radius: 4px;
    box-sizing: border-box;
    color: #f63;
    display: inline-block;
    font-size: 0.8em;
    height: 20px;
    line-height: 18px;
    margin-right: 2px;
    padding: 0 4px;
}

.priceTxt .notes {
    border: 1px solid #aaa;
    border-radius: 4px;
    line-height: 1.6;
    padding: 6px 12px;
}

.priceTxt .creditcard .notes {
    margin-top: 10px;
}

.priceTxt .info_txt {
    background-color: #eaf4f9;
    margin-top: 30px;
    padding: 10px;
}