@charset "UTF-8";
.pro_detail .spec_table th:first-child {
  border-right: 1px solid #999;
}
.pro_detail .catch_inner {
    max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .pro_detail .spec_table--unbreakable{
    display: table;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    tbody{
      display: table-row-group;
      width: 100%;
    }
    tr{
      display: table-row;
      width: 100%;
    }
    th{
      display: table-cell;
      width: 50%;
      min-width: 0;
    }
    td{
      display: table-cell;
      width: 50%;
      min-width: 0;
    }
  }
}
@media print {

}