/* 商品説明文 移行データ調整CSS */
.fs-p-productDescription--full {
    margin-bottom: 50px;
}
.fs-p-productDescription--full table th, .fs-p-productDescription--full table td {
    border: solid 1px #dfdfdf;
    padding: 10px;
}
.fs-p-productDescription--full table th {
    background: #f0f0f0;
}

body#fs_ProductDetails .fs-c-featuredProduct {
    display: none;
}

.itemList__unit .fr3-item__rankContainer {
  display: none;
}
.drawer__itemList .itemList .itemList__unit:nth-of-type(n+4) {
  display: none;
}