@charset "UTF-8";
/*共通*/
.button--arrowRight {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size: 16px;
}

#monthly p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}

#monthly p.ketujyo {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}

#monthly .midashi {
  width: 900px;
}

#monthly table {
  border-collapse: collapse;
}

#monthly br.clear {
  clear: both;
}

#monthly .cf:before,
#monthly .cf:after {
  content: " ";
  display: table;
}

#monthly .cf:after {
  clear: both;
}

#monthly .cf {
  *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}

/*各ページ*/
#monthly h4 {
  color: #ffffff;
  background-color: #7d488b;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 20px;
  border-radius: 16px;
}

#monthly .champion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly .champion .name {
  color: #7d488b;
  font-weight: bold;
}

#monthly .champion table {
  width: 440px;
}

#monthly .champion table th {
  background-color: #dcdddd;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#monthly .champion table td {
  padding: 3.5px 0;
  text-align: center;
  border-top: 1px solid #000;
}

#monthly .champion table .bottom {
  border-bottom: 1px solid #000;
}

#monthly .champion .taikai {
  text-align: center;
  color: #74378B;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.64;
  background: -webkit-gradient(linear, right top, left bottom, from(#e7c347), color-stop(#fffcd1), to(#e7c347));
  background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
  padding: 10px 0px;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

#monthly .champion .taikai .karatu {
  background: #74378B;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 10px;
  margin-left: 8px;
  vertical-align: middle;
}

#monthly .champion .taikai .yushosen {
  color: #74378B;
  font-size: 15px;
  padding: 0px 10px;
  line-height: 16px;
  background: #FFFFFF;
  border: 1px solid #74378B;
  vertical-align: middle;
  border-radius: 5px;
}

#monthly .champion .taikai .yushosen_suji {
  font-size: 32px;
}
/*# sourceMappingURL=champion.css.map */