.tb_ine {
  border-top: 0.1em solid white;
  margin-top: 1em;
  margin-bottom: 1em;
}
.tb_ine caption {
  display: none;
}

.tb_ine thead {
  background-color: #CAD6ED;
  color: #126ABF;
  font-size: 80%;
}
.tb_ine thead th {
  padding: 0.50em;
}

.tb_ine_th_blank {
  width: 3%;
}

.tb_ine tbody tr {
  height: 2em;
}
.tb_ine tbody tr td {
  text-decoration: none;
  padding: 0.25em;
}
.tb_ine tbody tr td a {
  text-decoration: none;
  color: #00288A;
}

.tb_ine_hp {
  border-top: 0.1em solid white;
  margin-top: 0.2em;
}
.tb_ine_hp caption {
  display: none;
}

.tb_ine_hp thead {
  background-color: #CAD6ED;
  color: #126ABF;
  font-size: 80%;
}
.tb_ine_hp thead th {
  padding: 0.50em;
}

.tb_ine_hp tbody tr {
  height: 2em;
}
.tb_ine_hp tbody tr td {
  text-decoration: none;
  padding: 0.25em;
}
.tb_ine_hp tbody tr td a {
  text-decoration: none;
  color: #00288A;
}

.tb_ine_tr_odd {
  background-color: #E2E9F6;
}
.tb_ine_tr_even {
  background-color: #CAD6ED;
}

.tb_ine_td_blank {
  font-size : 80%;
  text-align: center;
}

.dv_ine_tb_nav {
  text-align: right;
}