.tbl_sp {
    overflow-x: auto;
}
.tbl_sp table {
    min-width: 600px;
}
.tbl-width100 {
  width: 100%;
}
.tbl-style02 {
    margin-top: 10px;
}
.tbl-style02 thead th {
  text-align: center;
  vertical-align: middle;
  /* background-color: #007aa9;
  color: #fff; */
  background-color: #eee;
  border: 1px #CCCCCC;
  border-style: solid;
  padding: .3em;
  line-height: 1.4;
  font-weight: bold;
}
.tbl-style02 tbody th,
.tbl-style02 tbody td {
  border: 1px #CCCCCC;
  border-style: solid;
  line-height: 1.5;
  text-align:center;
  vertical-align:middle;
}
.tbl-style02 tbody th {
  background-color: #EEEEEE;
  padding: .5em .3em;
}

.tbl-style02 tbody td {
  background-color: #FFFFFF;
  padding: .3em .5em;
}

.tbl-style02.type01 tbody td:first-child,
.tbl-style02.type01 tbody td:last-child {
    text-align: left;
}
.tbl-style02.type02 tbody td:first-child {
  text-align: left;
}
.tbl-style02 thead th.seminar01 {
  background-color: #007aa9;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}
.tbl-style02 thead th.seminar02 {
  background-color: #d5f1ee;
  text-align: center;
  /* font-size: 0.9em; */
}
.tbl-style02.type02 tbody td {
  padding: .3em .5em;
  font-size: 0.9em;
}
.tbl-style02.type02 tbody td:first-child {
  text-align: left;
}
.h5heading {
    font-weight: bold;
}

.th-nowrap th {
  white-space: nowrap;
}

.poster_img {
  width: 200px;
  float: right;
}
.poster_img img {
  width: 100%;
  height: auto;
}
.tbl-style01.w100{
width:100%;
margin-block: 10px;
}
.tbl-style01 thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #007aa9;
  color: #fff;
  border: 1px #CCCCCC;
  border-style: solid;
  padding: .3em;
  font-size: 0.9em;
  line-height: 1.4;
}
.tbl-style01 thead th.thead_child {
    background-color: #d5f1ee;
    color: #333;
    line-height: 1.1;
}
.tbl-style01 thead th.tbl-style-heading {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
}
.tbl-style01 tbody th,
.tbl-style01 tbody td {
  border: 1px #CCCCCC;
  border-style: solid;
  font-size: 0.8em;
  line-height: 1.5;
  text-align:center;
  vertical-align:middle;
}
.tbl-style01 tbody th {
  background-color: #EEEEEE;
  padding: .5em .3em;
}
.tbl-style01.bg_blue tbody th {
background:#689BCC;
color:#fff;
font-size:16px;
}
.tbl-style01.reg_tbl th:first-child {
  width: 26%;
}
.tbl-style01.reg_tbl th:nth-child(2),
.tbl-style01.reg_tbl th:nth-child(3) {
  width: 37%;
}

.tbl-style01 tbody td {
  background-color: #FFFFFF;
  padding: .3em .15em;
}
.tbl-style01 tbody td:nth-child(6) {
  text-align: left;
}


@media screen and (max-width: 640px){
  
}










