
.box{
  position: relative;
}

.box-text{
  position: absolute;
  bottom: -15px;
  right: 0; 
  padding: 3px; 
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  font-size:110%;
} 

.box{
  position: relative;
}
.box-text2{
  position: absolute;
  bottom: -15px;
  left: 30%;
  padding: 3px; 
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  font-size:110%;
} 

#tbl-bdr2 table{
     border-collapse: collapse;
  border-style: solid; /* 枠の種類 */
  border-color: black; /* 枠の色 */
  border-width: 1px; /* 枠の幅 */
}

#tbl-bdr2 th {
  
  
  border-style: solid; /* 枠の種類 */
  border-color: black; /* 枠の色 */
  border-width: 0px 1px; /* 枠の幅 */
}  
#tbl-bdr2 tD {
  
  
  border-style: solid; /* 枠の種類 */
  border-color: black; /* 枠の色 */
  border-width: 0px 1px; /* 枠の幅 */
}