.basic_table td {
  font-family:"微軟正黑體";
  vertical-align: top;
  color: #381701;
  font-weight: bold;
  line-height:23px;
  text-align: center;
  padding: 5px;
}
.basic_table td:nth-child(2), .basic_table td:nth-child(3) {
  white-space: nowrap;
}
.basic_table tr:nth-child(even) {
    background: #fce57c;
}
.basic_table tr:nth-child(odd) {
    background: #fff;
}
.basic_table {
  width: 100%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Sans-Serif","微軟正黑體";
  background: #fff;
  border-collapse: collapse;
  text-align: center;
  font-size: 15px;
}
.basic_table th {
  line-height:20px;
  font-size: 16px;
  font-weight: bold;
  color: #381701;
  border-bottom: 1px solid #fce57c;
  white-space: nowrap;
  text-align: center;
  padding: 5px;
}