section.result {
  width: 100%;
}
section.result img.congratulation {
  width: 100%;
}
section.result div.result-header {
  padding: 7px 3px;
  position: relative;
  width: 100%;
}
section.result div.result-header h3 {
  box-shadow: 0px 0px 4px rgb(51, 0, 0) inset;
  color: #FFF;
  font-size: 16px;
  padding: 4px;
  text-align: center;
  min-height: 40px;
}
section.result div.result-header h3 span {
  font-size: 10px;
  color: #FFF;
}
section.result div.result-header img.lt, section.result div.result-header img.rt, section.result div.result-header img.rb, section.result div.result-header img.lb {
  height: 29px;
  position: absolute;
  width: 21px;
}
section.result div.result-header img.lt {
  left: 0px;
  top: 0px;
}
section.result div.result-header img.rt {
  right: 0px;
  top: 0px;
}
section.result div.result-header img.rb {
  right: 0px;
  bottom: 0px;
}
section.result div.result-header img.lb {
  left: 0px;
  bottom: 0px;
}

section.player {
  padding: 10px;
  width: 100%;
}
section.player article {
  background-color: #FFF;
  border-color: #999;
  border-style: solid;
  border-width: 0px 1px;
  padding: 7px 7px 7px 82px;
  position: relative;
  min-height: 92px;
  width: 100%;
}
section.player article:nth-child(n+2) {
  min-height: 85px;
  padding: 0px 7px 7px 82px;
}
section.player article:nth-child(n+2) img.player {
  top: 0px;
}
section.player article img.player {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2px;
  height: 78px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 67px;
}
section.player article img.rank {
  background-color: #999;
  border-radius: 4px;
  bottom: 7px;
  height: 47px;
  left: 82px;
  position: absolute;
  width: 47px;
}
section.player article h4 {
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #999;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 100%;
  padding: 4px;
  width: 100%;
}
section.player article h4 span {
  display: inline-block;
  font-size: 14px;
  padding-right: 4px;
}
section.player article strong {
  display: block;
  font-size: 24px;
  line-height: 100%;
  padding: 0px 0px 0px 53px;
  width: 100%;
}
section.player article strong span {
  font-size: 20px;
}
section.player article strong span.aside {
  color: hsl(0deg, 0%, 30%);
  display: block;
  font-size: 14px;
  letter-spacing: -0.03em;
  word-break: break-word;
}
section.player article em {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 100%;
  margin-top: 4px;
  padding: 0px 0px 4px 53px;
  width: 100%;
}

section.past {
  padding: 10px;
  width: 100%;
}
section.past h5 {
  background-image: url("/common/images/arrow-down-w.png"), linear-gradient(to bottom, rgb(231, 66, 145) 51%, rgb(230, 39, 138) 51.8%, rgb(228, 0, 127) 67%);
  background-position: 97.18% 50%, 0% 0%;
  background-repeat: no-repeat, repeat;
  background-size: 23px 10px, auto;
  border-radius: 2px;
  border: 1px solid #999;
  color: #FFF;
  cursor: pointer;
  font-size: 22xp;
  line-height: 100%;
  margin-top: 10px;
  padding: 9px 4px;
  text-align: center;
  width: 100%;
}
section.past h5.up {
  background-image: url("/common/images/arrow-up-w.png"), linear-gradient(to bottom, rgb(231, 66, 145) 51%, rgb(230, 39, 138) 51.8%, rgb(228, 0, 127) 67%);
}
section.past article {
  background-color: #FFF;
  border-color: #999;
  border-radius: 0px 0px 2px 2px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  width: 100%;
}
section.past article a {
  background-image: url("/common/images/arrow-right-bk.png");
  background-position: 95.34% 50%;
  background-repeat: no-repeat;
  background-size: 7px 16px;
  color: #000;
  display: block;
  font-size: 16px;
  font-size: 14px;
  padding: 8px 7.63% 8px 4px;
  width: 100%;
}
section.past article a:nth-child(n+2) {
  border-color: #999;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}
section.past article.hidden {
  display: none;
}

section.top-image {
  padding: 10px;
  width: 100%;
}
section.top-image img {
  width: 100%;
}

section.aside {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-align: center;
  width: 100%;
}
/*# sourceMappingURL=result.css.map */