.content-box {
    max-width: 1150px;
    margin: 0 auto;
}

.shopping-step {
    text-align: center;
    margin: 0 0 50px;
    font-size: 18px;
    color: #aaa;
}
.shopping-step li {
    position: relative;
    margin: 0 0 10px;
}
.shopping-step li.current {
    color: #000;
    font-weight: bold;
}
.shopping-step li:after {
    content: "";
    background: url(../images/cart/step_arrow.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 -3px 0 0;
    position: absolute;
    top: 30px;
    right: -15px;
}
.shopping-step li:last-child:after {
    display: none;
}
.shopping-step li.current:after {
    background-position: 0 100%;
}
.shopping-step li .icon {
    vertical-align: middle;
    background-image: url(../images/cart/step.png);
    width: 260px;
    height: 130px;
}
.shopping-step li.step1 .icon { background-position:    0 0; }
.shopping-step li.step2 .icon { background-position:  50% 0; }
.shopping-step li.step3 .icon { background-position: 100% 0; }
.shopping-step li.step1.current .icon { background-position:    0 100%; }
.shopping-step li.step2.current .icon { background-position:  50% 100%; }
.shopping-step li.step3.current .icon { background-position: 100% 100%; }

.delivery-list {
    border: solid #ddd;
    border-width: 1px 0;
    margin-bottom: 15px;
}
.delivery-list .item {
    overflow: hidden;
    padding: 2px 0;
    background: #fff;
}
.delivery-list .item + .item {
    border-top: 1px dashed #bbb;
}
.delivery-list .form-group {
    display: table;
    width: 100%;
}
.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 28%;
    background: #D3B6A3;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.delivery-list .delivery-radio span {
    display: inline-block;
    width: 56px;
    line-height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-right: 15px;
}
.delivery-list .delivery-radio input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}
.delivery-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.delivery-list .txt b {
    color: #AA7113;
}

.price-detail {
    max-width: 360px;
}
.price-detail tbody tr {
    border-bottom: 0;
}
.price-detail td {
    padding: 0;
}
.price-detail td:first-child {
    text-align: left;
}
.price-detail td:last-child {
    padding: 0 10px 0 16px;
    text-align: right;
}

.payment-box {
    background: #DDC59B;
    overflow: hidden;
    font-size: 16px;
    margin-top: 6px;
    color: #fff;
}
.payment-box .content-title {
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 3px 0 3px 26px;
    margin: 10px 15px;
}
.payment {
    float: right;
    margin: 8px 15px 4px;
}
.payment label,
.invoice-info label {
    display: inline-block;
    color: #878787;
    font-size: 15px;
    text-align: center;
    border: 1px solid #818181;
    line-height: 1.5;
    padding: 6px 20px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.payment label.checked,
.invoice-info label.checked {
    border-color: #C19D48;
    background: #C19D48;
    color: #fff;
}
.shopping-form {
    margin: 0 -30px;
}
.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 30px 0;
    margin-top: 120px;
}
.shopping-form .row:after {
    display: none;
}
.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    background: #F7EEEA;
    padding: 15px 30px;
}
.shopping-form .form-head {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}
.shopping-form .content-title {
    margin-bottom: 8px;
}
.shopping-form .reminder {
    margin-bottom: 8px;
    text-align: left;
}
.shopping-form .tips {
    min-height: 0;
    color: #8F8F8F;
}
.shopping-form .same-check {
    font-size: 13px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
}
.shopping-form .same-check label {
    display: block;
    color: #AA7113;
    padding: 4px 0 12px;
}
.shopping-form a {
    color: #FF7330;
}
.shopping-form a:hover {
    text-decoration: underline;
}
.invoice-info a {
    color: #000;
}
.shopping-form .form-group .btn.select-store {
    border: 1px solid #aaa;
    color: #999;
    width: 145px;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;
    background: none;
    margin: 0;
}
.shopping-form .form-group .btn.select-store:hover {
    color: #FF7330;
    border-color: #FF7330;
}
.invoice-info-box {
    position: relative;
    margin: 40px 0 0;
    padding: 0;
}
.invoice-info {
    background: #D3B6A3;
    text-align: center;
    margin-top: 15px;
}
.invoice-info label {
    border-color: #777;
    margin: 0;
    padding: 20px 40px;
    letter-spacing: 0.4em;
}
.invoice-form {
    max-width: 540px;
    margin: 40px auto 0;
}
.invoice-form .form-control {
    background: #fff;
}
.invoice-form .control-label {
    float: left;
    padding-left: 0;
}
.invoice-form .control-box {
    margin-left: 90px;
}

.success-box {
    padding-top: 0;
}
.success-box .msg {
    color: #BF9E79;
    font-size: 37px;
}
.success-box .order-id {
    background: #F7EEEA;
    color: #666;
    font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei",  "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    .shopping-form,
    .shopping-form .row,
    .shopping-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        background: none;
    }
    .shopping-form .col + .col {
        margin-top: 30px;
    }
    .shopping-form .form-head {
        position: static;
        margin: 5px 0;
    }
    .shopping-form .col .form-box {
        max-width: none;
        padding: 20px;
        background: #F7EEEA;
    }
    .shopping-form .same-check {
        position: static;
        margin: 0;
    }
}
@media screen and (max-width: 900px) {
    .shopping-step li:after {
        background-size: 40px auto;
        width: 20px;
        height: 20px;
        top: 20px;
        right: -10px;
    }
    .shopping-step li .icon {
        background-size: auto 200px;
        width: 200px;
        height: 100px;
    }
}
@media screen and (max-width: 767px) {
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .delivery-radio {
        width: auto;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
    }
    .price-detail tbody tr {
        padding: 0;
    }
    .price-detail tbody td {
        display: inline-block;
    }
    .price-detail td:last-child {
        padding-right: 0;
    }
    .table .field-txt .txt-box {
        border: 1px solid #ddd;
        padding: 6px 10px;
        line-height: 1.6;
    }
    .shopping-form .col .form-box {
        padding: 15px;
    }
    .success-box .msg {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .shopping-step {
        margin: 0 0 30px;
    }
    .shopping-step li {
        display: block;
    }
    .shopping-step li:after {
        position: static;
        display: block;
        background-position: 100% 0;
        margin: -8px auto -16px;
    }
    .shopping-step li.current:after {
        background-position: 100% 100%;
    }
    .shopping-step li .icon {
        background: url('../images/cart/step_m.png');
        width: 210px;
        height: 70px;
    }
}

@media screen and (max-width: 500px) {
    .payment-box .content-title {
        float: none;
    }
    .payment {
        display: block;
        float: none;
        padding-bottom: 4px;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 400px) {
    .cart-table tbody tr {
        padding-left: 0;
    }
    .cart-table a.pic {
        position: static;
    }
    .cart-table .img {
        width: auto;
    }
}