@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

.goods_size_h3 {
  padding: 0;
  font-weight: bold;
}

#goods_size {
  padding: 5px;
}

#goods_size table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

#goods_size .goods_size_wrap {
  overflow: auto;
  max-height: 250px;
}

#goods_size .goods_size_wrap table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  text-align: center;
  border-top-width: 1px;
  vertical-align: middle;
}

#goods_size .goods_size_wrap table thead th:first-child {
  z-index: 3;
}

#goods_size .goods_size_wrap table th {
  background-color: #f2f2f2;
}

#goods_size .goods_size_wrap table th,
#goods_size .goods_size_wrap table td {
  padding: 8px 10px;
  font-weight: normal;
  white-space: nowrap;
  width: auto;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
}

#goods_size .goods_size_wrap table th:first-child {
  position: sticky;
  left: 0;
  border-left-width: 1px;
}