@charset "utf-8";
body {
  background: #FFD700;
  -webkit-text-size-adjust: auto;
}
body p, body ul li, body th, body td {
  font-size: 2rem;
  color: #666666;
  line-height: 1.3;
  text-align: justify;
}

.wrapper {
  width: 96%;
  background: #B4B4B4;
  margin: 2% auto;
  padding: 3%;
  box-sizing: border-box;
}

.container {
  background: #ffffff;
  margin: auto;
  border-radius: 10px;
  padding: 4%;
}

.date {
  text-align: right;
  margin-bottom: 4%;
  font-size: 1.8rem;
}

h1, .suisho h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 3%;
}

.explain {
  margin-bottom: 6%;
}
.explain li {
  list-style-type: disc;
  margin: 0 0 2% 4%;
}

.suisho p {
  margin-bottom: 3%;
}
.suisho table {
  display: block;
  margin-bottom: 3%;
}
.suisho table tbody {
  display: block;
}
.suisho table tr {
  display: block;
}
.suisho table th {
  display: none;
}
.suisho table td {
  display: list-item;
  list-style: none;
}
.suisho table .os {
  text-align: center;
  background: #000000;
  color: #ffffff;
  padding: 1% 0;
}
.suisho table .os:before {
  content: "[OS]";
}
.suisho table .browser {
  padding: 2% 0;
  text-align: center;
  background: #eeeeee;
}
