@charset "utf-8";

/*-----------------------------------

purchase.css
カートレイアウト

-----------------------------------*/
/*カートヘッダ
-----------------------------------*/
#headerPurchaseInfo {
    float: right;
    line-height: 23px;
}

/*カート2カラム
-----------------------------------*/
#cartMain {
    float: left;
    width: 782px;
}
#cartSub {
    float: right;
    width: 188px;
}

/*カートトップ
-----------------------------------*/
/* お知らせ */
.noticeBox01 {
    margin-bottom: 20px;
}
    .noticeBox01 li {
        padding: 8px 20px;
        border-bottom: 1px solid #fff;
        background: #f3f3f3;
        font-size: 12px;
    }
    .noticeBox01 li:last-child { border-bottom: none; }
        .noticeBox01 li strong {
            margin: 0 5px;
            color: #dc2525;
            font-size: 14px;
        }
        .noticeBox01 li .first { margin-left: 0; }

/* 再計算 */
.cartSupport01 {
    margin-bottom: 10px;
    padding: 10px;
    background: #f3f3f3;
}
    .cartSupport01 .wrapping {
        float: left;
        width: 180px;
    }
    .cartSupport01 .reCalc01 {
        font-size: 14px;
        text-align: right;
    }
        .cartSupport01 .reCalc01 .btnReCalc01 {
            display: inline-block;
            margin-left: 10px;
            padding: 8px 36px 7px 13px;
            border: none;
            border-radius: 4px;
            background :#333 url(../images/purchase/ico_recalc_white01.png) no-repeat right center;
            color: #fff;
            font-size: 12px;
            vertical-align: 1px;
        }

/* 海外向け */
.overSea01 {
    margin-bottom: 10px;
    font-size: 12px;
    text-align :center;
}

/* ログインエリア */
#login .title {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
}

#login dt {
    float: left;
    clear: left;
    width: 90px;
    height: 14px;
    margin-bottom: 3px;
    padding: 8px 0 9px 8px;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: #f3f3f3;
    font-size: 12px;
}

#login dd {
    float: left;
    width: 213px;
    height: 18px;
    margin: 0 0 3px;
    padding: 6px 8px 7px;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background: #fff;
}
    #login dd input {
        width: 213px;
        height: 16px;
        border: 1px solid #fff;
        font-size: 14px;
    }
    

#login label {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px 35px;
    background: #f3f3f3 url(../images/common/ico_check01.png) no-repeat 10px 7px;
    font-size: 12px;
}
#login label.selected {
    background: #5c5c5c url(../images/common/ico_check01.png) no-repeat 10px -143px;
    color: #fff;
}
    #login label input {
        position: absolute;
        -ms-filter: "alpha(opacity=0)";
        opacity: 0;
    }
#purchase #login .btnBox01 { margin: 0; }
/* 会員 */
#memberLogin p {
    margin: 20px 0;
    font-size: 12px;
    text-align: center;
}
#purchase #memberLogin .btnBox01 { margin-top: 40px; }

/* ゲスト */
#guestBox p {
    font-size: 14px;
    line-height: 1.4;
}
#memberAppeal {
    margin: 16px 0;
    padding: 13px;
    background :#44baba;
    color: #fff;
}
    #memberAppeal p {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 16px;
    }
        #memberAppeal p:last-child { margin-bottom: 0; }

/* お買い物を続ける */
.backShopping01 {
    margin: -10px 0 40px;
    padding: 10px 0;
    background :#f3f3f3;
    text-align: center;
}
    .backShopping01 .selectWrap01 {
        width: 200px;
        margin-right: 5px;
    }
    .backShopping01 .btnNext01 {
        display: inline-block;
        width: 192px;
        padding: 6px 8px 5px;
        vertical-align: middle;
    }

/*カート内商品テーブル
-----------------------------------*/
.cartTable01 {
    margin-bottom: 10px;
    font-size: 12px;
}
    .cartTable01 th,
    .cartTable01 td {
        padding: 15px;
        border-bottom: 1px solid #e6e6e6;
        vertical-align: middle;
    }
    .cartTable01 th {
        padding: 10px 0;
        text-align: center;
    }
    .cartTable01 td {
        border-right: 1px solid #e6e6e6;
    }
    .cartTable01 .image,
    .cartTable01 .destroy { border-right: none; }
    
    .cartTable01 .image {
        width: 70px;
        padding-right: 5px;
    }
        .cartTable01 .image img {
            width: 70px;
            height: 70px;
        }
    .cartTable01 td.name {
        width: 320px;
    }
        .cartTable01 td.name a {
            color: #0088cc;
            font-size: 14px;
            line-height: 1.4;
        }
        .cartTable01 td.name span {
            font-size: 14px;
            line-height: 1.4;
        }
        .cartTable01 td.name li {
            margin-top: 2px;
        }
        .cartTable01 td.name .alert {
            margin-top: 13px;
            color: #dc2525;
            font-size: 14px;
            font-weight: bold;
        }
        .cartTable01 td.name .iconDiscount01 {
            display: block;
            width: 60px;
            margin-bottom: 3px;
            padding: 3px 0;
            background: #0088cc;
            color: #fff;
            font-size: 10px;
            text-align: center;
        }
        
         .cartTable01 td.name .iconDiscount02 {
            float:left;
            width: 60px;
            margin-bottom: 3px;
            padding: 3px 0;
            background: #0088cc;
            color: #fff;
            font-size: 10px;
            text-align: center;
        }
        
        .cartTable01 td.name .matomeSentence {
            float:left;
            width: 120px;
            margin-bottom: 3px;
            padding: 3px 0;
            color: #0088cc;
            font-size: 12px;
            font-weight:bold;
            text-align: center;
        }
        
        .cartTable01 td.name .iconSet01 {
            display: block;
            width: 60px;
            margin-bottom: 3px;
            padding: 3px 0;
            background: #ffcc00;
            color: #333;
            font-size: 10px;
            text-align: center;
        }
        
        #cartMain .cartTable01 td.name ul {
            margin: 0;
        }
        
    .cartTable01 td.quantity .selectWrap01 {
        width: 54px;
    }
    .cartTable01 td.price,
     .cartTable01 td.subTotal,
     .cartTable01 .quantity {
         width: 54px;
         font-size: 10px;
     }
        .cartTable01 td.price span,
        .cartTable01 td.subTotal span {
             font-size: 14px;
         }
        .cartTable01 .quantity input {
            width: 42px;
            margin-right: 0;
            padding: 8px 5px;
            text-align: center;
        }
    .cartTable01 .destroy {
        padding: 10px;
    }
    .cartTable01 .btnCancel02 {
        display: inline-block;
        padding: 7px 25px 6px 13px;
        font-size: 12px;
    }
    .cartTable01 .allCrear01 {
        padding: 10px;
        border-right: none;
        text-align: right;
    }

/*カート右サイド　合計
-----------------------------------*/
#cartSub {
    position: relative;
}
#cartSub #total {
    position:relative;
    width: 188px;
}

    #cartSub .title {
        padding: 8px 0;
        background: #333;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }
    #cartSub table {
        width: 100%;
    }
        #cartSub th,
         #cartSub td {
             padding: 13px;
             border-bottom: 1px solid #fff;
             background: #f3f3f3;
             font-size: 12px;
            text-align: right;
         }
        #cartSub th {
            padding-right: 0;
            font-weight: normal;
        }
            #cartSub th span {
                margin: 0 -8px 0 -5px;
                font-size: 10px;
            }
         #cartSub td {
             color: #dc2525;
         }
         #cartSub .subTotal { color: #333; }
              #cartSub td strong {
                  font-size: 14px;
              }
         #cartSub .point {
             color: #333;
             text-align: center;
         }
             #cartSub .point strong {
                 margin-left: 1em;
                 color: #0057c2;
             }

/*カートフロー
-----------------------------------*/
#purchase { position: relative; }

#cartFlow {
    position: absolute;
    top: 8px;
    right: 0;
}
    #cartFlow li {
        position: relative;
        float: left;
        width: 90px;
        height: 14px;
        padding: 20px 0;
        border-right: 3px solid #fff;
        background: #d6d6d6;
        font-size: 12px;
        text-align: center;
        line-height: 14px;
    }
    #cartFlow li:last-child { border-right: none; }
    
    #cartFlow .long {
        height: 28px;
        padding: 13px 0;
    }
    
    #cartFlow li:before {
        position: absolute;
        top: 50%;
        left: -3px;
        margin-top: -5px;
        border-width: 5px 8px;
        border-style: solid;
        border-color: transparent transparent transparent #d6d6d6;
        content: " ";
        z-index: 2;
    }
    #cartFlow li:after {
        position: absolute;
        top: 50%;
        right: -19px;
        margin-top: -5px;
        border-width: 5px 8px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        content: " ";
        z-index: 2;
    }
    #cartFlow li:first-child:before,
    #cartFlow li:last-child:after { border: none; }
    
    #cartFlow .current {
        background :#333;
        color:#fff;
    }
    #cartFlow .current + li:before { border-left-color: #333; }
    #cartFlow .entered { background :#f3f3f3; d}
    #cartFlow .entered + li:before { border-left-color: #f3f3f3; }

/*購入導線　注文者情報の登録
-----------------------------------*/
.scrollBox01 {
    height: 400px;
    border: 1px solid #d6d6d6;
    overflow: auto;
}
    .scrollBox01 p,
    .scrollBox01 ul {
        margin: 10px 20px;
        line-height: 1.4;
    }
    .scrollBox01 p:first-child {
        text-align: right;
    }
        .scrollBox01 li {
            margin-bottom: 8px;
        }
        .scrollBox01 li:last-child { margin-bottom: 0; }
    .scrollBox01 h3 {
        margin: 30px 20px;
    }


/* 登録導線 */
#signupAppeal .appealPoint01 {
    display: table;
    width: 100%;
}
    #signupAppeal .appealPoint01 div {
        display: table-cell;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
        padding: 20px 13px;
        border: 20px solid #fff;
        border-top: none;
        background: #44baba;
        color: #fff;
    }
        #signupAppeal .appealPoint01 .title {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }
        #signupAppeal .appealPoint01 p {
            font-size: 12px;
        }

    #signupAppeal .formTable01 {
        float: left;
        width: 500px;
        margin-left: 20px;
    }
        #signupAppeal .formTable01 th { white-space: nowrap; }
        #signupAppeal .formTable01 th,
        #signupAppeal .formTable01 td {
            border-bottom: 2px solid #fff;
        }
        #signupAppeal .formTable01 .inputText01 { width: 230px; }
    #purchase #signupAppeal .btnBox01 {
        float: right;
        margin: 10px 20px;
    }
        #signupAppeal .btnBox01 p {
            margin-top: 10px;
            text-align: center;
        }


/*購入導線　お届け先選択
-----------------------------------*/
.choiceBox01 {
    margin-bottom: 2px;
}
.choiceBox01:last-child { margin-bottom: 0; }
    .choiceBox01 .choiceDetail01 {
        display: none;
        padding: 20px 0;
    }
    .choiceBox01 .choiceDetail02 {
        padding: 20px 0;
    }
        .choiceBox01 .choiceDetail01 p,
        .choiceBox01 .choiceDetail01 ul
         {
            margin: 20px;
        }
            .choiceBox01 .choiceDetail01 li {
                margin-bottom: 8px;
                padding-left: 1em;
                text-indent: -1em;
            }
                .choiceBox01 .choiceDetail01 li:last-child { margin-bottom: 0; }
        .choiceBox01 .choiceDetail01 .textBox01 {
            float: left;
            width: 600px;
        }
        .choiceBox01 .choiceDetail01 .formTable02 th,
        .choiceBox01 .choiceDetail01 .formTable02 td {
            padding: 15px 20px;
        }
        .choiceBox01 .choiceDetail01 .formTable02 td {
            line-height: 1.4;
        }
        .choiceBox01 .choiceDetail01 .billSelect01 th {
            width: 250px;
        }
        .choiceBox01 .choiceDetail01 .billSelect01 .radioLabel01 {
            width: 500px;
        }
    .choiceBox01 .mobilePayment01 {
        margin: 0 20px;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
    }

.formTable02 .receipt {
    display: none;
    margin-top: 10px;
}
    .formTable02 .receipt th,
    .formTable02 .receipt td { padding: 5px 10px; }
    .formTable02 .receipt th { width: 5em; }
    .formTable02 .receipt .icon {
        width: 45px;
        padding: 5px;
    }
        .formTable02 .receipt .inputText01 { width: 200px; }

/*購入導線　お支払方法選択
-----------------------------------*/
#creditInput {
    float: left;
    width: 560px;
}
    #creditInput .formTable01 { width: 560px; }
        #creditInput th,
        #creditInput td {
            padding-top: 16px;
            padding-bottom: 16px;
        }
        #creditInput th:first-child { width: 155px; }
        #creditInput .formTable01:last-child th.savecard { width: 210px; }
        #creditInput .inputText01.credit { width: 200px; }
    
.cardImage01 {
    float: right;
    width: 320px;
    margin-right: 20px;
    padding: 13px 20px;
    border: 1px solid #d6d6d6;
}
.cardImage01:last-child { margin-top: 10px; }

    #creditWrap .cardImage01 .title {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .cardImage01 img {
        max-width: 320px;
    }
    #creditWrap .cardImage01 p { margin: 0; }
    
    .cardImage01 div {
        float: right;
        width: 150px;
    }
    .cardImage01 .title + div { float: left; }
        .cardImage01 div img { max-width: 150px; }
        .cardImage01 div p {
            font-size: 10px;
        }
        .cardImage01 div img + p {
            padding: 5px 0;
            font-weight: bold;
            text-align: center;
        }
    
.formTable02 .point {
    margin-bottom: 8px;
    font-size: 14px;
}
    .formTable02 .point span {
        color: #dc2525;
    }
    .formTable02 .point strong {
        font-size: 16px;
    }



/*購入導線　確認画面
-----------------------------------*/
#confirmWrap .btnNext01.modify {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 85px;
    margin-top: -15px;
    font-size: 12px;
}
.confirmBox01,
.confirmBox02 {
    position: relative;
    float: left;
    width: 384px;
    border: 1px solid #d6d6d6;
}
.confirmBox02 { float: right; }
.confirmBox02 + .confirmBox02 { margin-top: 10px; }

    #confirmWrap .heading01 {
        position: relative;
        margin: 30px 20px;
    }
    #confirmWrap .title {
        margin-bottom: 10px;
        padding: 15px 20px;
        background: #f3f3f3;
        font-size: 14px;
        font-weight: bold;
    }
    #confirmWrap p {
        margin: 10px 30px;
        font-size: 14px;
    }
    #confirmWrap p.modify {
        margin: 10px 20px 20px;
        font-size: 12px;
        text-align: right;
    }
    #confirmWrap table {
        width: 344px;
        margin: 0 20px 20px;
    }
        #confirmWrap th {
            width: 135px;
            padding: 8px 10px;
            font-size: 12px;
        }
        #confirmWrap td {
            padding: 8px 10px;
            font-size: 12px;
        }
            #confirmWrap .selectDate01:first-child {
                margin-bottom: 8px;
            }

/* 簡単購入案内 */
#easyBuy {
    margin: 30px 0 40px;
    font-size: 14px;
}
    
    #easyBuy .checkLabel01 {
      display: block;
      margin-bottom: 20px;
      text-align: center;
      background-position: 280px 10px;
    }
    #easyBuy .checkLabel01.selected { background-position: 280px -140px; }
    #easyBuy p {
        margin: 0 20px;
    }

/* 確認用カートテーブル */
#cartMain .contentBox01 .btnNext01.modify {
    position: absolute;
    top: 20px;
    right: 0;
    width: 85px;
}
#cartMain .contentBox01 .cartTable01 .name { width: 420px; }
#cartMain .contentBox01 .cartTable01 .quantity {
    width: 54px;
    text-align: center;
}
#cartMain .contentBox01 .cartTable01 .subTotal { border-right: none; }

#cartMain .contentBox01 ul { margin: 20px 20px 0; }
#cartMain .contentBox01 .checkLabel01 {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

/* カート　注文完了
-----------------------------------*/
.thanksBox01 {
    margin: 40px 0;
}
    .thanksBox01 h2 {
        margin-bottom: 40px;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
    }
    .thanksBox01 #orderNumber {
        margin: 20px;
        padding: 20px;
        background: #f3f3f3;
        font-size: 16px;
        text-align: center;
    }
    .thanksBox01 p {
        margin: 20px;
        font-size: 14px;
        line-height: 1.5;
    }

/* カート内導線ボタン
-----------------------------------*/
#purchase #cartSub .btnBox01 { margin: 5px 0 0; }
#purchase .btnBox01 .btnPrev01 {
    margin: 10px auto 0;
    font-size: 12px;
}
#purchase .btnBox01 .btnCart01 {
    width: 100%;
}
#purchase .btnBox01 + .btnBox01 { margin-top: -30px; }

/* お届け先情報の登録　営業所選択
----------------------------------*/

div.transChoice{
	width: 875px;
	margin: 0 auto 30px;
	padding: 25px;
	border: #ccc 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f5f5f5;
}


div.transChoice dl{
	width: 40%;
	margin: 0 auto;
}

div.transChoice dl dd{
	margin: 10px 0 0;
	font-size: 11px;
	text-align: center;
}

