.kaitori_table_title {
  color: white;
  background-color: #ff8c00;
  font-size: 1.5em;
  font-weight: bold;
}
.kaitori_table_stitle {
  border: 1px solid white;
  color: white;
  background-color: #1897d4;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px;
}
.kaitori_table_nt {
  color: black;
  background-color: white;
  font-size: 1em;
  font-weight: initial;
  text-align: left;
}
.kaitori_table td:not([colspan]) {
  border: 1px solid white;
  color: white;
  background-color: #AAA;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.kaitori_table td:nth-of-type(2) {
  border: 1px solid white;
  padding: 5px;
  background-color: #EEE;
  color: initial;
  text-align: left;
  font-weight: initial;
}
.kaitori_table .in_table {
  border: 1px solid white;
  padding: 5px;
  background-color: #EEE;
  color: initial;
  text-align: left;
  font-weight: initial;
  display: table;
  width: 100%;
}
.kaitori_table p {
  display: table-cell;
}
.kaitori_table .in_table_img {
  display: table-cell;
  width: 300px;
  margin: 0 0 0 auto;
}
.kaitori_table .tcga {
  display: inline-block;
  width: 49%;
  padding: 5px;
}
.kaitori_table .tcgb {
  display: inline-block;
  width: 24.5%;
  padding: 5px;
}