.table-area {
  width: 100%;
  overflow-x: scroll;
}

.table-area table {
  background-color: #FFFFFF;
  color: #666666;
  font-size: 14px;
}

.table-area table tr:nth-of-type(2n) {
  background: #ffffff;
}

.table-area table tr:nth-of-type(2n+1) {
  background: #f9f9f9;
}

.table-area table th {
  text-align: center;
  font-weight: bold;
  border: 1px solid #DFE2E5;
  white-space: nowrap;
}

.table-area table .td {
  white-space: nowrap;
}
