/*グループの登録商品がありませんの文言を非表示*/
.fs-c-noResultMessage {
    display: none;
}
  /* 以下、片山変更点 */
.icon-svg {
  /* 商品ページに虫眼鏡のアイコン表示用 */
  height: 1em;
  width: auto;
  vertical-align: -0.15em;
  display: inline-block;
  margin-left:2px;
  margin-right:2ps;
}

/* 片山変更　商品情報のテーブル(ItemTB)内のリンクのみ下線を復活させる　2026.3.19変更保留中
#ItemTB a,
#ItemTB a:hover {
    text-decoration: underline !important;
} */