/*  商品詳細ページ在庫切れバックカラー */
.fs-c-productNotice--outOfStock {
    background:#FFCCFF;
}

/*サイドメニューカラー*/
.fs-p-sideMenu a:hover {
  background: #9dc55d; 
  color: #ffffff;
}
.fs-p-sideMenu a {
  background: #9dc55d; 
  color: #ffffff;
}

/*firefoxでPCページを見たときだけページ下部の週間ランキングだけ横幅修正*/
.FS2_Recommend2_ranking_horizontal table {
    width: 100%;
}

/*ブルーミングスケープの看板の左寄せ*/
@media screen and (min-width: 768px) {
  .fs-l-header__contents {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 40% 20% 40%;
    grid-template-columns: 10% 50% 40%;
  }
  .fs-p-logo {
    width: 70%;
}
}  

/* ウェルカムメッセージを右寄せにする */
.fs-l-header__welcomeMsg {
    text-align: right;
}

.fs-p-memberInfo {
    display: block;
}

/* バリエーションの商品名のラインの色を変更する */
.fs-c-variationList__item__title {
    background: #9dc55d;/*背景色*/
    padding: 5px;/*枠のサイズ*/
    font-size: 1.2em;/*文字サイズ*/
}