@charset "UTF-8";

/*---------------------------------------------

---------------------------------------------*/

.imu_tblBlock .tblBlock_thL01 th {
  width: 20%;
  font-weight: bold;
}
.imu_tblBlock .tblBlock_thL01 .txtBlock {
  margin-bottom: 20px;
}
.imu_tblBlock .tblBlock_thL01 .txtBlock:last-child {
  margin-bottom: 0;
}
.-txt_ind01 {
  margin-left: 1em;
}
/*Media-queries
----------------------*/

@media screen and (max-width: 949px) {
.imu_tblBlock .tblBlock_thL01 th {
  width: auto;
}
}

