@charset "UTF-8";
* {
  text-decoration: none;
}
body {
  font-feature-settings : "palt";
}
h2 {
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul#rankingListContainer {
  display: none;
}
li {
  list-style: none;
}
#wrapper {
  background-color: #fff5bf;
}
.app {
  background-color: #fff5bf;
  padding: 25px 20px 0 20px;
}
.copy {
  background-color: #3e2709;
  margin: 5px 0 0 0;
}
.app a {
  color: #3e2709;
}
.info {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 2px 14px 4px 14px;
  margin: 16px 16px 0 16px;
}
.info p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
.fit-width {
  width: 100%;
}

.rankingList {
  background-color: #3e2709;
  padding: 0 0 10px 0;
}
li p {
  font-size: 2.5rem;
  font-weight: 500;
}
li a {
  color: #3e2709;
  text-decoration-line: none;
}

.player {
  height: 100px;
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.player .rankArea {
  width: 92px;
  margin: 19px 0 0 0;
  text-align: right;
}
.player .rankArea span {
  font-size: 7.5rem;
  font-weight: 500;
  margin: 0 0 0 4px;
}
.player .rankArea span.small {
  display: block;
  font-size: 5.0rem;
  padding-top: 28px;
}
.player .nameArea {
  position: relative;
  margin: 46px 0 0 0;
  padding: 0 10px 0 10px;
  width: 702px;
  display: flex;
  justify-content:space-between;
  overflow: hidden;
}
.player .nameArea span {
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0 4px 0 0 ;
  text-overflow: ellipsis;
}

.history {
  display: flex;
}
.history .title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 0 0;
  background-color: #3e2709;
  width: 100%;
}
.history .ranking {
}

.history .ranking ol {
  padding: 0;
  text-align: center;
  display: flex;
}
.history .ranking li {
  width: 59px;
  font-size: 1.7em;
  font-weight: 600;
}
.history .ranking li div {
  padding: 4px 0 2px 0;
  background-color: #fff5bf;
}
.history .ranking li .mon {
  background-color: #fada41;
}
.arrow-up {
  background-image: url(../images/ranking2018/arrow-up.png);
  background-repeat: no-repeat;
  background-size: 4.5%;
}
.arrow-down {
  background-image: url(../images/ranking2018/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 4.5%;
}
.arrow-even {
  background-image: url(../images/ranking2018/arrow-even.png);
  background-repeat: no-repeat;
  background-size: 5%;
}
.arrow-new {
  background-image: url(../images/ranking2018/arrow-new.png);
  background-repeat: no-repeat;
  background-size: 6%;
}