body {
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}
.border {
  margin-top: 30px;
}
.bottom-contents {
  display: flex;
  justify-content: center;
  position: relative;
}
.bottom-contents-right {
  position: absolute;
  right: 0;
}
.bottom-link {
  margin: 0px 10px;
  color: #000;
}
.btn {
  width: 450px;
  height: 56px;
  border: 1px solid #707070;
  background-color: #3098e8;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #303ce8;
}
.description {
  font-size: 16px;
  text-align: left;
  color: #606060;
}
.description-s {
  font-size: 12px;
  text-align: left;
  color: #606060;
}
.error-message {
  font-size: 16px;
  text-align: left;
  color: #f00;
}
.form-contents {
  text-align: left;
}
.form-title {
  font-size: 20px;
  text-align: left;
  color: #000;
}
.form-title-s {
  font-size: 16px;
  text-align: left;
  color: #000;
}
.info-box {
  width: 100px;
}
.info-box .box-title {
  background: #5fb3f5;
  border: 1px solid #00a7ff;
  vertical-align: middle;
  padding: 4px;
}
.info-box p {
  background: #f8f5ff;
  border: 1px solid #00a7ff;
  padding: 5px 20px;
}
.input-title {
  width: 980px;
}
.input-word {
  width: 980px;
}
main {
  width: 980px;
  margin: 0 auto;
}
.name-register-input {
  margin-bottom: 10px;
}
.next-area {
  width: 640px;
  margin: auto;
  font-size: 20px;
  display: flex;
  white-space: pre;
}
.other-contents {
  display: flex;
  justify-content: center;
}
.ranking {
  margin-right: 30px;
}
.ranking-table {
  margin: auto;
  border-spacing: 10px;
  font-size: 12px;
}
.ranking-table .kpm {
  width: 70px;
}
.ranking-table .miss {
  width: 40px;
}
.ranking-table .name {
  width: 200px;
}
.ranking-table .rank {
  width: 40px;
}
.ranking-table .time {
  width: 70px;
}
.ranking-table thead, .ranking-table tbody {
  display: block;
}
.ranking-table tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 180px;
}
.ranking-table tbody tr:nth-child(odd) {
  background-color: #dcefff;
}
.ranking-table thead {
  background: #5fb3f5;
}
.ranking-table thead th {
  text-align: center;
}
.ranking-title {
  font-size: 16px;
  color: #000;
}
.share-btns {
  margin-top: 4px;
}
.title {
  font-size: 24px;
  margin: 20px 0px;
}
.top-btn {
  margin-top: 30px;
}
.top-text {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  text-align: left;
  color: #000;
  text-decoration: none;
}
.type-area {
  width: 640px;
  height: 30px;
  background: #f8f5ff;
  border: 1px solid #00a7ff;
  margin: auto;
  padding: 10px 0px 3px;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
  white-space: pre;
}
.type-info-box {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-inline-start: 0px;
}
.typing-body {
  overflow: hidden;
  height: 100%;
}
.typing-complete {
  font-size: 22px;
  color: #aaa;
  font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
}
.typing-remain {
  font-size: 22px;
  color: #000;
  font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
}
.typing-current {
  font-size: 22px;
  color: #000;
  font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
}
