/** Shopify CDN: Minification failed

Line 7:57 Unexpected "-->"
Line 38:57 Unexpected "-->"

**/
<!-- ↓商品ページ「表」のスタイルシート -->
table.spec {
  width: 100%;
  font-size: 13px;
  color: #333;
  line-height: 1.4em;
  min-width: 350px;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

table.spec th {
  width: 25%;
  border: 1px solid #c1c1c1;
  background: #eee;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  }

table.spec td {
  table-layout: fixed;
  padding: 10px;
  border: 1px solid #c1c1c1;
  text-align: left;
  background: #fff;
}
<!-- ↑商品ページ「表」のスタイルシート -->

/* 20241204 
<!-- ↓ボタンイメージのスペースをなくすためのスタイルシート -->
img.btn {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
<!-- ↑ボタンイメージのスペースをなくすためのスタイルシート -->
*/





