#fs_input_creditCardExpirationMonth,#fs_input_creditCardExpirationYear {
   width: 100px;
}
/*　高額購入割引の送料の文字色・サイズの変更　*/
.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__info{
font-size: 18px; 
color: #FF0000;
line-height: 120%;
font-weight: bold;
}

 
/* スマートフォンでトップページのランキングの5商品目と6商品目を非表示にする */
@media only screen and (max-width:750px){
   body#fs_Top .rankingBox .rankarea .fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item:nth-of-type(5),
   body#fs_Top .rankingBox .rankarea .fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item:nth-of-type(6) {
       display: none;
   }
}
 
