.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
section#newspage h2.newsTitle {
  text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1em;
}
section#newspage h3.newsSubTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1em;
    padding: 10px 30px 11px 20px;
    margin-bottom: 1em;
    border-left: 10px solid #ECE7C2;
    line-height: 1em;
}
section#newspage h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
section#newspage div.newsBlockwrapper {
    margin-bottom: 6em;
}section#newspage div.newsBlock {
    margin-bottom: 5em;
}
section#newspage div.contentsInner img {
    width: auto;
    height: auto;
}
section#newspage div.contentsInner div.newsImgBox50left {
    width: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
}
section#newspage div.contentsInner div.newsImgBoxcenter {
    text-align: center;
}
section#newspage div.contentsInner div.newsText p {
    margin-bottom: 2em;
}

section#newspage div.contentsInner ul.bulletList {
    padding-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
section#newspage div.contentsInner ul.bulletList li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

section#newspage div.contentsInner div.newsImgBox50left img {
    width: 100%;
    text-align: center;
}
section#newspage div.contentsInner dl {
    margin-top: 3em;
    margin-bottom: 1em;
}
section#newspage div.contentsInner dl dt {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}
section#newspage div.contentsInner dl dd {
    margin-left: 1em;
}
section#newspage div.contentsInner div.newsBlock a,
section#newspage div.contentsInner div.newsBlock a i {
    color: #0066cc;
}

.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.table_design01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}