<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";
/* ヘッダーロゴのh1を隠す */
div#h_logo h1 {
  display: none;
}
/*

 *  ---------------------------- 検索結果 ここから ----------------------------

 */
div#r_searchList .innerList &gt; li {
  width: 100%;
}
/*

 *  ---------------------------- 検索結果 ここまで ----------------------------

 */
/*

 *  ---------------------------- カテゴリ内商品と検索結果共通 ここから ----------------------------

 */
div#r_categoryList div.innerBox, div#r_searchList div.innerBox {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  /*border-bottom: 1px dashed #b2b2b !important;*/
}
div#r_categoryList div.item_left, div#r_searchList div.item_left {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
div#r_categoryList div.item_left img, div#r_searchList div.item_left img {
  width: 120px;
}
div#r_categoryList div.item_center, div#r_searchList div.item_center {
  display: inline-block;
  width: 482px;
  margin-left: 4px;
  /*background: aqua;*/
}
div#r_categoryList div.item_center p.name, div#r_searchList div.item_center p.name {
  font-size: 14px;
}
div#r_categoryList div.item_center div.content, div#r_searchList div.item_center div.content {
  margin: 0;
  border: none;
}
div#r_categoryList div.item_right, div#r_searchList div.item_right {
  display: inline-block;
  width: 140px;
  margin-left: 4px;
  vertical-align: top;
  /*background: yellow;*/
}
div#r_categoryList div.item_right div.zeikomi, div#r_searchList div.item_right div.zeikomi {
  float: left;
}
div#r_categoryList div.item_right div.price, div#r_searchList div.item_right div.price {
  float: right;
}
div#r_categoryList div.item_right p.nouki, div#r_searchList div.item_right p.nouki {
  clear: both;
}
div#r_categoryList img.basket_btn, div#r_searchList img.basket_btn {
  width: 140px;
  margin: 8px 0;
}
/*

 *  ---------------------------- カテゴリ内商品と検索結果共通 ここまで ----------------------------

 */
div#r_categoryList div.item_right em.price {
  font-size: 24px;
}
/*

 * カテゴリ内商品と検索結果共通で処理できないものを，検索結果について補正する

 */
div#r_searchList .innerList &gt; li {
  /*padding-bottom: 10px;*/
  border-bottom: #999999 dashed 1px;
  /*margin-bottom: 40px;*/
}
div#r_searchList div.item_right em.price {
  font-size: 20px;
}
/*

 * カテゴリ内商品と検索結果共通で処理できないものの，検索結果についての補正ここまで

 */
/*

 *  ---------------------------- サブカテゴリ一覧 ここから ----------------------------

 */
#r_subGroup &gt; table &gt; tbody &gt; tr {
  margin-top: 4px;
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table {
  width: 250px;
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr {
  height: 96px;
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td:nth-of-type(1) {
  width: 0px;
  height: 0x;
  display: none;
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td:nth-of-type(2) {
  width: 0px;
  height: 0x;
  display: none;
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td &gt; a {
  text-decoration: none;
  display: table;
  border-collapse: separate;
  border-spacing: 0 3px;
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td &gt; a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td &gt; a &gt; span:nth-of-type(1) {
  display: table-cell;
  width: 96px;
  height: 96px;
  vertical-align: middle;
  border: 1px solid #ccc;
  float: left;
}
#r_subGroup &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td &gt; a &gt; span:nth-of-type(2) {
  display: table-cell;
  width: 146px;
  height: 96px;
  background: #f5f5f5;
  vertical-align: middle;
  padding-left: 4px;
}
/*

 *  ---------------------------- サブカテゴリ一覧 ここまで ----------------------------

 */
/*

 * ご利用ガイド・このショップについて共通

 */
div.guide h1 {
  font-size: 18px;
  margin-bottom: 4px;
}
div.guide div.section {
  padding-bottom: 10px;
  border-bottom: #999999 dashed 1px;
  margin-bottom: 40px;
}
div.guide div.section p:last-of-type:after {
  content: "";
  display: block;
  clear: both;
}
div.guide p {
  font-size: 16px;
  margin-bottom: 16px;
}
div.guide em {
  font-size: larger;
  font-weight: bold;
}
div.guide img.float_left {
  float: left;
  width: 290px;
  height: 179px;
  margin-right: 20px;
  box-shadow: 0 0 8px gray;
  /*box-shadow: 2px 2px 4px gray;*/
}
img.mo_x3 {
  transition: 0.2s ease-in-out;
}
img.mo_x3:hover {
  transform: scale(3, 3);
}
div.guide table.guide_tbl {
  border: 1px solid #dadada;
}
div.guide table.guide_tbl td:nth-child(1) {
  background: #f0f0f0;
  white-space: nowrap;
}
div.guide table.guide_tbl td {
  border: 1px solid #dadada;
  padding: 8px;
  font-size: 16px;
}
/*

 * ----------------------------- 納期表示 ------------------------------------

 */
.nouki, .M_infoTable td.M_addcode {
  text-align: center;
  display: block;
  padding: 6px;
  margin: 0;
  font-weight: bold;
  /*border-radius: 10px;
    color: #FFF;*/
  transition: .4s;
  position: relative;
  border: 1px solid #bb2626;
  color: #bb2626;
  font-size: 1.25em;
}
.nouki:before, .M_infoTable td.M_addcode:before {
  content: " 発送予定：";
  font-size: 17.5px;
}
.nouki[data-content="当日"], .M_infoTable td.M_addcode[data-content="当日"] {
  font-size: 1.25em;
  display: none;
  /*background-image: -webkit-linear-gradient(0deg, #c7243a 0%, #da6272 100%);
    background-image: linear-gradient(0deg, #c7243a 0%, #da6272 100%);*/
}
.nouki[data-content="当日"]:after {
  content: "\A　15時までのご注文で当日発送";
  /*content: "\A　(休業日除く)";*/
  white-space: pre;
}
.nouki[data-content="1～2日"], .M_infoTable td.M_addcode[data-content="1～2日"] {
  /*background-image: -webkit-linear-gradient(0deg, #edad0b 0%, #f3c759 100%);
    background-image: linear-gradient(0deg, #edad0b 0%, #f3c759 100%);*/
  font-size: 0px;
}
.nouki[data-content="1～2日"]:after {
  /*content: "1～3日(12/28～1/3除く)";*/
  white-space: pre;
  content: "1～3日";
  font-size: 17.5px;
}
.nouki[data-content="2～4日"], .M_infoTable td.M_addcode[data-content="2～4日"] {
  /*background-image: -webkit-linear-gradient(0deg, #a4c520 0%, #c0d860 100%);
    background-image: linear-gradient(0deg, #a4c520 0%, #c0d860 100%);*/
  font-size: 0px;
}
.nouki[data-content="2～4日"]:after {
  /*content: "2～5日(4/29～5/7除く)";*/
  white-space: pre;
  content: "2～5日";
  font-size: 17.5px;
}
.nouki[data-content="4～7日"], .M_infoTable td.M_addcode[data-content="4～7日"] {
  /*
    background-image: -webkit-linear-gradient(0deg, #23ac0e 0%, #5ec84e 100%);
    background-image: linear-gradient(0deg, #23ac0e 0%, #5ec84e 100%);
*/
  font-size: 0px;
}
.nouki[data-content="4～7日"]:after {
  /*content: "4～8日(4/29～5/7除く)";*/
  white-space: pre;
  content: "4～8日";
  font-size: 17.5px;
}
.nouki[data-content="1～2週間"], .M_infoTable td.M_addcode[data-content="1～2週間"] {
  /*background-image: -webkit-linear-gradient(0deg, #009f8c 0%, #40bf0b 10%);
    background-image: linear-gradient(0deg, #009f8c 0%, #40bf0b 100%);*/
}
.nouki[data-content="1～2週間"]:after {
  /*content: "\A　(4/29～5/7除く)";*/
  white-space: pre;
}
.nouki[data-content="10日～2週間"], .M_infoTable td.M_addcode[data-content="10日～2週間"] {
  /*background-image: -webkit-linear-gradient(0deg, #009f8c 0%, #40bf0b 10%);
    background-image: linear-gradient(0deg, #009f8c 0%, #40bf0b 100%);*/
}
.nouki[data-content="10日～2週間"]:after {
  /*content: "\A　(4/29～5/7除く)";*/
  white-space: pre;
}
/* ----------------- 納期のツールチップ表示 -------------------------*/
.nouki-tooltip {
  position: absolute;
  bottom: -0.8em;
  left: -15em;
  display: inline-block;
  padding: 0 15px;
  width: 160px;
  color: black;
  font-weight: normal;
  text-align: left;
  background: #ffffff;
  border: 1px solid #888888;
  z-index: 0;
  border-radius: 0.5em;
}
.nouki-tooltip:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #F6F6F6;
  z-index: 0;
}
.nouki-tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #888888;
  z-index: -1;
}
/* --------------------------- 詳細ページの納期表示 -----------------------*/
.M_infoTable td.M_addcode {
  /*width: 120px;*/
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 10px;
}
/* --------------------------- 会話形式 -----------------------*/
.baloon {
  margin: 20px auto;
  width: 96%;
}
.baloon em {
  font-weight: bold;
  /* font-size: larger;*/
}
.arrow_answer, .arrow_question {
  position: relative;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  width: 60%;
  font-size: 16px;
  padding: 3%;
}
.arrow_question {
  float: right;
}
.arrow_answer:after, .arrow_answer:before, .arrow_question:after, .arrow_question:before {
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_question:after, .arrow_question:before {
  right: 100%;
}
.arrow_answer:after, .arrow_answer:before {
  left: 100%;
}
.arrow_answer:after, .arrow_question:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-top: -8px;
}
.arrow_answer:after {
  border-left-color: #fff;
}
.arrow_question:after {
  border-right-color: #fff;
}
.arrow_answer:before, .arrow_question:before {
  border-color: rgba(200, 200, 200, 0);
  border-width: 9px;
  margin-top: -9px;
}
.arrow_answer:before {
  border-left-color: #c8c8c8;
}
.arrow_question:before {
  border-right-color: #c8c8c8;
}
.question_image {
  float: left;
  width: 30%;
}
.answer_image {
  float: right;
  width: 30%;
}
.answer_image img, .question_image img {
  border-radius: 50px;
  width: 100%
}
.answer_box, .question_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4%;
}
/* 自社倉庫在庫品表示 */
.smd_stock {
  background: url(https://gigaplus.makeshop.jp/arc1/image/self_warehouse_bg.gif?) no-repeat center;
  width: 100%;
  min-width: 800px;
  text-align: center;
  border: 1px solid #666;
  padding: 10px 0 15px;
  margin: -20px auto 20px;
  border-radius: 5px;
}
.smd_stock:before {
  content: "自社倉庫在庫品";
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2.0em;
}
.smd_stock:after {
  content: "\A自社の別倉庫で在庫している商品です。12:00までのご注文で在庫があれば\A翌営業日までに発送します。大量注文もご相談ください。";
  white-space: pre;
}
/* 法人限定表示 */
.corpo_lim {
  background: url(https://gigaplus.makeshop.jp/arc1/image/etc/corpo_lim_bg.jpg) no-repeat center;
  width: 100%;
  min-width: 800px;
  text-align: center;
  padding: 0;
  margin: -20px auto 20px;
  border-radius: 5px;
  color: #fff;
  height: 70px;
  padding-top: 8px;
}
.corpo_lim:before {
  content: "こちらの商品は個人配送をお受けする事ができません";
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}
.corpo_lim:after {
  content: "\A「法人名または事業者名」を、ご注文時の「送付先住所」か「送り先名」に必ずご記入ください。";
  white-space: pre;
}</pre></body></html>