body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 800px) {
  #tspace_03 {
      width: 800px;
      margin: 0 auto;
  }

  .tarea_00 {
      margin-bottom: 40px;
  }

  .timg01 {
      margin-top: 70px;
      margin-bottom: 70px;
  }
}

.timg01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tspace01 {
  margin-top: 30px;
}

.tarea_01 {
  background: #ebf1de;
  padding: 10px 20px 1px 20px;
}

.tarea_02 {
  background: #009641;
  padding: 1px 20px;
  color: #fff;
  margin-bottom: 20px;
}

.tarea_03 {
  padding: 10px 30px 1px 30px;
}

footer {
  background: #444;
  width: 100%;
  padding: 25px 0;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer li {
  text-align: center;
}

footer .subMenu a {
  line-height: 1;
  margin: auto;
  color: #fff;
  background: #808080;
  padding: 15px 50px 15px 40px;
  text-decoration: none;
}

footer .subMenu a:hover {
  background: #aaa;
  text-decoration: underline;
}

footer .subMenu a:link {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
}

footer .subMenu a::before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 1.7;
  font-size: 7pt;
  font-weight: bold;
  background: #fff;
  color: #808080;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}


/*---------- PDF ----------*/

#newPdf {
  margin-top: 30px;
}
#newPdf a {
  text-decoration: none;
  color: #009641;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  display: block;
  text-indent: -14px;
  padding-left: 14px;
}
#newPdf a:hover {
  text-decoration: underline;
}
#newPdf a::before {
  content: "　";
  background: #009641;
  width: 4px;
  display: inline-block;
  margin-right: 10px;
}
#newPdf a img {
  height: 24px;
  position: absolute;
}
@media only screen and (max-width: 800px) {
  #newPdf {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 801px) {
  #newPdf {
    margin-left: 30px;
  }
}