@charset "euc-jp";
body {
    font-family: "羝吾�眼�激����", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "�＜�ゃ����", Meiryo, "鐚㍼竺 �眼�激����", sans-serif;
    line-height: 1.4;
}

/* link */


/* fontsize */
body, th, td, input, textarea, select{
    font-size: 14px !important;
}

th,td{
    word-break:break-all;
}

.small_font_size {
    font-size: 12px !important;
}

.large_font_size {
    font-size: 16px !important;
}

/* table */
.responsiveDesignBasket td,
.responsiveDesignTotalPrice td{
    padding: 6px;
}

.responsiveDesignSectionInput td,
.responsiveDesignSectionUser td,
table#loginTable .point table td,
.settlementCompleteMessage td,
.responsiveDesignSectionInputHeader td{
    padding: 12px !important;
}

.note{
    font-size: 12px;
    margin-top: 8px !important;
}

.point-note {
    font-size: 11px;
    color: #666 !important;
    display: block;
    margin-top: -4px;
}

em.required{
    margin-left: 8px;
}

/* form */

input,select,textarea{
    font-family: "羝吾�眼�激����", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "�＜�ゃ����", Meiryo, "鐚㍼竺 �眼�激����", sans-serif;
    vertical-align: middle;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea,
table#loginTable .point input{
    padding: 8px !important;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[name="sender"],
input[name="sender_kana"],
input[name="office_name"],
input[name="office_name_kana"],
input[name="office_dept_name"],
input[name="receiver"],
input[name="receiver_kana"],
input[name="receiver_office_name"],
input[name="receiver_office_name_kana"],
input[name="receiver_office_dept_name"]{
    width: 50%;
}

input[name="address"],
input[name="address2"],
input[name="ocity"],
input[name="hp_email"],
input[name^="etc"],
textarea[name$="msg"],
textarea[name^="deli_message"]{
    width: 92%;
}

input[name="coupon_code"],
input[type="text"][name$="msg"]{
    width: 100%;
}
input[type="email"].inputLarge{
    width:92%;
}

table#loginTable .pointSetting{
	margin: 8px 0 16px;
}

.choiceCredit input[type="radio"]{
    margin-right: 4px;
}

.creditStyle select{
    padding: 8px 34px 8px 8px;
    margin-right: 4px;
}

.creditStyle select[name*="card_multiple_times"]{
	width: 70%;
}

.creditStyle .inputTxt{
    margin: 8px 0 16px;
}

.registeredCredit{
    margin-bottom: 24px;
}

.registeredCreditLabel,
.newCreditLabel{
    margin-bottom: 8px;
    display: block;
}

.registeredCreditInfo{
    padding: 12px;
    background: #eee;
    margin-left: 16px;
}

.registeredCreditInfo span{
    display: inline-block;
}

.registeredCreditInfo span[class$="Label"]{
    margin-right: 8px;
}

.creditNum{
    width: 30%;
}

a.creditDeleteBtn:link,
a.creditDeleteBtn:visited,
a.creditDeleteBtn:active,
a.creditDeleteBtn:hover{
    float: right;
    display: inline-block;
    padding: 2px 10px;
    background: #fff;
    border: 1px solid #666;
    color: #666 !important;
    font-size: 12px;
    text-decoration: none !important;
    border-radius: 12px;
}

a.creditDeleteBtn:hover{
    background: #666 !important;
    color: #fff !important;
}

.credit-icon-show {
    margin-top: 8px;
}

.credit-icon-show .credit-list{
    width: 40px;
    margin: 0;
}

.credit-icon-show .credit-icon{
    background-size: auto 32px;
    min-height: 32px;
}

select[name="deli_year"],select[name="deli_month"],select[name="deli_day"],input[name^="birthday"]{
    width: 80px;
    margin-right: 4px;
}

.responsiveDesignLoginButton{
    width: 40%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    background: #fff url("../images/down-arrow.png") no-repeat right 12px top 48%;
    background-size: 11px 7px;
    padding-right: 30px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

select::-ms-expand {
  display: none;
}

select option{
    background: #fff;
}

.creditStyle select[name="kuroneko_card_id"]{
    width: 100%;
    margin-bottom: 8px;
}

.cardInfoSelect{
    margin-top: 24px;
}

.cardInfoLabel{
    margin-bottom: 8px;
    display: block;
}

.cardInfoSelect input[type="radio"]{
    margin-right: 4px;
}

.cardDel{
    overflow: hidden;
}

.cardDel img{
    float: right;
    cursor: pointer;
}

/* button */

input[type="button"],
input[type="submit"],
a.responsiveDesignOrderButton,
a.responsiveDesignModifyButton{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    background: #8c8c8c;
    color: #fff;
    padding: 8px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
}

input[type="button"]:hover,
input[type="submit"]:hover{
    background: #c9c9c9;
}

input[id^="receiver_tel"],input[id^="receiver_post"],
input[id^="sender_tel"],input[id^="sender_post"]{
    margin-right: 4px;
}

[id^="idAutoCreate"]{
    margin-bottom: 8px;
}

input[name="plural_send_button"]{
    padding: 8px 24px !important;
}

table#loginTable .logoutButtonWrap{
    text-align: right !important;
}

table#loginTable input[type="button"].logoutButton{
    background: none;
    color: #0054A6;
    text-decoration: underline !important;
    width: auto;
    display: inline;
    padding: 0 !important;
    border: none;
}

table#loginTable input[type="button"].logoutButton:hover{
    text-decoration: none !important;
}

label[class^="amazonAddressCheck"]{
    display: block;
    padding: 12px;
}

input[id^="amazon_address_check"]{
    margin-right: 4px;
}

.kuronekoButtonWrap{
    margin: 16px 0 24px;
}

.kuronekopay_securitycode_button,
.kuronekopay_securitycode_button:link,
.kuronekopay_securitycode_button:visited,
.kuronekopay_securitycode_button:active{
    background: #8c8c8c;
    border-radius: 4px;
    padding: 10px 24px;
    text-decoration: none !important;
    color: #fff !important;
}

.kuronekopay_securitycode_button:hover{
    background: #ccc;
}

.kuronekopay_securitycode_already{
    background: #eee;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto 16px !important;
}

.line-id {
    max-width: 100%;
    height: 45px;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 20px auto 0;
    display: block;
}

/* next button */

#note div{
    width: 100% !important;
    text-align: center !important;
}

input[name="next_step_button"]{
    margin: 16px auto !important;
}

.nextBtnWrapInner{
    width: 100% !important;
    text-align: center !important;
}

input[name="next_step_button"],
.nextBtnWrap input[type="button"]{
    font-size: 16px;
    background: #333;
    width: 40%;
}

.nextBtnWrap input[type="button"]{
    width: 40% !important;
    margin: 32px auto !important;
}

input[name="next_step_button"]:hover,
.nextBtnWrap input[type="button"]:hover{
    background: #666;
}

.nextBtnWrap{
    margin: 32px auto !important;
}

.nextBtnWrap-step1 {
    margin: -32px auto !important;
}

.cardSelect .tableTitle,.cardTable .tableTitle{
    padding: 6px !important;
}

.cardSelect th,.cardTable th{
    padding: 6px 2px !important;
    max-width: 90px !important;
}

.cardSelect td,.cardTable td{
    padding: 10px !important;
}

.cardSelect td{
    width: 20% !important;
}

.cardSelect td img{
    max-width: 100%;
}

.cardTable p{
    margin-top: 8px;
}

.secureImg img {
    width: 18%;
    margin: 0 7px 0 0;
}
.secureImg img:last-child {
    margin: 0;
}

/* others */

.responsiveDesignBasket{
    margin-top: 16px;
}

.responsiveDesignHeader td a:link,
.responsiveDesignHeader td a:visited,
.responsiveDesignHeader td a:active{
    text-decoration: none !important;
}

.responsiveDesignHeader td a:hover{
    text-decoration: underline !important;
    color: #fff !important;
}

.orderBtnWrap{
    margin: 64px auto 0;
}

.responsiveDesignSectionOrder,
.settlementCompleteMessage {
    margin-bottom: 32px !important;
}

.responsiveDesignSectionOrder{
    background: none;
}

.responsiveDesignSectionOrder .responsiveDesignSectionOrderHeader{
    display: none;
}

a.responsiveDesignOrderButton,
a.responsiveDesignModifyButton{
    display: inline-block;
}

a.responsiveDesignOrderButton:hover,
a.responsiveDesignModifyButton:hover,
a.rakutenButton:hover{
    opacity: 0.8;
}

a.responsiveDesignOrderButton{
    width: 380px;
    background: #333;
    font-size: 18px;
    padding: 16px 0 !important;
    color: #fff !important;
    border-radius: 6px;
    margin-bottom: 24px;
}

a.responsiveDesignModifyButton{
    background: #b2b2b2;
    color: #fff !important;
    padding: 9px 40px !important;
}

.errorOrder{
    background: #ffeeee;
    padding-top: 24px;
}

.orderCaution{
    margin-top: 28px;
    font-size: 13px;
    color: #999;
}

.orderCaution-top{
    margin: 0 auto 28px;
    color: #cc0000;
    font-size: 15px;
}

.step-copyright {
    font-size: 11px;
    margin: 24px auto 32px;
    color: #999;
    text-align: center;
}

/* basket */

.basketTotal p{
    margin: 6px 0;
}

.basketTotalLabel{
    font-weight: bold;
}

.basketTotal .basketTotalPrice,
.basketConfirmTotal .basketTotalPrice{
    font-weight: bold;
    color: #ff0000;
    font-size: 17px;
}

.basketTotalLabel,
.basketTotalPrice{
    margin: 8px 0 3px;
}

.basketTotalPoint,
.repeatTotalPrice{
    font-size: 13px;
}

.basketTotalPointValue{
    margin-left: 8px;
}

.basketConfirmTotal p{
    display: inline-block;
}

.basketConfirmTotal .basketConfirmPoint,
.basketConfirmTotal .repeatTotalPrice{
    display: block;
    margin: 0 0 4px;
}

.basketConfirmTotal .repeatTotalPrice{
    margin-top: 16px;
}

.totalCaution{
    display: block;
    font-size: 11px;
    color: #999;
    margin-top: 0;
}

.basketConfirmTotalTax{
	margin: 0 0 12px;
}

.basketConfirmTotalTax .basketTotalTax{
	margin: 2px 0;
	display: block;
	font-size: 11px;
	color: #999;
}

.basketTotalPoint{
	font-weight: bold;
	font-size: 13px;
}

.basketTotalRepeat{
	margin-top: 16px;
	border-top: 1px dotted #999;
}

.brandWrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
}

.brand_thumb{
    width: 40px;
}

.brandInfo{
    margin-left: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.brandName{
    margin: 0 auto;
}

.brandName img{
    margin-left: 4px;
}

.brandCode{
    margin-left: 4px;
}

.brandCoupon{
    display: inline-block;
    font-size: 11px;
    margin: 4px 0 0;
    padding: 2px 8px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #adadad;
    color: #666;
    font-weight: bold;
    white-space: nowrap
}

.brandPeriod{
    margin: 8px auto;
}
.brandDetail{
    font-size: 12px;
    margin: 0;
}
/* totalPriceItem */
.iconTax{
	margin-left: 4px;
}

.totalPriceItems{
	margin-bottom: 6px;
}

.totalPriceItems .totalPriceItems-price{
	text-align: right;
	padding-right: 0;
	padding-left: 32px;
}

.totalPriceItems-main td{
	padding-bottom: 0;
	padding-top: 8px;
}

/* point */

.loginMemberPoint{
    display: inline-block;
}

/* plural */

#deli_list div{
    margin: 6px 0;
    text-align: left !important;
}

#deli_list div input[type="button"]{
    padding: 1px 8px !important;
}

div.divideBox{
    width: auto !important;
    height: auto !important;
}

div.divideBox input[type="text"]{
    width: 60%;
    border: none !important;
    margin-left: 1px;
    padding: 6px 8px !important;
    top: 1px !important;
}

div.divideBox select.vs_item_select{
    max-height: 40px !important;
}

.responsiveDesignSectionInput div div{
    width: 100% !important;
    text-align: center !important;
}

/* address */

.addressWrap{
    margin: 0 0 16px;
}

.responsiveDesignSectionInput div.addressWrap div {
    text-align: left !important;
}

.addressWrap:last-child{
    margin-bottom: 4px;
}

.addressForm{
    margin: 4px 0 0;
}

select#sender_area{
    max-width: 90% !important;
}

@media all and (-ms-high-contrast:none){
  div.divideBox input[type="text"] { width: 50%; } /* IE10 */
}

.divideBox select{
    position: relative !important;
    top: 0 !important;
}

.deli_list_btns{
    margin-left: 16px;
}

.deli_list_btns input{
    margin: 0 2px;
}

/* cart */

.memberDiscountRate{
    color: blue;
    font-size: 12px;
    margin-left: 2px;
}

/* repeatsale */
#repeatSale select[name^="repeat_cycle"]{
    margin-right: 4px;
}

input.repeatSaleNextButton{
    background: #333;
    font-size: 16px;
    margin: 32px auto !important;
    width: 40% !important;
}

/* calendar */
.deli_hope_date_button:link,
.deli_hope_date_button:visited,
.deli_hope_date_button:active{
    margin-left: 8px;
    display: inline-block;
    padding: 6px 8px;
    background: #999;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
}

.deli_hope_date_button img{
    margin-right: 2px;
    width: 18px;
    height: auto;
}

.deli_hope_date_button:hover{
    opacity: 0.8;
}

#deli_hope_date_container .calclose{
    background: url("../images/calx.png");
    background-size: 28px 28px;
    width: 28px ;
    height: 28px;
    right: -16px;
    top: -12px;
}

#deli_hope_date_container a[class^="calnav"]{
    background-size: 24px 24px;
    width: 24px ;
    height: 24px;
    top: -1px;
    left: 32px;
}

#deli_hope_date_container .calnavleft{
    background: url("../images/left-arrow.png") no-repeat;
}

#deli_hope_date_container .calnavright{
    background: url("../images/right-arrow.png") no-repeat;
    left: auto !important;
    right: 32px;
}

#deli_hope_date_container.yui-calcontainer{
    background: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 20px 12px 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

#deli_hope_date_container.yui-calcontainer .yui-calendar{
    font-family: "羝吾�眼�激����", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "�＜�ゃ����", Meiryo, "鐚㍼竺 �眼�激����", sans-serif;
    border-collapse: collapse;
}

#deli_hope_date_container.yui-calcontainer .yui-calendar td{
    padding: 8px !important;
    line-height: 1 !important;
    border: 1px solid #e0e0e0 !important;
}

#deli_hope_date_container .calhead{
    border: 0;
}

#deli_hope_date_container .calheader{
    margin-bottom: 8px;
    font-size: 15px;
}

#deli_hope_date_container .calweekdaycell{
    line-height: inherit;
    width: auto;
}

#deli_hope_date_container .wd0,
#deli_hope_date_container .wd6,
#deli_hope_date_container .today,
#deli_hope_date_container .calcell,
#deli_hope_date_container .oom{
    border: none !important;
    background: #fff;
}

#deli_hope_date_container .wd0{
    background: #ffdede;
}

#deli_hope_date_container .wd6{
    background: #e3fbff;
}

#deli_hope_date_container .today{
    background: #666;
}

#deli_hope_date_container .today a{
    color: #fff !important;
}

#deli_hope_date_container .oom{
    background: #fff;
    color: #fff;
    font-size: 1px;
}

#deli_hope_date_container .previous{
    color: #bfbfbf;
}

#deli_hope_date_container .calcellhover{
    background: #ffe13a;
}

#deli_hope_date_error_msg + font{
    display: inline-block;
    margin-top: 8px;
}

#repeatSaleCalendar div{
    width: 33.3% !important;
    padding: 0 6px !important;
    box-sizing: border-box;
}

#repeatSale #repeatSaleCalendar div table td{
    display: table-cell !important;
    width: auto !important;
    padding: 2px !important;
}

#repeatSaleCalendarColor{
    margin-top: 16px;
}

#repeatSale #repeatSaleCalendarColor span{
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

/* �����号� */
.deliRepayWrap{
    margin-top: 48px;
}

/* 篋�膣�莢�２ */
.reservation_delivery{
    list-style: none;
    padding-left: 16px;
}

.reservation_delivery_item{
    margin: 16px 0;
}

.reservation_delivery_item .note{
    margin-left: 1rem;
}

input[name="reservation_sale_divisional_delivery"]{
    vertical-align: top;
}
.search_zipcode_link {
    margin: 0 0 0 12px;
}

/* -----------------------------------------------------------------
   smartphone
----------------------------------------------------------------- */
@media screen and (max-width:768px) {
    img{
        max-width: 100%;
        height: auto;
    }

    input[type="text"],textarea,input[type="password"],input[type="email"]{
        max-width: 100% !important;
        width: 100%;
    }

    select{
        max-width: 80%;
        width: 80%;
        background-position: top 50% right 10px;
        padding: 12px 8px;
    }

    input[id^="receiver_tel"],
    input[id^="sender_tel"]{
        width: 100%;
        max-width: 100%;
    }

    input[id^="receiver_post"],
    input[id^="sender_post"],
    input[id^="opost"]{
        width: 25%;
    }

    input[name^="birthday"]{
        width: 15%;
    }

    input#shop_point_way_option_value,
    select[name$="_month"],
    select[name$="_year"]{
        width: 30%;
    }

    select[name="deli_year"],select[name="deli_month"],select[name="deli_day"]{
        width: 25%;
    }

    a[href="javascript:deli_hope_date_calendar();"]{
        display: block;
        margin-top: 4px;
    }

    table#loginTable .point .responsiveDesignLoginButton{
        padding: 12px !important;
    }

    .responsiveDesignSectionInput .pointText{
        text-align: center !important;
    }

    .responsiveDesignSectionInput .pointText .pointL{
        display: block;
        margin-top: 4px !important;
        font-size: 15px;
    }

    .responsiveDesignSectionInput .pointText + div{
        text-align: left !important;
        padding-top: 8px !important;
    }

    .basketTotalPointValue,
    .loginMemberPoint{
        display: block;
    }

    .basketConfirmTotal .basketTotalPrice{
        margin-left: 8px;
    }

    .basketConfirmTotal .basketTotalPointValue{
        display: inline-block;
    }

    .example{
        display: block;
        margin-top: 8px;
    }

    input[name="next_step_button"],
    .nextBtnWrap input[type="button"]{
        width: 100%;
        max-width: 100% !important;
        padding: 12px 0 !important;
    }

    .nextBtnWrap input[type="button"]{
        width: 90%;
    }

    a.responsiveDesignOrderButton,
    a.responsiveDesignModifyButton{
        width: 100%;
    }

    a.responsiveDesignOrderButton:link, a.responsiveDesignOrderButton:visited, a.responsiveDesignOrderButton:active,
    a.responsiveDesignModifyButton:link, a.responsiveDesignModifyButton:visited, a.responsiveDesignModifyButton:active{
        color: #fff !important;
        text-decoration: none  !important;
        font-weight: normal;
    }

    a.responsiveDesignTopButton:link, a.responsiveDesignTopButton:visited, a.responsiveDesignTopButton:active{
        color: #555 !important;
        text-decoration: none  !important;
    }

    #note table td{
        padding: 8px 0 !important;
    }

    .responsiveDesignModifyButton{
        background: #b8b8b8;
        width: 50% !important;
    }


    /* step2 */
    .creditStyle select{
        width: auto;
        margin: 4px;
    }

    .cardTable th{
        padding: 4px !important;
        box-sizing: border-box;
    }

    .cardSelect td{
        padding: 0 !important;
    }

    .creditStyle .cardWrap{
        width: 100%;
    }

    .cardWrap img{
        width: 48%;
    }

    .cardSelect th, .cardTable th{
        max-width: 100% !important;
    }

    .cardTable .cardSelect{
        margin-bottom: 0 !important;
    }

    .creditStyle .secureImg {
        text-align:left;
    }
    
    .secureImg img {
        width: 31%;
        margin: 0 5px 8px 0;
    } 
    
    .secureImg img:nth-child(3) {
        margin-right: 0;
    }
    
    .secureImg img:last-child {
        margin: 0 5px 8px 0;
    }
    
    #carrierSelect li {
        width: 32%;
    }
    
    #user_form_table p label{
        display: block;
        margin: 8px auto;
    }

    /* plural */
    div.divideBox select{
        width: 100% !important;
        height: auto !important;
    }

    .responsiveDesignSectionInput input[type="button"]{
        max-width: 80%;
    }

    #deli_list p{
        display: inline-block;
    }

    .responsiveDesignSectionInput .deli_list_btns{
        display: inline-block;
        width: auto !important;
    }

    #deli_list div input[type="button"]{
        padding: 4px 6px !important;
        font-size: 13px !important;
    }

    .nextBtnWrap input[type="button"]{
        width: 90% !important;
    }

    .orderSortTable input[type="button"]{
        max-width: 100% !important;
    }

    /* repeatsale */
    #repeatSale table{
        width: 100%;
    }
    #repeatSale select[name="repeat_cycle_base"]{
        width: 70%;
        margin-bottom: 8px;
    }

    #repeatSale select[name="repeat_cycle_intarval"],
    #repeatSale select[name="repeat_cycle_first_month"],
    #repeatSale select[name="repeat_cycle_first_day"],
    #repeatSale select[name="repeat_cycle_second_day"],
    #repeatSale select[name="repeat_cycle_month"],
    #repeatSale select[name="repeat_cycle_ordinal"],
    #repeatSale select[name="repeat_cycle_week"]{
        width: 30%;
    }

    #repeatSale select[name="repeat_cycle_first_month"],
    #repeatSale select[name="repeat_cycle_first_day"]{
        margin-bottom: 8px;
    }

    #repeatSale input[type="button"] {
        font-weight: normal;
    }

    #repeatSaleConfirmButtonBox + table td table td{
        padding: 6px 0 !important;
    }

    #repeatSale.responsiveDesignSectionUser table td{
        display: inline-block !important;
        padding: 6px 0 !important;
    }

    #repeatSale.responsiveDesignSectionUser table td:nth-child(2){
        padding-left: 4px !important;
    }

    .repeatSaleConfirmButton{
        margin-top: 16px;
    }

    input.repeatSaleNextButton{
        width: 90% !important;
        padding: 12px 0 !important;
    }

    input#user_id{
        width: 50%;
    }

    a[href="javascript:deli_hope_date_calendar();"]{
        display: inline-block;
        margin: 8px 0 0 0;
    }

    #deli_hope_date_container.yui-calcontainer .yui-calendar td{
        padding: 10px !important;
    }

    #user_form_table label[for^="idAutoCreate"]{
        display: inline-block;
    }

    #deli_hope_date_container .calclose{
        background-size: 32px 32px;
        width: 32px;
        height: 32px;
    }

    select[name="deli_year"]{
        width: 85px;
    }

    select[name="deli_month"], select[name="deli_day"] {
        width: 60px;
    }

    .orderCaution-top{
        font-size: 13px;
    }

    .rakutenButton{
        display: block;
        width: 90%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .amazonAddressHeader,
    .amazonAddressHeader td{
        background: #fff;
        width: 100%;
    }

    label[class^="amazonAddressCheck"]{
        color: #333;
        padding: 8px 0;
    }

    .basketConfirmTotal .totalCaution{
        color: #999;
        text-align: left;
    }

    .nextBtnWrap-step1-area {
        background: #fff;
    }

}

img[src*="step0"].responsiveDesignHide {
    width: 80%;
    max-width: 720px;
    padding: 10px 0 0 0;
}

div table{
    box-shadow: #ddd 0 3px 5px;
    border-radius: 8px;
    overflow: hidden;
}

table#note.responsiveDesignSectionInput + table.responsiveDesignSectionInput,
table.responsiveDesignSectionOrder,
table.cardTable,
div table:not([class]),
table.settlementCompleteMessage.responsiveDesignHide + div + table.responsiveDesignHide,
table.responsiveDesignSectionInput + table.responsiveDesignSectionInput[cellspacing="0"] {
    box-shadow: none;
    background: none;
    border-radius: 0;
}

div table table,
form table table.responsiveDesignSectionInput:last-of-type {
    box-shadow: none;
    border-radius: 0;
}

@media screen and (max-width:768px) {
    textarea{
        font-size: 16px !important;
    }
}

header {
    background: #E2E2E2;
    font-family: "-apple-system", "Meiryo", "Yu Gothic UI", "sans-serif", "San Francisco";
    height: 62px;
    box-sizing: border-box;
}

header.header-in-image {
    background: #FFFFFF !important;
    border-bottom: 1px solid #E2E2E2 !important;
    line-height: 1;
}

header.center-items {
    align-items: center;
}

header.flex-box {
    display: flex;
    justify-content: space-between;
}

header.pdng-rl16 {
    padding-right: 16px;
    padding-left: 16px;
}

header.pdng-tb8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

header .shop-name a {
    font-size: 0.9rem;
    font-weight: normal;
}

header .shop-name a img {
    height: auto;
    max-height: 44px;
    width: auto;
    max-width: 180px;
}

header .shop-name a:link, 
header .shop-name a:visited, 
header .shop-name a:active {
    color: #000000 !important;
    text-decoration: none !important;
}

header .go-cart {
    max-width: 1.8rem;
}

header .go-cart img {
    width: 100%;
    line-height: 0;
    vertical-align: bottom;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none; color:#999999}
a:hover {text-decoration:none; color:#666666}
a:active {text-decoration:none; color:#FF9933}
body, th, td, input, textarea, select {
    line-height:1.4;
}

input{
    line-height: normal;
}

.small_font_size {
    line-height:1.4;
}

.large_font_size {
    line-height:1.4;
}

.require_mark {
    color:#f00;
    font-weight:bold;
    float:right;
}

.hankaku {
    ime-mode: disabled;
}

/* �㏍�違�ゃ�� */
table#loginTable{
    margin-bottom: 20px;
}
table#loginTable table,
table#loginTable table th,
table#loginTable table td{
    border:solid 1px #CCC;
    border-collapse:collapse;
}
table#loginTable table{
    width:100%;
}
table#loginTable th{
	background:#ffeaea;
	width:160px;
}
table#loginTable th img{
	margin-top:4px;
}
table#loginTable th.title{
	background:#990000;
	color:#fff;
	padding:5px;
	text-align:left;
}
table#loginTable td{
	padding:4px 10px;
}
table#loginTable .point *{
	margin:0;
	padding:0;
}
table#loginTable .point img{
	vertical-align:bottom;
}
table#loginTable .loginButtonWrap{
    text-align: center;
	margin-top:10px;
}
table#loginTable .loginButton{
	margin-top:10px;
}
table#loginTable .point .small_font_size{
	margin-top:8px;
}
table#loginTable .point table{
	margin:8px auto 4px;
}
table#loginTable .point table th{
	background:#eee;
}
table#loginTable .point table td{
	padding:6px;
}

table#loginTable .fontS{
	font-size:12px;
	color:#333;
	margin-top:16px;
}

table#loginTable .amazonWidgetTitle{
	font-weight: bold;
}

table#loginTable .amazonWidgetText{
	margin-bottom:12px;
}

table#loginTable .kuronekoText{
	margin-bottom: 0;
}

table#loginTable .kuronekoNotes{
	font-size: 12px;
	margin-bottom: 12px;
	color: #999;
}

.kuroneko_credit_button,
.kuroneko_credit_button:link,
.kuroneko_credit_button:visited,
.kuroneko_credit_button:active{
	display: inline-block;
	padding: 10px 0;
	background: #999;
	color: #fff !important;
	text-decoration: none !important;
	margin: 6px auto 0;
	width: 50%;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.kuroneko_credit_button:hover{
	background: #c9c9c9;
}

@media screen and (max-width:768px) {
	.kuroneko_credit_button{
		width: 80% !important;
	}
}

.kuronekopay_login_button{
	width: 310px;
	margin: auto;
	cursor: pointer;
}

/* yahoo */
table#loginTable #yahooLg input{
	margin-top:4px;
}

/* shop */
table#loginTable #shopLg .forget{
	margin-bottom:4px;
	text-align:center;
	margin-top:10px;
}

/* �㏍�違�ゃ�喝� */
table#loginTable table th{
	width:150px;
}
table#loginTable table ul li{
	list-style:none;
}
table#loginTable table em{
	font-style:normal;
	font-weight:bold;
	color:#ff0000;
}
table#loginTable table input{
	margin-right:4px;
}
table#loginTable span.loginId{
	background:#FF9;
	padding:1px 4px;
}
table#loginTable td p{
	text-align:left;
}

/* ���潟�� */
table#loginTable a:link,
table#loginTable a:visited,
table#loginTable a:active{
	color:#0000FF;
	text-decoration:underline;
}
table#loginTable a:hover{
	color:#0000FF;
	text-decoration:none;
}

table#user_form_table a:link,
table#user_form_table a:visited,
table#user_form_table a:active{
	color:#0000FF;
	text-decoration:underline;
}
table#user_form_table a:hover{
	color:#0000FF;
	text-decoration:none;
}
/* ���ゃ�潟�� */
table#loginTable .point .pointL{
	font-weight:bold;
	color:#ff0000;
}

/* ���若���� */
table#couponTable .responsiveDesignSectionInputHeader td{
	padding:4px 10px;
}

img#loginBtn{
    float:right;
    margin:4px 6px;
    }

/* login */
p#login{
    margin:8px auto;
    font-weight:bold;
    }

/* clearfix */
.clearfix {
    display: inline-table;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#point{
    width:482px;
    background:#FFEEEE;
    margin: 6px auto;
}

#deli_list p{
	margin:0.5em 0;
	display: inline;
}
.deli_list_btns{
	text-align:right;
	display: inline;
}
#deli_hope_date_container {
    display: none;
    position: absolute;
    font-size: 12px;
}

#deli_hope_date_container .wd0 {
    background: none repeat scroll 0 0 #FFB6C1;
    border-color: red;
}

#deli_hope_date_container .wd6 {
    background: none repeat scroll 0 0 #ADD8E6;
    border-color: blue;
}

/* �������鴻�若���� */
.alertNetSuper {
  width: 960px;
  background:#FFE8E1;
  color:#FF0000;
  margin-bottom:10px;
}

.alertNetSuper div {
  margin: 4px;
  text-align:left;
}

/* ���鴻���潟�激�����吟�ゃ�� */
.responsiveDesignShow {
  display: none;
}

.responsiveDesignSectionInputReceiver {
  display: none;
}

body {
    *text-align: center; /* for old IE */
}

td {
    *
    text-align: left; /* for old IE */
    border: 1px solid black;
}

body > div > table, body > div > form > table, body > div > div {
    margin: 0 auto;
}

.globalAlign {
    text-align: center;
}

.alertNetSuper {
    margin: 0 auto;
}

em.required{
 	background: none repeat scroll 0 0 #DC3333;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 3px 0;
	font-style:normal;
	margin-left:2px;
}
.responsiveDesignSectionInput .memberidError{
	display: none;
	color:#ff0000;
}
.responsiveDesignSectionInput .memberidOk{
	display: none;
	color:#0000cc;
}
#note em{
	float:left;
	margin-right:6px;
	margin-left:0;
}
#note td{
	padding:4px;
}
.example {
    color: #999999;
    margin-left: 4px;
}
.responsiveDesignSectionInput td{
	padding:6px;
}

.responsiveDesignSectionInput p{
	margin:4px 0 0;
}
.responsiveDesignSectionInput .cautionTxt{
	color:#ff0000;
}

input[type="text"],input[type="tel"],textarea,table#loginTable .point input[type="text"],input[type="email"],table#loginTable .point input[type="password"],table#loginTable .point input[type="email"]{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
input[type="text"]:focus,input[type="tel"]:focus,textarea:focus,table#loginTable .point input[type="text"]:focus,input[type="email"]:focus,table#loginTable .point input[type="password"]:focus,table#loginTable .point input[type="email"]:focus  {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #ccc;
}
input.fmError[type="text"],input.fmError[type="tel"],input.fmError[type="password"],textarea.fmError, select.fmError,
table#loginTable .point input.fmError[type="text"],table#loginTable .point input.fmError[type="password"],input.fmError[type="email"],table#loginTable .point input.fmError[type="email"],table#loginTable .point textarea.fmError, table#loginTable .point select.fmError {
    background: none repeat scroll 0 0 #FFEEEE;
    border: 1px solid #F0C7C7;
}
input.fmError[type="text"]:focus,input.fmError[type="tel"]:focus,input.fmError[type="password"]:focus,textarea.fmError:focus, select.fmError:focus,
table#loginTable .point input.fmError[type="text"]:focus,table#loginTable .point input.fmError[type="password"]:focus,input.fmError[type="email"]:focus,table#loginTable .point input.fmError[type="email"]:focus,table#loginTable .point textarea.fmError:focus, table#loginTable .point select.fmError:focus {
    background: none repeat scroll 0 0 #FFEEEE;
    border: 1px solid #E68C8C;
}
.responsiveDesignSectionInput .efo_error_message, table#loginTable .efo_error_message, .efo_error_message{
    background: url("../images/errorIcon.png") no-repeat scroll left top transparent;
    color: #ff0000;
    margin:0 0 0;
    padding-left: 20px;
}

input[type="text"].inputLarge,input[type="password"].inputLarge{
	width:92%;
}

.tax{
	font-size:93%;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	margin-left:2px;
}

/*���ャ��*/
.nameList{
    margin:10px 30px 10px 60px;
    padding:0;
    width:80%;
}
.nameItem{
    margin:0 0 4px;
}
.nameFix{
    width:98%;
    padding:0 0 0 15px;
    margin:0;
}

/* �㏍�違�ゃ�割��� */
table#loginTable #passwd_display,
table#loginTable #login_keep{
	margin-right:4px;
}
table#loginTable .keeptxt{
    margin-top: 5px;
    text-align:center;
}
label{
	cursor:pointer;
}

/* Amazon */
#amazon_address_widget_receiver,
#amazon_address_widget_sender{
	margin:10px auto 5px;
	width:100%;
	height:200px;
}
div.amazonButton {
  max-width: 310px!important;
  margin: 10px auto 0;
  display: block;
  height: 78px!important;
}
@media screen and (max-width: 768px) {
  div.amazonButton {
    height: 50px!important;
    border: none;
    box-shadow: none;
  } 
}




