
div.fs-c-variationLabel {
  background: #ffffff;
  padding: 4px;
}
/*カート選択肢*/
dl.fs-c-productSelection, div.fs-c-variationAndActions {
  background: #e6f4f8;
}
@media screen and (max-width:768px) { /*スマホの時*/
  /* SP商品ページ隙間対策*/
  .fs-body-product .fs-l-pageMain > img {
  vertical-align: top;
  }
}
@media screen and (min-width:768px) { /*PC&Tablettの時*/
  div.fs-c-variationAndActions {
    padding-top: 2px;
  }
}
.fs-c-productSelection__name {
  background: #e6f4f8;
}
div.fs-c-variationLabel {
    background: transparent;
}
/*選択肢見出しカラー調節*/
div.fs-c-variationLabel {
    padding-top: 10px;
}
/*返品注意書き*/
@media screen and (min-width:768px) { /*スマホの時*/
  #fs_ProductDetails div.fs-p-card {
    margin: 35px auto;
  }
}
/*商品タイトル*/
span.fs-c-productNameHeading__name {
font-size: 2rem;
}
span.fs-c-productNameHeading__copy{
display: inline-block;
color:#a7a7a7;
font-weight: 100!important;
}
@media screen and (max-width:768px) { /*スマホの時*/ 
span.fs-c-productNameHeading__copy {
  font-size: 0.65em;
  }
  div.fs-c-productPostage {
    display:none;
  }
}
/*カートオプション区切り*/
.fs-c-variationCart--withImage > li {
    border-top: 1px solid #c7c7c7;
    padding-top: 7px;
}
/*レビュー*/
span.fs-c-reviewerStatus {
    /*background: #777777;*/
    display:none;
}
.fs-c-reviewer__name{
    pointer-events:none;
    font-weight: bold;
}
.fs-c-reviewer__name__reviewNumber{
    display:none;
}
.fs-c-reviewer__profile{
    padding-left: 10px;
}

/*このサイトで支払いボタン*/
a.fs-c-button--primary {
font-size: 1.8rem;
}
/* 商品番号 */
.fs-c-productNumber {
    border: 1px solid #A7a7a7;
    color: #5a5a5a;
}
/*paypay使えますバナー*/
div.boxpayment {
text-align: right;
}
@media screen and (max-width:960px) { /*Tablett&SPの時*/
body#fs_ShoppingCart div.boxpayment, body#fs_ProductDetails div.boxpayment {
text-align: center;
}
}
div.fs-c-cartTable__actionButton__container button.fs-c-button--plain {
  text-decoration: none;
  background: #e7e7e7;
}
/*tweetボタン*/
iframe#twitter-widget-0 {
    background-color: #1d9bf0;
    border-radius: 3px;
}
