body {
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

#container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#container a:hover{
  text-decoration: none;
}

.date p {
  text-align: right;
  font-size: 0.9em;
  margin: 0;
}

.title h1 {
  color: #936f4d;
  letter-spacing: 0.1em;
  padding: 0;
  border-bottom: 1px solid #936f4d;
  margin: 20px 0 0 0;
}

.title p {
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
}

.title img {
  margin-bottom: 50px;
}


/*maintab*/
.maintab {
  width: 900px;
  margin: 0 0 50px 0;
}

.maintab table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  background: #800000;
  text-align: center;
}

.maintab table td {
  border: solid 1px #aaa;
  line-height: 3;
  letter-spacing: 2px;
}

.maintab table td a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.maintab table td a:hover {
  color: #800000;
  background: #f5f5f5;
}


/*download*/
.download {
}

.download table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  font-size: 0.8em;
}

.download td {
  border-left: 1px solid #aaa;
  padding: 5px;
}

.download tr:first-of-type {
  font-weight: bold;
  border-bottom: 2px solid #aaa
}

.download tr:nth-of-type(odd){
  background: #f5f5f5;
}

.download td:nth-of-type(2) {
  width: 200px;
}

.download td:nth-of-type(3) {
  width: 400px;
}

.download td:nth-of-type(6) {
  text-align: center;
}

.download a:hover {
  color: #936f4d;
}



/*contents*/
.contents {
  margin-bottom: 100px;
  //border: 1px solid #aaa;
}

.contents h2 {
  color: #936f4d;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid #936f4d;
}

.contents h3 {
  color: #936f4d;
  display: inline-block;
  height: 80px;
  margin: 0;
}

.contents h4 {
  color: #936f4d;
  margin: 0;
}
