@charset "UTF-8";

/*-----------------------------------------------------
amazon.css
update 2016年9月5日
-------------------------------------------------------*/

h2.h3 {}

article.cart {}

body.column1 {}

body.column1 {}

body.column1 {}

body.column1 {}


/* cart */


/*#AmazonPayButton {
border-top: 1px dotted #ccc;
padding-top: 30px;
margin: auto;
border-radius: 5px;
text-align: center;
}
#AmazonPayButton:before{
content:"Amazonペイメントをご利用頂く事が可能です。";
display:inline-block;
}
#AmazonPayButton img{
display:inline-block;
}
#AmazonPayButton:before,#AmazonPayButton img{
margin: 0 5px;
}*/


/* sign in */

.signin--new-member + div {
    clear: both;
    padding-top: 40px;
    text-align: center;
}

.signin--new-member + div:before {
    content: " ";
    display: block;
    /* border-top: 1px dotted #ccc; */
    /* margin-bottom:30px; */
}

.signin--new-member + div > * {
    display: inline-block;
    margin: 0 5px;
}


/* 注文画面 */


/*
.section--space:nth-child(1),
.section--space:nth-child(2) {
width: 50%;
float: left;
border-bottom: none;
}
.section--space:nth-child(3){
clear:both;
border-top: 1px solid #ccc;
}
.section--space:nth-last-child(3){
border-bottom: 1px solid #ccc;
}
#addressBookWidgetDiv {
//width: 100% !important;
width: 440px !important;
margin: auto;
}
#addressBookWidgetDiv iframe {
border: none !important;
margin: -7px !important;
}
.widget-container {
width: 100% !important;
}
#walletWidgetDiv {
//width: 100% !important;
width: 440px !important;
margin: auto;
}
#walletWidgetDiv iframe{
width: 100% !important;
border: none !important;
margin: -7px !important;
}*/

#div-amazon-pay-button {
    border-top: 1px solid #eee;
    margin-top: 70px;
    padding-top: 18px;
    position: relative;
}

#div-amazon-pay-button div {
    /*border-top: 1px solid #eee;
/*margin-top: 70px;
padding-top: 18px;*/
    /*padding-left: 15px;*/
    display: inline-block;
    float: left;
}

#div-amazon-pay-button .caution {
    display: inline-block;
    float: left;
    border: none;
    margin: 0 0 0 10px;
    font-size: 12px;
}

#div-amazon-pay-button p {
    font-weight: bold;
    margin-bottom: 5px;
}

#amazon_payment_address_section {
    width: 48%;
    float: left;
    border-bottom: none;
}

#amazon_payment_wallet_section {
    width: 48%;
    float: right;
    border-bottom: none;
}

#recipient_section + .section--space,
#amazon_payment_wallet_section + .section--space {
    clear: both;
}

#amazon_payment_wallet_section + .section--space {
    border-top: 1px solid #ccc;
}

#amazon_payment_wallet_section[style="display: none;"] + .section--space {
    border-top: none;
}

#recipient_section[style="display: none;"] + .section--space {
    border-top: 1px solid #ccc;
}

#addressBookWidgetDiv iframe,
#amazon_payment_wallet_section iframe {
    border: none !important;
    /* margin: -7px !important; */
    width: 100% !important;
}

#addressBookWidgetDiv {
    width: 100% !important;
}

#walletWidgetDiv {
    width: 100% !important;
    margin-left: auto;
}

.widget-container {
    width: 100% !important;
}

form.form-horizontal.form--space {}


/*------------------------------
amazon payment
------------------------------*/

.amazon_paymt_btn {
    margin: 40px auto 15px;
    text-align: center;
}

.amazon_paymt_btn .m_tt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.amazon_paymt_btn .caution {
    text-align: left;
    /* width: 182px; */
    width: 240px; /*追記*/
    margin: 12px auto;
    font-size: 10px;
}

.cart--amazon_paymt {
    border-top: 1px dotted #ccc;
    padding: 0 0 25px;
    margin-bottom: 40px;
    text-align: center;
}

.amazon_paymt_btn div p {
    margin-bottom: 10px;
}
/*amazonで支払い*/
#div-amazon-pay-button img{
     width: 180px;
}
/*amazonでログイン*/
.amazon_paymt_btn #AmazonPayButton img {
    width: 174px;
}

#cart .edit_delivery_select .error_txt.amazon_coupon {
    color: #F52929;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 30px;
}

.error_txt#amazon_payment_error {
    margin-top: 0 !important;
}

/*------------------------------
非会員amazon payment
------------------------------*/
.signin_login_btn{
    float:left;
    margin-right:15px;
}

/*------------------------------
カートamazon payment
------------------------------*/
#AmazonPayButton,#AmazonPayButton1,#AmazonPayButton2{
    min-height: 50px!important;
    max-width: 360px!important;
    margin: 0 auto!important;

}
.caution_member{
    margin-top: 20px;
}
.caution_non_member{
    margin-top: 15px;
}

#member #login_block .second_row .login_l{
    height: auto!important;
}