@charset "UTF-8";
.CpositionList {
    list-style: none;
    margin-bottom: 121px;
}
.CpositionList_inner {}
.CpositionList_oListWrap {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.CpositionList_oListWrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #e5e5e5;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    position: absolute;
    z-index: 1;
}
.CpositionList_oList {
    list-style: none;
    position: relative;
    z-index: 3;
}
.CpositionList_oList:after {
    content: "";
    display: block;
    clear: both;
}
.CpositionList_oList > li {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #e5e5e5;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    color: #a0a0a0;
    box-sizing: border-box;
    padding-top: 23px;
    float: left;
    margin-left: 200px;
    position: relative;
}
.CpositionList_oList > li.-current {
    background: #f67311;
    color: #fff;
}
.CpositionList_oList > li.-current:before {
    content: "";
    display: block;
    width: 370px;
    height: 5px;
    background: #f67311;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
    position: absolute;
    z-index: -1;
}
.CpositionList_oList > li.-current:first-child:before {
    display: none;
}
.CpositionList_oList > li:first-child {
    margin-left: 0;
}
.CpositionList_oList > li:nth-child(2n+1) {}
.CpositionList_oList > li > small {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 6px;
}
.CpositionList_oList > li > b {
    display: block;
}
.CpositionList_oList > li > b.-singleLine {
    line-height: 2.4;
}
.CorderTable {
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
}
.CorderTable > thead {}
.CorderTable > thead > tr {}
.CorderTable > thead > tr > th {
    background: #eeeeee;
    border: 1px solid #b5b5b5;
    text-align: center;
    padding: 10px 15px;
    border-bottom: none;
    vertical-align: middle;
}
.CorderTable > thead > tr > th[data-col="item"] {}
.CorderTable > thead > tr > th[data-col="price"] {
    width: 145px;
}
.CorderTable > thead > tr > th[data-col="quantity"] {
    width: 128px;
}
.CorderTable > thead > tr > th[data-col="subtotal"] {
    width: 145px;
}
.CorderTable-min > thead > tr > th[data-col="price"] {
    width: 125px;
}
.CorderTable-min > thead > tr > th[data-col="quantity"] {
    width: 100px;
}
.CorderTable-min > thead > tr > th[data-col="subtotal"] {
    width: 125px;
}
.CorderTable > thead > tr > td {}
.CorderTable > tbody {}
.CorderTable > tbody > tr {}
.CorderTable > tbody > tr > td {
    border: 1px solid #b5b5b5;
    border-top: none;
    padding: 15px 22px;
    vertical-align: middle;
}
.CorderTable > tbody > tr > th {
    border: 1px solid #b5b5b5;
    border-top: none;
    padding: 15px;
    vertical-align: middle;
    background: rgb(238, 238, 238);
    text-align: left;
}
.CorderTable > tbody > tr > td[data-col="price"] {
    text-align: center;
}
.CorderTable > tbody > tr > td[data-col="quantity"] {
    text-align: center;
}
.CorderTable_selectWrap > select {
    line-height: 36px;
}
.CorderTable > tbody > tr > td[data-col="subtotal"] {
    text-align: center;
}
.CorderTable_item {
    position: relative;
    z-index: 1;
}
.CorderTable_item-hasPartition {
    padding-right: 336px;
}
.CorderTable_cols {
    display: table;
    width: 100%;
}
.CorderTable_cols:after {
    content: "";
    display: block;
    clear: both;
}
.CorderTable_col {
    display: table-cell;
    vertical-align: top;
}
.CorderTable_col-no1 {
    width: 154px;
}
.CorderTable_image {}
.CorderTable_image > img {
    border: 1px solid #e7e7e7;
    display: block;
}
.CorderTable_col-no2 {}
.CorderTable_text {
    font-size: 15px;
    line-height: 1.67;
}
.CorderTable_buttons {
    margin-top: 18px;
}
.CorderTable_buttons > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.CorderTable_buttons > li:first-child {
    margin-left: 0;
}
.CorderTable_buttons > li:nth-child(2n+1) {}
.CorderTable_buttons > li > a {
    display: block;
    line-height: 30px;
    text-align: center;
    width: 180px;
    background: #f67311;
    color: #fff;
}
.CorderTable_buttons > li > a.-delete {
    background: #a0a0a0;
    width: 130px;
}
.CorderTable_buttons > li > a.-registFavorite {
    background: #fff45c;
    color: #333;
}
.CorderTable_buttons > li > a:hover {}
.CorderTable_buttons > li > a:before {
    content: "";
}
.CorderTable_buttons > li > a:after {
    content: "";
}
.CorderTable_buttons > li > a > .Gicon {
    margin-right: 8px;
}
.Cpartition {
    width: 330px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    line-height: 1.2;
}
.Cpartition > a {
    display: block;
    text-decoration: none;
    background: #f67311;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
}
.Cpartition > a:after {
    content: "";
    display: block;
    border: 5px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    right: 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
    border-left-width: 6px;
}
.CPartition_cols {
    display: table;
    width: 100%;
}
.CPartition_cols:after {
    content: "";
    display: block;
    clear: both;
}
.CPartition_col {
    display: table-cell;
    vertical-align: top;
}
.CPartition_col-no1 {
    width: 80px;
}
.CPartition_image {
    width: 63px;
}
.CPartition_image > img {
    display: block;
    width: 100%;
    height: auto;
}
.CPartition_col-no2 {}
.CPartition_text {
    font-size: 12px;
}
.CPartition_title {
    font-size: 18px;
    margin: 6px 0 7px;
}
.CPartition_dList {
    font-size: 10px;
}
.CPartition_dList > dt {
    background: #fff;
    width: 30px;
    text-align: center;
    color: rgb(246, 115, 17);
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.CPartition_dList > dd {
    display: inline-block;
    vertical-align: middle;
}
.Crecommend {
    font-size: 14px;
}
.Crecommend_title {
    margin-bottom: 17px;
}
.Crecommend_listOuter {
    background: #f6f6f8;
    position: relative;
    z-index: 1;
    padding: 17px 0;
}
.Crecommend_controller {
    width: 50px;
    height: 50px;
    background: #c9c9c9;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
}
.Crecommend_controller-prev {
    left: -25px;
}
.Crecommend_controller-prev > i {
    border: 10px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: none;
    border-right-width: 14px;
    height: 0;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.Crecommend_controller-next {
    right: -25px;
}
.Crecommend_controller-next > i {
    border: 10px solid #fff;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right: none;
    border-left-width: 14px;
    height: 0;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.Crecommend_listWrap {
    overflow: hidden;
}
.Crecommend_list {
    list-style: none;
    width: 1000%;
    position: relative;
    z-index: 1;
    left: -271px;
}
.Crecommend_list:after {
    content: "";
    display: block;
    clear: both;
}
.Crecommend_list > li {
    float: left;
    margin-left: 26px;
}
.Crecommend_list > li:first-child {}
.Crecommend_list > li:nth-child(2n+1) {}
.Crecommend_list > li > a {}
.Crecommend_list > li > a:hover {}
.Crecommend_list > li > a:before {
    content: "";
}
.Crecommend_list > li > a:after {
    content: "";
}
.Crecommend_item {
    width: 260px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 16px 25px;
    line-height: 1.4;
}
.Crecommend_image {
    text-align: center;
    margin-bottom: 17px;
}
.Crecommend_image > img {}
.Crecommend_label {
    display: inline-block;
    vertical-align: middle;
    background: #e10400;
    color: #fff;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 3px;
}
.Crecommend_name {
    font-size: 16px;
    text-decoration: underline;
    color: #224bcd;
    font-weight: bold;
    margin: 10px 0 10px;
}
a:hover .Crecommend_name {
    text-decoration: none;
}
.Crecommend_price {
    font-size: 16px;
    font-weight: bold;
}
.Crecommend_price > small {
    font-size: inherit;
}
.CformTable {
    width: 100%;
    font-size: 18px;
}
.CformTable > tbody {}
.CformTable > tbody > tr {
/*    border-bottom: 1px solid #a0a0a0;*/
}
.CformTable > tbody > tr > th {
    white-space: nowrap;
    padding: 30px 20px;
    width: 253px;
    vertical-align: top;
}
.CformTable > tbody > tr > th > .-wrap {
    position: relative;
    z-index: 1;
    padding-right: 40px;
}
.CformTable > tbody > tr > td {
    padding: 30px 10px;
}
.CformTable > tbody > tr > th em {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
}
.CformTable > tbody > tr > th b {
    display: block;
    background: #fff;
    color: #e10400;
    line-height: 22px;
    font-size: 13px;
    width: 45px;
    text-align: center;
    border-radius: 4px;
    font-weight: normal;
    margin-left: 10px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    border: 1px solid #e10400;
}
.CformTable > tbody > tr > th b.-any {
    border: 1px solid #333;
    color: #333;       
}
.CformTable label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.CformTable label [type="radio"],
.CformTable label [type="checkbox"] {
    margin-right: 5px;
}
.CformTable [data-name="name01"] {
    max-width: 300px;
    margin-left: 10px;
    margin-right: 30px;
}
.CformTable [data-name="name02"] {
    max-width: 300px;
    margin-left: 10px;
}
.CformTable [data-name="kana01"] {
    max-width: 300px;
    margin-left: 10px;
    margin-right: 30px;
}
.CformTable [data-name="kana02"] {
    max-width: 300px;
    margin-left: 10px;
}
.CformTable [data-name="zip"] {
    max-width: 220px;
    margin-left: 10px;
    margin-bottom: 14px;
}
.CformTable [data-name="mail01"] {
}
.CformTable_inTable {
    margin: 8px 0 0;
    width: 100%;
}
.CformTable_inTable > tbody {}
.CformTable_inTable > tbody > tr {}
.CformTable_inTable > tbody > tr > th {
    white-space: nowrap;
    padding-right: 1em;
    width: 102px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.CformTable_inTable > tbody > tr > td {
    padding: 7px 0;
}
.Ccols {
    margin-top: -47px;
}
.Ccols:after {
    content: "";
    display: block;
    clear: both;
}
.Ccols_main {
    width: 880px;
    float: left;
    position: relative;
    z-index: 200;
}
.Ccols_sub {
    float: right;
    width: 280px;
    padding-top: 52px;
}
.CpriceBoxWrap {
    position: relative;
    z-index: 1;
}
.CpriceBoxWrap.isFixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 1200px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 280px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: content-box;
}
.isFixed .CpriceBoxOuter {
    position: absolute;
    z-index: 1;
    width: 280px;
    right: 30px;
    top: 70px;
}
.CpriceBox {
    font-size: 14px;
    margin-bottom: 84px;
}
.CpriceBox:last-of-type {
    margin-bottom: 0;
}
.CpriceBox_inner {
    background: #eeeeee;
    padding: 10px 20px;
}
.CpriceBox_caution {
    color: #ff0000;
    line-height: 1.7;
    margin-top: 10px;
}
.CpriceBox_title {
    background: #fff;
    text-align: center;
    line-height: 45px;
    margin-bottom: 12px;
    margin-left: -10px;
    margin-right: -10px;
}
.CpriceBox_table {
    width: 100%;
}
.CpriceBox_table > tbody {}
.CpriceBox_table > tbody > tr {}
.CpriceBox_table > tbody > tr:nth-last-child(2) > td,
.CpriceBox_table > tbody > tr:nth-last-child(2) > th {
    padding-bottom: 17px;
}
.CpriceBox_table > tbody > tr > th {
    padding: 8px 0px;
    white-space: nowrap;
    padding-right: 1em;
}
.CpriceBox_table > tbody > tr > td {
    text-align: right;
    padding: 8px 0px;
}
.CpriceBox_table > tbody > tr.-total {
    border-top: 1px solid #a0a0a0;
    color: #e60012;
}
.CpriceBox_table > tbody > tr.-total > th {}
.CpriceBox_table > tbody > tr.-total > td {
    font-size: 16px;
    font-weight: bold;
}
.CpriceBox_submit {
    margin-top: 19px;
    margin-bottom: 10px;
}
.CpriceBox_submit > a {
    background: #e60012;
    width: auto;
}
.CpriceBox_submit > a:hover {}
.CpriceBox_submit > a:before {
    content: "";
}
.CpriceBox_submit > a:after {
    content: "";
}
.CpriceBox_agree {
    line-height: 1.5;
}
.CpriceBox_agree a {}
.CpriceBox_agree a:hover {}
.CpriceBox_agree > label {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 28px;
}
.CpriceBox_agree > label > input {
    display: none;
}
.CpriceBox_agree_mark {
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 0;
}
input:checked + .CpriceBox_agree_mark:before {
    content: "";
    display: block;
    border: 4px solid #f67311;
    width: 11px;
    height: 9px;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 1px;
    box-sizing: content-box;
    border-top: none;
    border-right: none;
    height: 5px;
    transform: rotate(-42deg);
}
.CinputButtons {
    text-align: center;
    margin-top: 70px;
}
.CinputButtons > li {
    display: inline-block;
    vertical-align: middle;
    width: 460px;
    margin-left: 40px;
}
.CinputButtons > li:first-child {
    margin-left: 0;
}
.CinputButtons > li:nth-child(2n+1) {}
.CinputButtons > li > a {
    width: auto;
    line-height: 75px;
}
.CinputButtons > li > a:hover {}
.CinputButtons > li > a:before {
    content: "";
}
.CinputButtons > li > a:after {
    content: "";
}
@media screen and (max-width: 667px) {
    .CpositionList {
        margin-bottom: 35px;
    }
    .CpositionList_inner {}
    .CpositionList_oListWrap {
        width: 300px;
    }
    .CpositionList_oListWrap:before {
        height: 3px;
    }
    .CpositionList_oList {}
    .CpositionList_oList:after {}
    .CpositionList_oList > li {
        width: 66px;
        height: 66px;
        font-size: 11px;
        padding-top: 6px;
        margin-left: 12px;
    }
    .CpositionList_oList > li.-current {}
    .CpositionList_oList > li.-current:before {
        height: 3px;
        width: 90px;
    }
    .CpositionList_oList > li.-current:first-child:before {}
    .CpositionList_oList > li:first-child {}
    .CpositionList_oList > li:nth-child(2n+1) {}
    .CpositionList_oList > li > small {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .CpositionList_oList > li > b {}
    .CpositionList_oList > li > b.-singleLine {}
    .CorderTable {}
    .CorderTable > thead {
        display: none;
    }
    .CorderTable > thead > tr {}
    .CorderTable > thead > tr > th {}
    .CorderTable > thead > tr > th[data-col="item"] {}
    .CorderTable > thead > tr > th[data-col="price"] {}
    .CorderTable > thead > tr > th[data-col="quantity"] {}
    .CorderTable > thead > tr > th[data-col="subtotal"] {}
    .CorderTable-min > thead > tr > th[data-col="price"] {}
    .CorderTable-min > thead > tr > th[data-col="quantity"] {}
    .CorderTable-min > thead > tr > th[data-col="subtotal"] {}
    .CorderTable > thead > tr > td {}
    .CorderTable > tbody {
        display: block;
    }
    .CorderTable > tbody > tr {
        display: block;
    }
    .CorderTable > tbody > tr > td {
        display: block;
        border: none;
        padding: 0;
    }
    .CorderTable > tbody > tr > th {
        display: block;
        border: none;
        padding: 10px;
        margin: 10px 0;
    }
    .CorderTable > tbody > tr > td[data-col] {
        width: auto;
        text-align: left;
    }
    .CorderTable > tbody > tr > td[data-col="price"] {}
    .CorderTable > tbody > tr > td[data-col="quantity"] {}
    .CorderTable_selectWrap {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .CorderTable > tbody > tr > td[data-col="subtotal"] {}
    .CorderTable > tbody > tr > td[data-col="price"]:before {
        content: "単価（税抜）：";
    }
    .CorderTable > tbody > tr > td[data-col="quantity"]:before {
        content: "注文数：";
    }
    .CorderTable > tbody > tr > td[data-col="subtotal"]:before {
        content: "金額（税抜）：";
    }
    .CorderTable_item {
        border-top: 1px solid #b5b5b5;
        padding-top: 15px;
        margin-top: 15px;
    }
    tr:first-child .CorderTable_item {
        margin-top: 0;
    }
    .CorderTable_item-hasPartition {
        padding-right: 0;
    }
    .CorderTable_cols {
        margin-bottom: 10px;
    }
    .CorderTable_cols:after {}
    .CorderTable_col {}
    .CorderTable_col-no1 {
        width: 90px;
    }
    .CorderTable_image {
        width: 80px;
    }
    .CorderTable_image > img {}
    .CorderTable_col-no2 {}
    .CorderTable_text {
        font-size: 14px;
    }
    .CorderTable_buttons {
        margin: 10px 0;
    }
    .CorderTable_buttons:after {
        content: "";
        display: block;
        clear: both;
    }
    .CorderTable_buttons > li {
        display: block;
        float: left;
        width: 49%;
        margin-left: 2%;
    }
    .CorderTable_buttons > li:first-child {
        margin-left: 0;
    }
    .CorderTable_buttons > li:nth-child(2n+1) {}
    .CorderTable_buttons > li > a {
        width: 100%;
    }
    .CorderTable_buttons > li > a.-delete {
        width: auto;
    }
    .CorderTable_buttons > li > a:hover {}
    .CorderTable_buttons > li > a:before {}
    .CorderTable_buttons > li > a:after {}
    .CorderTable_buttons > li > a > .Gicon {}
    .Cpartition {
        position: relative;
        width: auto;
        margin: 10px 0;
    }
    .Cpartition > a {
        padding: 10px;
    }
    .Cpartition > a:after {}
    .CPartition_cols {}
    .CPartition_cols:after {}
    .CPartition_col {
        vertical-align: middle;
    }
    .CPartition_col-no1 {
        width: 50px;
    }
    .CPartition_image {
        width: 40px;
    }
    .CPartition_image > img {}
    .CPartition_col-no2 {}
    .CPartition_text {
        font-size: 10px;
    }
    .CPartition_title {
        font-size: 14px;
    }
    .CPartition_dList {}
    .CPartition_dList > dt {}
    .CPartition_dList > dd {}
    .Crecommend {}
    .Crecommend_title {}
    .Crecommend_listOuter {}
    .Crecommend_controller {
        border: 1px solid #fff;
        width: 42px;
        height: 42px;
        background: rgba(201, 201, 201, 0.68);
    }
    .Crecommend_controller-prev {
        left: 0px;
    }
    .Crecommend_controller-prev > i {}
    .Crecommend_controller-next {
        right: 0;
    }
    .Crecommend_controller-next > i {}
    .Crecommend_listWrap {}
    .Crecommend_list {}
    .Crecommend_list:after {}
    .Crecommend_list > li {
        margin-left: 10px;
    }
    .Crecommend_list > li:first-child {}
    .Crecommend_list > li:nth-child(2n+1) {}
    .Crecommend_list > li > a {}
    .Crecommend_list > li > a:hover {}
    .Crecommend_list > li > a:before {}
    .Crecommend_list > li > a:after {}
    .Crecommend_item {
        width: 150px;
        padding: 10px;
    }
    .Crecommend_image {
        margin-bottom: 10px;
    }
    .Crecommend_image > img {}
    .Crecommend_label {
        font-size: 10px;
        line-height: 16px;
    }
    .Crecommend_name {
        font-size: 14px;
    }
    a:hover .Crecommend_name {}
    .Crecommend_price {
        font-size: 14px;
    }
    .CformTable {
        display: block;
        font-size: 14px;
    }
    .CformTable > tbody {
        display: block;
    }
    .CformTable > tbody > tr {
        display: block;
        border: none;
    }
    .CformTable > tbody > tr > th {
        display: block;
        width: auto;
        background: #efefef;
        padding: 10px;
    }
    .CformTable > tbody > tr > th > .-wrap {
        padding-right: 30px;
    }
    .CformTable > tbody > tr > td {
        display: block;
        padding: 10px;
    }
    .CformTable > tbody > tr > th em {
        font-size: 14px;
    }
    .CformTable > tbody > tr > th b {
        font-size: 11px;
        line-height: 20px;
        height: 20px;
        width: 40px;
    }
    .CformTable label {}
    .CformTable label [type="radio"],
    .CformTable label [type="checkbox"] {}
    .CformTable [data-name="name01"] {
        max-width: 200px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .CformTable [data-name="name02"] {
        max-width: 200px;
    }
    .CformTable [data-name="kana01"] {
        max-width: 200px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .CformTable [data-name="kana02"] {
        max-width: 200px;
    }
    .CformTable [data-name="zip"] {}
    .CformTable [data-name="mail01"] {}
    .CformTable_inTable {}
    .CformTable_inTable > tbody {}
    .CformTable_inTable > tbody > tr {}
    .CformTable_inTable > tbody > tr > th {
        width: 70px;
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .CformTable_inTable > tbody > tr > td {
        padding: 2px 0;
    }
    .Ccols {
        margin: 0;
    }
    .Ccols:after {}
    .Ccols_main {
        width: auto;
        float: none;
    }
    .Ccols_sub {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 35px;
    }
    .CpriceBoxWrap {
        position: static;
    }
    .CpriceBoxWrap.isFixed {
        position: static;
    }
    .isFixed .CpriceBoxOuter {}
    .CpriceBox {
        margin-bottom: 25px;
    }
    .CpriceBox:last-of-type {}
    .CpriceBox_inner {}
    .CpriceBox_caution {
        font-size: 12px;
        text-indent: -1em;
        padding-left: 1em;
    }
    .CpriceBox_title {}
    .CpriceBox_table {}
    .CpriceBox_table > tbody {}
    .CpriceBox_table > tbody > tr {}
    .CpriceBox_table > tbody > tr:nth-last-child(2) > td,
    .CpriceBox_table > tbody > tr:nth-last-child(2) > th {}
    .CpriceBox_table > tbody > tr > th {
        padding: 4px 0;
    }
    .CpriceBox_table > tbody > tr > td {
        padding: 4px 0;
    }
    .CpriceBox_table > tbody > tr.-total {}
    .CpriceBox_table > tbody > tr.-total > th {}
    .CpriceBox_table > tbody > tr.-total > td {}
    .CpriceBox_submit {
        margin: 10px 0 20px;
    }
    .CpriceBox_submit > a {}
    .CpriceBox_submit > a:hover {}
    .CpriceBox_submit > a:before {}
    .CpriceBox_submit > a:after {}
    .CpriceBox_agree {}
    .CpriceBox_agree a {}
    .CpriceBox_agree a:hover {}
    .CpriceBox_agree > label {}
    .CpriceBox_agree > label > input {}
    .CpriceBox_agree_mark {}
    input:checked + .CpriceBox_agree_mark:before {}
    .CinputButtons {
        margin-top: 25px;
    }
    .CinputButtons > li {
        display: block;
        width: auto;
        margin: 10px 0 0;
    }
    .CinputButtons > li:first-child {
        margin-top: 0;
    }
    .CinputButtons > li:nth-child(2n+1) {}
    .CinputButtons > li > a {
        line-height: 42px;
    }
    .CinputButtons > li > a:hover {}
    .CinputButtons > li > a:before {}
    .CinputButtons > li > a:after {}
}
