.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 .2em;
  font-size: 0.9em;
}
.tbl-style02.type02 tbody td:first-child {
  text-align: center;
}
.tbl-style02.type02 tbody td:last-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;
}


@media screen and (max-width: 640px){
  .poster_img {
    float: none;
    margin: 10px auto;
  }
	
	
}










