@charset "UTF-8";
.scrollResInnerWidth{
  min-width: 760px;
}

.fw .after-discount-charge .tableLayout .inputName{
    width: 591px;
}
.fw .after-discount-charge .tableLayout.listLine .item.column2 .inputArea .inputName{
    width: 436px;
}

@media only screen and (max-width: 600px){
    .fw .after-discount-charge .scrollArea .tableLayout {
      width: 475px;
    }
    .fw .after-discount-charge .scrollArea .tableLayout .inputName {
      width: 283px;
    }
    .fw .after-discount-charge .scrollArea .tableLayout.listLine .item.column2 > .inputArea {
      width: 365px;
    }
    .fw .after-discount-charge .scrollArea .tableLayout.listLine .item.column2 .inputArea .inputName {
      width: 203px;
    }

}
