.fs-preview-header { display: none; }

/*ショッピングカート画面のAmazon Payボタンを調整するCSS*/
div.fs-c-payWithAmazon__button {
width: 290px!important;
height:90px!important;
}

/* ご注文手続き画面の「変更」ボタンの色を変える*/
.fs-body-checkout .fs-c-buttonContainer .fs-c-button--standard,
.fs-body-checkout-amazon .fs-c-buttonContainer .fs-c-button--standard{
  background: #FAAE2B;
}

/* ご注文手続き画面のクーポン「利用する」ボタンの色を変える*/
.fs-body-checkout .fs-c-buttonContainer--useCoupon .fs-c-button--standard,
.fs-body-checkout-amazon .fs-c-buttonContainer--useCoupon .fs-c-button--standard{
  background: #FAAE2B;
}