@charset "utf-8";

/* oasys様専用 CSS */
#cms-contents .ql-size-huge {
  line-height: 1.4;
}
#cms-contents.news {
  width: 850px;
}
#cms-contents p {
  font-size: 12px;
}
#cms-contents h2 {
  line-height: 1.4em !important;;
}
#cms-contents img {
  max-width: 790px !important;
  max-height: 550px !important;
}
#cms-contents.news-archive .news-title {
  padding: 0 10px 0 20px !important;
}
.footer_link_list {
  line-height: 1.4;
  padding: 6.6px 0;
}

/* 商品ページ在庫表示欄の調整 */
.shopping_cantrol .sizeConfigGroup .stock {
  flex: 0 0 60px !important;
}
/* レコメンドが多すぎるので非表示 */
#reco_product {
  display: none;
}