/* 商品詳細テーブル */
.size-table {
    max-width: 1200px;
    overflow-x: auto;
}
.size-table table {
width: 100%;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
      white-space: nowrap;
}
.size-table th,
.size-table thead {
padding: 10px;
background: #969696;
border: solid 1px #c7c7c7;
color: #ffffff;
font-weight: bold;
min-width: 90px;
}
th.fixed {
    position: sticky;
    left: 0;
    &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #c7c7c7;
  }
}
.size-table td {
padding: 10px;
border: solid 1px #c7c7c7;
}
.size-table td:first-child {
background: #e9faf9;
text-align: left;
}
ul.twoColumns li img {
    width: 100%;
    height: auto;
}
.p-product-option-select {
    margin: 0 0rem 1rem !important;
}

ul.listing {
    margin-left: 30px;
}
ul.listing li {
        list-style: disc;
}