@charset "UTF-8";
/*共通*/
.button--arrowRight {
  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 #motor {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly #motor .top_title {
  font-size: 33px;
  margin-bottom: 20px;
  text-align: center;
}
#monthly #motor .eva-ss {
  color: #d18e09;
}
#monthly #motor .eva-s {
  color: #e60013;
}
#monthly #motor #motor-title > img {
  float: left;
}
#monthly #motor #motor-title #motor-title-left {
  float: left;
  padding: 10px;
  background: #be0367;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#monthly #motor #motor-title #motor-title-right {
  margin-left: 220px;
}
#monthly #motor #motor-title #motor-title-right #motor-title-right-top {
  padding: 10px 0 0 20px;
  background: rgb(255, 249, 179);
  text-align: center;
}
#monthly #motor #motor-title #motor-title-right #motor-title-right-top span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #e56900, -2px -2px 0 #e56900, -2px 2px 0 #e56900, 2px -2px 0 #e56900, 0px 2px 0 #e56900, 0 -2px 0 #e56900, -2px 0 0 #e56900, 2px 0 0 #e56900;
}
#monthly #motor #motor-title #motor-title-right #motor-title-right-top span strong {
  color: #e56900;
  text-shadow: none;
}
#monthly #motor #motor-title #motor-title-right #motor-title-right-top p {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
#monthly #motor #motor-title #motor-title-right #motor-title-right-bottom {
  padding-top: 5px;
}
#monthly #motor #motor-title #motor-title-right #motor-title-right-bottom img {
  margin: 0 0 5px 10px;
  width: 16px;
  height: 16px;
}
#monthly #motor #motor-text {
  margin: 10px 0;
  width: 100%;
  font-size: 14px;
  border-top: double 4px #000;
  border-bottom: double 4px #000;
}
#monthly #motor .motor-single {
  width: 440px;
  margin-bottom: 20px;
}
#monthly #motor .motor-single .motor-rank {
  float: left;
  margin-right: 10px;
  padding-top: 13px;
  width: 60px;
  height: 47px;
  background: #be0367;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 3px 0px rgba(0, 0, 0, 0.75) inset;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#monthly #motor .motor-single .motor-rank span {
  font-size: 22px;
  font-weight: bold;
}
#monthly #motor .motor-single .motor-num-o {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  background-color: #e46900;
}
#monthly #motor .motor-single .motor-num-g {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  background-color: #4b9a33;
}
#monthly #motor .motor-single .motor-evaluation {
  margin-left: 90px;
  background: linear-gradient(to bottom, #fff, #fff 25%, rgb(255, 249, 179) 26%, rgb(255, 249, 179) 85%, #fff 86%);
}
#monthly #motor .motor-single .motor-evaluation span {
  margin-left: 10px;
  font-size: 26px;
  font-weight: bold;
}
#monthly #motor .motor-single .motor-evaluation img {
  margin-bottom: 10px;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
#monthly #motor .motor-single .motor-comment-o {
  color: #e46900;
  font-weight: bold;
}
#monthly #motor .motor-single .motor-comment-g {
  color: #4ea135;
  font-weight: bold;
}
#monthly #motor .motor-single .motor-result {
  clear: both;
  margin-top: 10px;
}
#monthly #motor .motor-single .motor-result span {
  font-size: 20px;
}
#monthly #motor .motor-single table {
  width: 100%;
  font-size: 14px;
}
#monthly #motor .motor-single table caption {
  text-align: left;
}
#monthly #motor .motor-single table tbody {
  border-top: solid 1px #000;
}
#monthly #motor .motor-single table td:nth-child(3) {
  padding-right: 10px;
}/*# sourceMappingURL=motor.css.map */