@charset "shift_jis";
/* CSS Document */

/*========================================================

   カートの確認
    
========================================================*/
div.col1_ div.order_flow_ {
    text-align: center;
    margin-bottom: 45px;
}
div.cartlist_ .cartlist_ {
    width: 100%;
    margin-bottom: 30px;
}
div.cartlist_ .cartlist_ th {
    padding: 11px 0 13px;
    text-align: center;
}
div.cartlist_ .cartlist_ td {
    padding: 20px 10px;
    text-align: center;
}
div.cartlist_ .cartlist_ .img_ {
    padding: 20px 0;
    width: 120px;
}
div.cartlist_ .cartlist_ .img_ img {
    width: 120px;
}
div.cartlist_ .cartlist_ .cord_ {
    width: 185px;
}
div.cartlist_ .cartlist_ .color_ {
    width: 105px;
}
div.cartlist_ .cartlist_ .material_ {
    width: 160px;
}
div.cartlist_ .cartlist_ .size_ {
    width: 100px;
}
div.cartlist_ .cartlist_ .size_ span {
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid #362e2b;
}
div.cartlist_ .cartlist_ .money_ {
    width: 180px;
}
div.cartlist_ .cartlist_ .money_ span {
    font-size: 10px;
}
div.cartlist_ .cartlist_ .button_ {
    padding: 20px 0;
    width: 70px;
}
div.cartlist_ .cartlist_btm_ {
    margin-bottom: 50px;
    overflow: hidden;
}
div.cartlist_ .cartlist_btm_ .bnr_wrapping_ {
    float: left;
    display: inline;
}
div.cartlist_ .cart_submit_ {
    float: right;
    display: inline;
    overflow: hidden;
}
div.cartlist_ .cart_submit_ .back_, div.cartlist_ .cart_submit_ .next_ {
    float: left;
    display: inline;
}
div.cartlist_ .cart_submit_ .back_ {
    margin: 0 20px 0 0;
}
/*========================================================

   ご注文方法の指定/ご注文内容の確認
    
========================================================*/
/* 共通 */
div.order_ h2.common_headline2_ {
    padding: 12px 0 4px 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #362e2b;
    border-top: 1px solid #362e2b;
    border-bottom: none;
    background: none;
}
/*ご注文主様
-----------------------------------------------------*/
div.order_ .method_host_ {
}
div.order_ .method_host_ .host_info_ {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #f8f8f4;
}
div.order_ .method_host_ .host_info_ .inner_ {
    background-color: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
div.order_ .method_host_ .host_info_ .host_name_, div.order_ .method_host_ .host_info_ .address_ {
    float: left;
    display: inline;
    line-height: 2.5;
}
div.order_ .method_host_ .host_info_ .host_name_ {
    margin-right: 10px;
}
/*お届け先
-----------------------------------------------------*/
div.order_ .addresslist_ {
    padding: 10px 20px 25px;
    background-color: #f8f8f4;
    position: relative;
    margin-bottom: 20px;
}
div.order_ .addresslist_ .address_item_ {
    padding: 11px 20px 14px;
    background-color: #fff;
    border-top: 1px solid #dbd9d2;
    overflow: hidden;
}
div.order_ .addresslist_ .address_item_:first-child {
    border-top: 0;
}
div.order_ .addresslist_ .address_item_ .address_title_, div.order_ .addresslist_ .address_item_ .address_ {
    float: left;
    display: inline;
    line-height: 2.5;
}
div.order_ .addresslist_ .address_item_ .address_title_ {
    width: 180px;
}
div.order_ .addresslist_ .address_item_ .address_ {
    width: 520px;
}
div.order_ .addresslist_ .address_item_ .address_change_ {
    float: right;
    display: inline;
    width: 210px;
}
div.order_ .addresslist_ .packing_slip_ {
    color: #ff0040;
    font-weight: bold;
    line-height: 2.5;
    margin-top: 24px;
}
div.order_ .addresslist_ .address_bottom_ {
    width: 270px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
/*商品一覧
-----------------------------------------------------*/
div.destgoodslist_ {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #f8f8f4;
}
div.destgoodslist_ .destgoodslist_ {
    width: 100%;
    /*margin-bottom: 30px;*/
}
div.destgoodslist_ .destgoodslist_ th {
    padding: 11px 0 13px;
    text-align: center;
    background-color: #fff;
    border: 0;
}
div.destgoodslist_ .destgoodslist_ td {
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid #dbd9d2;
    border-bottom: 0;
}
div.destgoodslist_ .destgoodslist_ .img_ {
    width: 80px;
}
div.destgoodslist_ .destgoodslist_ .img_ img {
    width: 80px;
}
div.destgoodslist_ .destgoodslist_ .cord_ {
    width: 170px;
}
div.destgoodslist_ .destgoodslist_ .color_ {
    width: 105px;
}
div.destgoodslist_ .destgoodslist_ .material_ {
    width: 160px;
}
div.destgoodslist_ .destgoodslist_ .size_ {
    width: 100px;
}
div.destgoodslist_ .destgoodslist_ .size_ span {
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid #362e2b;
}
div.destgoodslist_ .destgoodslist_ .qua_ {
}
div.destgoodslist_ .destgoodslist_ .money_ {
    width: 150px;
}
div.destgoodslist_ .destgoodslist_ .money_ span {
    font-size: 10px;
}
div.destgoodslist_ .destgoodslist_ .button_ {
    padding: 20px 0;
    width: 70px;
}
/*配送時間帯の指定
-----------------------------------------------------*/
div.order_ #method_date {
    position: relative;
    margin-bottom: 50px;
}
div.order_ #method_date p.note_ {
    color: #ff0040;
    position: absolute;
    right: 0;
    top: -45px;
}
div.order_ #method_date .method_box_content_ ul {
    padding: 20px 0 20px 20px;
    background-color: #f8f8f4;
    overflow: hidden;
}
div.order_ #method_date .method_box_content_ ul li {
    float: left;
    display: inline;
    width: 185px;
    padding: 13px 20px 7px;
    background-color: #fff;
    margin-right: 20px;
}
/*ダイアナポイントのご利用
-----------------------------------------------------*/
#method_point {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #f8f8f4;
    position: relative;
}
#method_point p.note_ {
    color: #ff0040;
    position: absolute;
    right: 0;
    top: -45px;
}
#method_point .inner_ {
    padding: 15px 15px 10px;
    background-color: #fff;
    overflow: hidden;
}
#method_point .point_use_ {
    float: left;
    display: inline;
    width: 470px;
}
#method_point .point_use_ input {
    width: 140px;
    margin-right: 10px;
}
#method_point .point_use_ p {
    line-height: 2.5;
}
#method_point .currentpoint_ {
    float: left;
    display: inline;
    width: 315px;
    text-align: center;
    padding: 24px 0 15px 4px;
    background-image: url(../img/usr/order/bg_point01.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#method_point .currentpoint_ strong {
    display: block;
    font-size: 14px;
}
#method_point .currentpoint_ strong span {
    color: #ff0040;
}
/*支払い方法
-----------------------------------------------------*/
#method_pay .method_box_content_ {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #f8f8f4;
    overflow: hidden;
}
#method_pay .method_box_content_ .pay_body_ {
    width: 430px;
    padding: 20px;
    background-color: #fff;
}
#method_pay .method_box_content_ .pay_body_ .check_ {
    margin-bottom: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}
#method_pay .method_box_content_ .pay_body_ p {
    line-height: 1.6;
    margin-bottom: 4px;
}
#method_pay .method_box_content_ .pay_body_ p a {
    padding: 0 0 0 15px;
    background-image: url(../img/usr/common/icon_arrow03.png);
    background-position: left center;
    background-repeat: no-repeat;
}
#method_pay .method_box_content_ .pay_body_ .note_ {
    color: #ff0040;
}
#method_pay .method_box_content_ #pay_card {
    float: left;
    display: inline;
}
#method_pay .method_box_content_ #pay_card .check_ {
    padding-left: 60px;
    background-image: url(../img/usr/order/icon_card.png);
}
#method_pay .method_box_content_ #pay_card .card_ {
    margin-bottom: 5px;
}
#method_pay .method_box_content_ #pay_np {
    float: right;
    display: inline;
}
#method_pay .method_box_content_ #pay_np .check_ {
    padding-left: 98px;
    background-image: url(../img/usr/order/icon_np.png);
}
#method_pay .method_box_content_ #pay_np p {
    margin-bottom: 15px;
}
#method_pay .method_box_content_ #pay_np .confi_ {
    width: 430px;
    height: 50px;
}
#method_pay .method_box_content_ #pay_np .confi_ a {
    display: block;
    width: 430px;
    height: 50px;
    background-image: url(../img/usr/order/np_confi_.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
/*--------------------------------------------------------------------------------
    注文内容の確認確認
--------------------------------------------------------------------------------*/
div.order_ .spandual_ {
    overflow: hidden;
}
div.order_ .spandual_ .leftfloat_ {
    width: 630px;
}
div.order_ .spandual_ .rightfloat_ {
    width: 320px;
}
div.order_ .spandual_ .rightfloat_ h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.2;
    padding: 10px 10px 0 12px;
    margin-bottom: 10px;
    border-top: 2px solid #362e2b;
    background-image: url(../img/usr/common/common_headline2.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}
div.order_ .spandual_ p.memo_ {
    color: #ff0040;
    line-height: 1.8;
}
div.order_ .order_notice_ {
    color: #ff0040;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 10px 7px;
    border: 2px solid #ff0040;
    margin-bottom: 50px;
}
div.order_ .order_notice_ a {
    padding: 0 0 0 15px;
    margin-left: 20px;
    background-image: url(../img/usr/common/icon_arrow03.png);
    background-position: left center;
    background-repeat: no-repeat;
}
/*お届について
-----------------------------------------------------*/
div.order_ .shipping_info_ {
    padding: 20px;
    background-color: #f8f8f4;
    margin-bottom: 20px;
}
div.order_ .shipping_info_ .shipping_ {
    width: 100%;
}
div.order_ .shipping_info_ .shipping_ th, div.order_ .shipping_info_ .shipping_ td {
    padding: 15px;
    line-height: 2.0;
    background-color: #fff;
    vertical-align: middle;
}
div.order_ .shipping_info_ .shipping_ th {
    font-size: 14px;
    font-weight: bold;
    width: 78px;
    text-align: center;
    border-right: 1px solid #dbd9d2;
}
div.order_ .shipping_info_ table.host_ {
    margin-bottom: 10px;
}
div.order_ .shipping_info_ table.addressee_ td ul.additions_ {
    overflow: hidden;
}
div.order_ .shipping_info_ table.addressee_ td ul.additions_ li {
    float: left;
    display: inline;
    border: 2px solid #f2acd2;
    margin: 0 10px 0 0;
    padding: 5px 15px;
}
div.order_ .shipping_info_ table.addressee_ td ul.additions_ li span {
    font-size: 14px;
    font-weight: bold;
}
/*お届商品
-----------------------------------------------------*/
div.order_ .shipping_item_ {
    padding: 0 20px 20px;
    background-color: #f8f8f4;
    margin-bottom: 50px;
}
div.order_ .shipping_item_ h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.1;
    padding: 12px 0;
    text-align: center;
}
div.order_ .shipping_item_ .goodslist_ {
    width: 100%;
}
div.order_ .shipping_item_ .goodslist_ th {
    padding: 11px 0 13px;
    text-align: center;
    background-color: #fff;
    border: 0;
}
div.order_ .shipping_item_ .goodslist_ td {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #dbd9d2;
    border-bottom: 0;
}
div.order_ .shipping_item_ .goodslist_ .img_ {
    width: 50px;
    padding-left: 20px;
}
div.order_ .shipping_item_ .goodslist_ .img_ img {
    width: 50px;
}
div.order_ .shipping_item_ .goodslist_ .cord_ {
    width: 134px;
}
div.order_ .shipping_item_ .goodslist_ .color_ {
    width: 78px;
}
div.order_ .shipping_item_ .goodslist_ .material_ {
    width: 77px;
}
div.order_ .shipping_item_ .goodslist_ .size_ {
    width: 95px;
}
div.order_ .shipping_item_ .goodslist_ .size_ span {
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid #362e2b;
}
div.order_ shipping_item_ .goodslist_ .qua_ {
    width: 40px;
}
div.order_ .shipping_item_ .goodslist_ .money_ {
    width: 118px;
}
div.order_ .shipping_item_ .goodslist_ .money_ span {
    font-size: 10px;
}
/*お支払金額について
-----------------------------------------------------*/
div.order_ .rightfloat_ table.sales_ {
    width: 100%;
    border-bottom: 1px solid #dbd9d2;
    margin-bottom: 5px;
}
div.order_ .rightfloat_ table.sales_ th {
    width: 200px;
    vertical-align: middle;
}
div.order_ .rightfloat_ table.sales_ td {
    width: 120px;
    text-align: right;
}
div.order_ .rightfloat_ table.sales_ td.total_ {
    color: #ff0040;
    font-size: 16px;
}
div.order_ .spandual_ p.memo_.righttext_ {
    margin-bottom: 25px;
}
/*お支払方法
-----------------------------------------------------*/
div.order_ .rightfloat_ #payment_method {
    padding: 20px 18px 10px;
    background-color: #f8f8f4;
    margin-bottom: 50px;
    /*position: relative;*/
}
div.order_ .rightfloat_ .bulk_ {
    color: #ff0040;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    position: absolute;
    right: 0;
    top: 15px;
}
div.order_ .rightfloat_ #payment_method .result_ {
    border: 1px solid #dddbd4;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}
div.order_ .rightfloat_ #payment_method .result_ dl {
    overflow: hidden;
}
div.order_ .rightfloat_ #payment_method .result_ dl dt {
    float: left;
    display: inline;
    font-weight: bold;
    line-height: 30px;
}
div.order_ .rightfloat_ #payment_method .result_ dl dd {
    float: right;
    display: inline;
    width: 150px;
}
div.order_ .rightfloat_ #payment_method .card_info_ {
    padding: 15px 0 0 0;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dt, div.order_ .rightfloat_ #payment_method .card_info_ dd {
    display: table-cell;
    vertical-align: middle;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardno_ dt {
    width: 82px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardno_ dd {
    width: 198px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardno_ dd input {
    width: 180px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardexp_ dt {
    width: 82px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardexp_ dd {
    width: 198px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardcord_ {
    margin-bottom: 15px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardcord_ dt {
    width: 100px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardcord_ dd {
    width: 97px;
}
div.order_ .rightfloat_ #payment_method .card_info_ dl.cardcord_ dd input {
    width: 80px;
}
div.order_ .rightfloat_ #payment_method p.link_ {
    text-align: right;
}
div.order_ .rightfloat_ #payment_method p.link_ a {
    padding: 0 0 0 15px;
    line-height: 2.5;
    background-image: url(../img/usr/common/icon_arrow03.png);
    background-position: left center;
    background-repeat: no-repeat;
}

div.order_ p.selectcard_ {
    padding: 0 0 15px 0;
}

/* カードについて/NP払いについて　ポップアップ */
div.popup_lightbox_ {
    margin: 0;
    position: absolute;
    border: 1px solid #362e2b;
    z-index: 8999;
}
div.popup_lightbox_ .popup_inner_ {
    position: relative;
}
div.popup_lightbox_ h2 {
    cursor: move;
}
div.order_ .spandual_ .rightfloat_ .popup_lightbox_ h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 2px;
    margin-bottom: 20px;
    border-top: 1px solid #362e2b;
    background: none;
    line-height: normal;
}
div.popup_lightbox_ .poptop_close_ {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -102px;
    background-image: url(../img/usr/detail/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
div.popup_lightbox_ p,
div.popup_lightbox_ ul.list_ li {
    line-height: 2.0;
}
div.popup_lightbox_ ul.list_ {
    padding-bottom: 20px;
}
div.popup_lightbox_ ul.list_ li {
    text-indent: -1em;
    padding-left: 1em;
}
div.popup_lightbox_ .red_ {
    color: #ff0040;
}
div.popup_lightbox_ .arrow_down_ {
    padding-bottom: 24px;
    background-image: url(../img/usr/order/arrow_down.png);
    background-position: 77px bottom;
    background-repeat: no-repeat;
}
div.popup_lightbox_ a {
    text-decoration: underline;
}
div.popup_lightbox_ a:hover {
    text-decoration: none;
}
#about_card {
    display: none;
}
#about_card p {
    margin-bottom: 40px;
}
#about_card p.topcomment_ {
    margin-bottom: 15px;
}
#about_card .card_ {
    text-align: center;
    margin-bottom: 30px;
}
#about_np {
    display: none;
}
#about_np .section_ {
    padding-bottom: 20px;
}
#about_np p {
    margin-bottom: 5px;
}
/*確認
-----------------------------------------------------*/
div.order_ #checklist {
    border: 2px solid #ff0040;
    padding: 15px;
    margin-bottom: 50px;
}
div.order_ #checklist p.att_ {
    color: #ff0040;
    font-size: 14px;
    line-height: 1.5;
}
div.order_ #checklist p.note_ {
    margin-top: 20px;
}
div.order_ #checklist p.note_ span {
    color: #ff0040;
    font-size: 14px;
}
/*ポイント残高
-----------------------------------------------------*/
div.order_ #point_balance {
    width: 417px;
    height: 98px;
    margin: 0 auto;
    padding: 30px 0 0 70px;
    background-image: url(../img/usr/order/bg_point02.png);
    background-position: 5px top;
    background-repeat: no-repeat;
}
div.order_ #point_balance table {
    margin-bottom: 12px;
}
div.order_ #point_balance th, div.order_ #point_balance td {
    text-align: right;
    font-weight: bold;
}
div.order_ #point_balance th {
    width: 195px;
}
div.order_ #point_balance td {
    font-size: 14px;
    padding-left: 20px;
}
div.order_ #point_balance td span {
    color: #ff0040;
}
div.order_ #point_balance p {
    color: #ff0040;
}
/*========================================================

   ご注文完了
    
========================================================*/
div.order_ table.order_ {
    width: 100%;
    margin-bottom: 50px;
}
div.order_ table.order_ th,
div.order_ table.order_ td {
    font-weight: bold;
    line-height: 1.5;
    vertical-align: middle;
    background-color: #f8f8f4;
    border-top: 1px solid #dbd9d2;
    border-bottom: 1px solid #dbd9d2;
}

div.order_ table.order_ th {
    width: 120px;
    text-align: center;
}
div.order_ table.order_ td {
    padding: 15px 20px;
}

div.order_ #order_complete {
    margin-bottom: 30px;
}
div.order_ .complete_memo_ {
    margin-bottom: 30px;
}
div.order_ .complete_memo_ a {
    margin: 0 10px;
}


