/* header */
#right_nav_sns {
    /*display: none;*/
}
.headerLogo {
    max-width: 1280px;
    margin: 0 auto;
}
.headerLogo>a {
    max-width: 200px;
    display: inline-block;
}
.headerR {
    margin-top: 20px;
    float: right;
}
.headerR dt {
    float: left;
    font-weight: normal;
    padding-right: 6px;
    color: #a4b5bc;
}
.headerR dd {
    float: left;
    position: relative;
    line-height: 13px;
}
.headerR dd a {
    padding: 0 10px;
    cursor: pointer;
}
.headerR dd+dd:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background: #ddd;
}
.headerR dd i {
    background: url("/images/img_ShopCart/icon_headerR.png") no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: sub;
    display: inline-block;
    background-position: 0 -1px;
}
.headerR .btn_mypage i {
    background-position-x: -1px;
}
.headerR .btn_favorite i {
    background-position-x: -19px;
}
.headerR .btn_cart i {
    background-position-x: -43px;
}
.headerR .btn_logout i {
    background-position-x: -64px;
}
/* main */
.location {
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
.alert_danger{
    position: absolute;
    top: 37px;
    font-size: 12px;
    color: #444;
    line-height: 15px;
}
.btn_login {
    font-weight: bold;
    cursor: pointer;
}

.cartWrapper {
    padding-left: 0;
    padding-right: 27px;
}
.cart_order{
    width:100%;
    height:150px;
    line-height:24px;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}
.cart_order>div {
    height: 100%;
}
.order_img {
    padding: 0;
}
.order_img img {
    padding: 3px;
    max-height: 100%;
}
.order_name {
    margin-top: 16px;
    max-height:47px;
    overflow:hidden;
    display: block;
    cursor: pointer;
}
.order_name:hover {
    color: #000;
    text-decoration: underline;
}
.order_price {
    font-size: 14px;
    color: #000;
    position: absolute;
    bottom: 16px;
    font-family: "Meiryo";
}
.order_num_bg,.order_money_bg,.order_btn_bg {
    position: relative;
}
.order_num_bg .input-group,.order_money,.order_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.order_reduce,.order_add {
    background: #fff;
    cursor: pointer;
    padding: 0 9px;
    line-height: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.order_num_bg .input-group {
    width: 105px;
}
.order_num_bg .input-group .order_num {
    height: 32px;
    text-align: center;
    padding: 0 6px;
}
.order_money {
    font-size: 15px;
    color: #f00;
    font-family: "Meiryo";
    text-align: center;
    height: 20px;
}
.order_btn {
    padding: 0;
    height: 26px;
    text-align: center;
}
.btn_del,.btn_AddCollection {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    background: url("/images/img_ShopCart/icon_headerR.png") no-repeat;
}
.btn_del:hover,.btn_AddCollection:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;

}
.btn_del {
    background-position: 0 -22px;
}
.btn_AddCollection {
    float: right;
    background-position: -27px -22px;
    transition:all 0.1s ease-out;
    -webkit-transition:all 0.1s ease-out;
}
.btn_AddCollection.on {
    background-position-x: -54px;
}

.settlement {
    border: 1px solid #ccc;
    background: #f9f9f9;
    color: #000;
    padding: 0;
    border-radius: 5px;
}
.settlement_title {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 46px;
    padding: 0 15px;
}
.settlement_info {
    padding: 5px 15px 34px 15px;
}
.settlement_info .table {
    font-size: 13px;
}
.settlement_info .table>tbody>tr>td,.settlement_info .table>tbody>tr>th{
    border-top: 0;
    padding: 10px 0;
}
.settleInfo_R {
    text-align: right;
    font-weight: bold;
}
.back_shop {
    font-size: 12px;
    font-weight: normal;
    float: right;
    cursor: pointer;
}
.back_shop:hover {
    color: #000;
    text-decoration: underline;
}
.totalMoney_bg {
    font-size: 16px;
    color: #f00;
}
.unionpay_pay{
    font-size: 13px;
    line-height: 20px;
    text-align: right;
}
.unionpay_pay img{
    margin-left:5px;
    vertical-align:sub;
}
.btn_settlement{
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    background: #444;
    border: 0;
    display: block;
    text-align: center;
    line-height: 48px;
    margin-top: 45px;
    cursor: pointer;
}
.btn_settlement:hover {
    color: #fff;
}

.cart_empty {
    display: table;
    margin: 0 auto;
    padding: 60px 0 0 0;
}
.cart_empty img {
    float: left;
}
.cart_empty_text {
    width: 550px;
    margin-top: 10px;
    padding-left: 86px;
    line-height: 20px;
}
.btn_GoShopping {
    display: block;
    color: #59849a;
    cursor: pointer;
    margin-top: 7px;
}
.btn_GoShopping:hover {
    color: #59849a;
    text-decoration: underline;
}
.disactive{
    filter: alpha(opacity=50);
    opacity: 0.5;
}

@media (max-width:992px) {
    .l_container_ {
        padding: 0 15px 125px 15px;
    }
    .headerLogo {
        padding: 36px 15px;
    }
    .cartWrapper {
        padding: 0;
    }
    .settlement {
        margin-top: 20px;
        border: 0;
        background: #fff;
    }
    .settlement_title {
        display: none;
    }
    .settlement_info {
        padding: 0;
    }
    .back_shop {
        float: none;
        margin-top: 10px;
        line-height: 20px;
    }
    .settlement_info .table>tbody>tr>td, .settlement_info .table>tbody>tr>th {
        padding: 5px 0;
    }
    .btn_settlement {
        font-size: 16px;
        line-height: 42px;
        margin-top: 23px;
    }
}
@media(max-width:767px) {
    .l_container_ {
        padding: 0 15px 35px 15px;
    }
    .headerLogo {
        padding: 15px 15px 25px;
    }
    .headerLogo>a {
        max-width: 160px;
        vertical-align: middle;
    }
    .headerR {
        float: none;
    }
    .headerR dd a {
        padding: 0 7px;
    }
    .location {
        font-size: 20px;
    }
    .alert_danger {
        top: 32px;
    }
    .cart_order {
        height: 120px;
    }
    .cart_order>div {
        padding: 0 2px;
    }
    .cart_order .order_img {
        padding: 0 2px 0 0;
    }
    .order_img img {
        padding: 0;
    }
    .order_name {
        margin-top: 0;
        max-height: 32px;
        line-height: 16px;
    }
    .order_price {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
    }
    .order_money {
        margin-top: 20px;
    }
    .order_num_bg .input-group {
        width: 100%;
        top:auto;
        bottom:3px;
    }
    .order_price,.order_money,.order_btn {
        position: static;
        text-align: left;
    }
    .order_num_bg .input-group .order_num {
        height: 28px;
        padding: 0 2px;
    }
    .order_reduce, .order_add {
        padding: 0 7px;
    }
    .order_btn {
        width: 75%;
        height: 20px;
        margin-top: 2px;
        float: right;
    }
    .btn_del, .btn_AddCollection {
        width: 20px;
        height: 20px;
        background-size: 67px;
    }
    .btn_del {
        background-position: 0 -18px;
    }
    .btn_AddCollection {
        background-position: -22px -18px;
    }
    .btn_AddCollection.on {
        background-position-x: -44px;
    }
    .btn_settlement {
        font-size: 15px;
        line-height: 38px;
        margin-top: 23px;
    }

    .cart_empty {
        padding: 30px 0 200px 0;
    }
    .cart_empty_text {
        width: 100%;
        margin-top: 0;
    }

}
