@charset "utf-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
body {
  margin: 4px auto 10px;
  background-color: #eee;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  color: #152197;
}
#container {
  width: 100%;
  max-width: 850px;
  margin: auto;
  background-color: #ffffff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 110px;
  background-image: url("../../header-img/tt-common.png");
}
header h1 {
  font-size: 38px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 50px 20px 0 0;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
  letter-spacing: 5px;
}
nav {
  width: 100%;
  height: 64px;
  color: blue;
  margin: 0;
  text-align: center;
  padding: 0;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
.menu1 {
  float: left;
  width: 90px;
  height: 22px;
  margin: 5px 0 0 20px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu2 {
  float: left;
  width: 120px;
  height: 22px;
  margin: 5px 0 0 10px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.breadcrumbs {
  clear: both;
  width: 80%;
  color: #555;
  margin: 7px 0 0 20px;
}
.breadcrumbs ul {
  display: table;
  margin: 3px 0 0 0;
  font-size: 14px;
}
.breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 14px;
  float: left;
}
.breadcrumbs ul li:first-child::before {
  padding: 0px 5px 0 0;
  vertical-align: middle;
  content: url("../../new-img/home.png");
}
.breadcrumbs ul li::before {
  padding: 0 10px 0 0;
  vertical-align: middle;
  content: url("../../new-img/ya2.png");
}
a.tile3:link,a.tile3:visited {
  color: #555;
  text-decoration: underline solid #777;
}
a.tile3:hover {
  color: #152197;
  font-weight: bold;
  text-decoration: none;
}
.info {
  margin: 20px 0 10px 30px;
}
.cont1 {
  float: left;
  width: 120px;
  margin: 20px 0 0 16px;
  border: 0px solid #fff;
}
.table {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.nendo {
  width: 100%;
  height: 22px;
  font-size: 18px;
  padding-top: 5px;
  text-align: center;
  border: 0px solid #aaa;
}
.month1 {
  width: 100%;
  height: 20px;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 0 0 0;
  text-align: center;
  margin: 5px 0 0 0;
  background-color: #f7f7f7;
  border: 1px solid #aaa;
}
.month2 {
  width: 100%;
  height: 20px;
  font-size: 17px;
  padding: 5px 0 0 0;
  text-align: center;
  margin: 5px 0 0 0;
  border: 1px solid #aaa;
}
.cont2 {
  float: left;
  width: 120px;
  margin: 42px 0 0 16px;
  border: 0px solid #fff;
}
.nendo2 {
  width: 100%;
  height: 22px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding-top: 5px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #000;
  border-radius: 7px;
}
.nendo2::after {
  content: "年度";
  font-size: 15px;
  color: #000;
  font-weight: normal;
  margin-left: 2px;
}
a.tile2:link {
  text-decoration: underline #777;
}
a.tile2:visited {
  text-decoration: underline #777;
}
a.tile2:hover {
  font-weight: bold;
  color: red;
  text-decoration: none;
}
footer {
  height: 34px;
  margin-top: 30px;
  background-color: #444;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
