@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
#container {
  width: 900px;
  margin: 0 auto 0 auto;
  text-align: left;
  font-family: 'Noto Sans JP';
}

.title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.title h1 {
  font-size: 3em;
  margin: 0;
}
.title h2 {
  margin: 0;
}

.date {
  text-align: right;
  margin-bottom: 100px;
}
.date p {
  margin: 5px 0;
}

.contents {
  margin-top: 50px;
  width: 100%;
}
.contents>table {
  border-collapse: collapse;
  width: 100%;
}
.contents th {
  background-color: #eee;
}
.contents th,
.contents td {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 20px;
}
.contents td {
  font-weight: 500;
}
.contents td p {
  margin: 0;
  line-height: 2;
}
.wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.info {
  width: 60%;
  margin-right: 5%;
}
.info p {
  line-height: 2;
  font-weight: 500;
}
.banner {
  width: 30%;
}
.banner img {
  width: 100%;
}
.month {
  border-top: 1px solid #800000;
  margin: 0 auto 20px auto;
  padding: 20px;
  font-size: 1em;
}

.device {
  /* border: 1px solid #000; */
  width: 20%;
  text-align: center;
}
.device img {
  width: 100%;
}
.device p {
  font-size: 0.9em;
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #800000;
  text-decoration: none;
}