@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 #best15-wrapper {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}

#monthly #best15-wrapper .best15 {
  width: 440px;
  margin-bottom: 20px;
}

#monthly #best15-wrapper .best15 .best15-head {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l {
  width: 150px;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-recom {
  width: 145px;
  height: 19px;
  text-align: center;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-recom div {
  color: #E60012;
  background-color: #FFF100;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-rank {
  margin-top: 4px;
  display: flex;
  align-items: end;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-rank div {
  width: 75px;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-rank div span {
  padding: 2px;
  font-weight: bold;
  background: linear-gradient(to bottom, #fbd52a, #feface 30%, #cea020 60%, #f9f0b1);
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-rank div span.best15-num {
  position: relative;
  background: transparent;
  color: #fff;
  font-size: 26px;
  bottom: 10px;
  z-index: 0;
}
@media all and (-ms-high-contrast: none) {
  #monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-rank div span.best15-num {
    bottom: 0;
  }
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-rank div span.best15-num::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #A64A97;
  z-index: -1;
  transform: skewX(-10deg);
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-l .best15-rank div strong {
  margin-left: 8px;
  color: #E60012;
  font-size: 20px;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-r {
  width: 290px;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-r .best15-com {
  color: #006CAB;
  font-size: 16px;
  font-weight: bold;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-r table {
  width: 100%;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-r table tr th {
  text-align: center;
  font-weight: normal;
  border: solid 1px #000;
  background-color: #CFA7CD;
}

#monthly #best15-wrapper .best15 .best15-head .best15-head-r table tr td {
  text-align: center;
  border: solid 1px #000;
}

#monthly #best15-wrapper .best15 .best15-foot {
  display: flex;
  justify-content: space-between;
}

#monthly #best15-wrapper .best15 .best15-foot table {
  width: 280px;
}

#monthly #best15-wrapper .best15 .best15-foot table tr th {
  text-align: center;
  font-weight: normal;
  border: solid 1px #000;
  background-color: #CFA7CD;
}

#monthly #best15-wrapper .best15 .best15-foot table tr td {
  padding: 0 2px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #000;
  letter-spacing: -1.5px;
}

#monthly #best15-wrapper .best15 .best15-foot table tr td div {
  width: 138px;
  margin: 0;
  color: #006CAB;
  font-weight: bold;
}

#monthly #best15-wrapper .best15 .best15-foot table tr td:nth-child(3) {
  letter-spacing: normal;
}
#monthly #best15-wrapper .best15 .best15-foot table tr td:nth-child(4) {
  text-align: left;
}

#monthly #best15-wrapper .best15 .best15-foot table tr:nth-child(2n+1) td {
  background-color: #FFF3C3;
}

#monthly #best15-wrapper .best15 .best15-foot table tr.nouse td {
  background-color: #E6E6E6;
}

#monthly #best15-wrapper .best15 .best15-foot div {
  width: 155px;
}

#monthly #best15-wrapper .best15 .best15-foot div h4 {
  margin: 0;
  font-size: 12px;
  text-align: center;
  background-color: #CFA7CD;
}

#monthly #best15-wrapper .best15 .best15-foot div h5 {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: center;
  background-color: #A0D2F2;
}

#monthly #best15-wrapper .best15-title h3 {
  text-align: right;
}

#monthly #best15-wrapper .best15-title h3 span {
  position: relative;
  padding: 0 10px;
  color: #FFF100;
  font-size: 16px;
  z-index: 0;
}

#monthly #best15-wrapper .best15-title h3 span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E60012;
  z-index: -1;
  transform: skewX(-10deg);
}

#monthly #best15-wrapper .best15-title p {
  font-size: 14px;
}

#monthly #best15-wrapper .best15-title p span {
  padding: 0 4px;
  margin: 0 2px;
  background-color: #A64A97;
  color: #fff;
  font-size: 13px;
}

#monthly #best15-wrapper .best15-title div {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #000;
  text-align: center;
}

#monthly #best15-wrapper .best15-title table {
  width: 100%;
}

#monthly #best15-wrapper .best15-title table tr th {
  padding: 2px;
  background-color: #A0D2F2;
  font-weight: normal;
  vertical-align: middle;
}

#monthly #best15-wrapper .best15-title table tr td {
  padding-left: 3px;
  text-align: left;
}

