px;@charset "UTF-8";


.table-section-one {
  white-space: nowrap;
}

.table-section-one .tableElem {
  table-layout: auto;
  white-space: normal;
}

.table-section-one .table-dataCtr {
  display: inline-block;
  margin-left: -0.4em;
  border-right: 1px solid #d1d1d1;
  vertical-align: top;
  overflow-x: auto;
}
.table-section-one .table-dataCtr .tableElem {
  min-width: 100%;
  hieght:500px;
}
.table-section-one .table-dataCtr .tableElem .table-row {
  white-space: normal;
}
.table-section-one .table-dataCtr .tableElem .table-row :first-child {
  /* border-left: none; */
}
.table-section-one .table-dataCtr .tableElem .table-row :last-child {
  border-right: none;
}
.table-section-one .table-dataCtr {
  overflow-y: auto;
}
.table-section-one .w900 {
  width: 900px;
}
.table-section-one .w25 {
  width: 25%;
}
.table-section-one .w50 {
  width: 50%;
}


