@charset "utf-8";

/* mypage AmaPayお支払い方法ページ
-----------------------------------------------/*
変更ボタン*/
.amapaych_bt {
    width: 300px;
    height: 0;
    margin: 0 5px 25px auto;
    padding: 0;
    font-size: 1em;
    text-align: center;
    line-height: 0;
    clear: both;
}

.amapaych_bt a {
    margin: 0;
    padding:10px 0;
    height:10px;
    display: block;
    text-decoration:none;
    border: 1px solid #ddd;
    color: #313131;
    
    /*border-radius*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    /*backgroun*/
    background-color: #f1f1f1;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
    background: -webkit-linear-gradient(top,#fff,#f1f1f1);
    background: -moz-linear-gradient(top,#fff,#f1f1f1);
    background: -ms-linear-gradient(top,#fff,#f1f1f1);
    background: -o-linear-gradient(top,#fff,#f1f1f1);
    background: linear-gradient(top,#fff,#f1f1f1);
    
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.amapaych_bt a:hover{
    color:#fff;
    text-decoration:none;
    background:#d96040;
    border: 1px solid #ddd;
    
    /*border-radius*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

#amazon_button_area, #amazon_button_area_v2 {
    color: #000;
    font-size: 13px;
    border: solid 1px #ccc;
    padding: 0.8em;
    border-radius: 0.5em;
    margin: 0 auto;
}

#amazon_h {
    color: #ff8c00;
    font-size: 15px;
    font-weight: bold;
}

#amazon_widget_area {
    width: 800px;
    margin: 0 auto;
}

#addressBookWidgetDiv{width: 400px; height: 228px;}

#walletWidgetDiv{width: 400px; height: 228px;}

#consentWidgetDiv {width: 400px; height: 140px;}
