@charset "utf-8";

/* オプション検査
---------------------------------------------------*/
#option .table.pattern01 tbody tr:first-child td:nth-child(1) {
  min-width: 127px;
}
#option .table.pattern01 tbody tr:first-child td:nth-child(2) {
  min-width: 144px;
}
#option .table.pattern01 tbody tr:first-child td:nth-child(3) {
  width: 271px;
}
#option .table.pattern01 tbody tr:first-child td:nth-child(4) {
  min-width: 185px;
}

@media only screen and (max-width:768px) {
  #option .table.pattern01 tbody tr:first-child td:nth-child(1) {
    min-width: initial;
  }
  #option .table.pattern01 tbody tr:first-child td:nth-child(2) {
    width: 31%;
    min-width: initial;
  }
  #option .table.pattern01 tbody tr:first-child td:nth-child(3) {
    width: 38%;
  }
  #option .table.pattern01 tbody tr:first-child td:nth-child(4) {
    width: 31%;
    min-width: initial;
  }
}
