@charset "utf-8";
/* CSS Document */



#page29 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

#page29 table {
  margin: 20px auto;
  
}

#page29 .tbl-r02 th {
  background: #0a1758;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
#page29 .tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}

/*@media screen and (max-width: 640px) {
#page29 .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
#page29 .tbl-r02 {
    width: 80%;
  }
#page29 .tbl-r02 th,
#page29 .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
*/