/* BASIC css start */
#basket { }
#basket .btn-wrap { margin: 20px auto; text-align: center;}
#basket .btn-wrap a { display: block; line-height:30px; width: 90.3125%;  margin: 10px auto;  }

#basket .mobtn-wrap { margin: 20px 20px 0 0; text-align: center;}
#basket .mobtn-wrap a { display: block; line-height:30px; width: 100%;  margin: 10px 0 0 0;  }


#basket .items .thumb-img { text-align: center; }
#basket .items .thumb-img .btn-type-01 { display: block; margin-top: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
#basket .price-info a.btn-type-02 { margin-bottom: 5px; }
#basket .total-info { position: relative; }
#basket .total-info .content-info-top { list-style-type: none; padding-left: 15px; color: #AEAEAE; line-height: 25px; font-size: .65em; font-weight: bold; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; background-color: #fff; }
#basket .total-info .content-info-bottom { list-style-type: none; padding-left: 15px; line-height: 25px; font-weight: bold; border-bottom: 1px solid #e1e1e1; background-color: #fff; font-size: .75em; }
#basket .total-info .content-info-top .txt { color:#AEAEAE; text-align:right; margin-right:5px; }
#basket .total-info .content-info-bottom .txt { color:#595959; text-align:right; margin-right:5px; }
#basket .total-info .content-info-bottom .txt .txt-price {color:#f00;}
#basket .total-info .content-info-bottom .txt .txt-reserve {color:#ff8a8a;}
#basket .total-info li { list-style-type: none; padding-left: 15px; color: #AEAEAE; line-height: 25px; font-size: .65em; font-weight: bold; }
#basket .total-info li:first-child { border-top: 1px solid #e1e1e1; border-bottom: 1px dotted #e1e1e1; }
#basket .total-info li:last-child { border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; background-color: #fff; font-size: .75em; color: #595959; }
#basket .total-info li:last-child .txt { color: #000; }
#basket .total-info li:last-child em { font-style: normal; font-size: smaller; }
#basket .total-info li .tit {  display: inline-block; width:40px;   }
#basket .total-info li .txt { float: right; padding-right: 15px; }
#basket .total-info p { padding-left: 15px; font-size: .65em; color: #AEAEAE; }
#basket .order-btn { margin: 20px auto; }
#basket .order-btn a { display: block; line-height: 35px; width: 90.3125%; margin: 0 auto; text-align: center; }
#item-modify .order-btn { margin-top: 10px; }
#item-modify .order-btn a { display: block; line-height: 35px; width: 90.3125%; margin: 0 auto; text-align: center; }
#item-modify .price-info a.btn-type-02 { margin-bottom: 5px; }


#basket .order-btn a.btn-order2 {
    display: block; color: #fff; height: 35px; line-height: 35px; width: 90.3125%; margin: 0 auto; text-align: center; border: 1px solid #808080; font-weight: bold;
    background-color: #8a8687;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8687), to(#5e5e5e));
    background-image: -webkit-linear-gradient(top, #8a8687, #5e5e5e);
    background-image:    -moz-linear-gradient(top, #8a8687, #5e5e5e);
    background-image:      -o-linear-gradient(top, #8a8687, #5e5e5e);
    background-image:   linear-gradient(to bottom, #8a8687, #5e5e5e);
    -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#basket .order-btn a.btn-order2 span { padding-left: 16px; background: url(/images/d3/m_01/btn/btn_order2@2x.gif) no-repeat 0 50%; background-size: 14px 14px; }


.amount-input { width:30px; }
#basket .price-info li.options strong {  display: inline-block; }
#basket .price-info li.options select { width : 80px; height:14px; margin:3px 0; }


/* ¹è¼Û Á¤º¸ */
.delivery-type {
    padding-top : 15px;
font-size : small;
color : #666666;
margin-left : 15px;
}

.delivery-type li {
    list-style-type : square;
    list-style-position : inside;
    list-height : 1.5em;
}

.delivery-type li a {
    color : #666666;
    text-decoration : underline;
}
/* BASIC css end */

