@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,
.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_ranking_title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 28px;
}

#monthly #motor_ranking_midashi {
  font-size: 30px;
  color: #F58220;
  font-style: italic;
  font-weight: bold;
  font-family: serif;
}

#monthly .number {
    color: #ffffff;
    font-weight: bold;
    background-color: #008c3e;
    margin: 0 0.2em;
    padding: 0 0.2em;
}

#monthly #chumoku_motor_title {
    font-size: 23px;
    text-align: center;
    color: #ffffff;
    background-color: #9753A0;
    width: 600px;
    margin: auto;
    margin-top: 20px;
    margin-top: revert;
}

#monthly .kakomi {
  border: 1px black solid;
  width: 578px;
  margin: auto;
  background-color: #EADEED;
  padding: 10px;
}

#monthly .chumoku_motor_table {
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
}

#monthly .chumoku_motor_table_1 {
  display: flex;
}

#monthly .chumoku_motor_table_3{
  width:440px;
}

#monthly .number_2 {
  background-color: #9753A0;
  box-shadow: 2px 2px 2px black;
  color: #ffffff;
  font-size: 30px;
  width: 43px;
  height: 42px;
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 98px / 97px;
  text-align: center;
  font-weight: bold;
}

#monthly .motor-number {
    color: #ffffff;
    background-color: #008c3e;
    margin: 0 0.2em;
    padding: 0 0.2em;
    font-size: 30px;
    height: fit-content;
    font-weight: bold;
}

#monthly .chumoku_motor_block {
  text-align: center;
  font-weight: bold;
}

#monthly .chumoku_motor_table_2 {
  width: 500px;
  margin: auto;
  background-color: #F4F0CD;
  margin-bottom: 10px;
  border: 1px solid;
}

#monthly .chumoku_motor_table_2 th {
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
}


#monthly .chumoku_motor_table_2 td {
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid;
}

#monthly .motor-ranking_title {
  width: 800px;
  text-align: center;
  color: #579835;
  font-size: 20px;
  margin: auto;
  padding-top: 25px;
}

#monthly .motor-ranking_title #jyo {
  font-weight: bold;
  color: black;
  font-size: 25px;
  padding-right: 5px;
}

#monthly .motor-ranking_title .normal {
  color: black;
  font-size: 18px;
  font-weight:normal;

}


#monthly .motor_ranking_table {
  display: flex;
  width: 700px;
  margin: auto;
  justify-content: space-around;
}

#monthly .motor_ranking_table_1 th {
  background-color: #579835;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

#monthly .motor_ranking_table_1 td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px dashed;
}

#monthly .motor_ranking_table_2 th {
  background-color: #579835;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

#monthly .motor_ranking_table_2 td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px dashed;
}


#monthly .border {
  background-color: #FFFAC2;
}

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

#monthly .border-bottom_background {
  background-color: #FFFAC2;
  border-bottom: 1px solid;
}

#monthly #omura {
  text-align: right;
  width: 800px;
}

#monthly .percent {
  font-weight: bold;
}

#monthly .number4 {
    color: #333;
    padding-right: 4px;
    padding-left: 4px;
    line-height: 1.4;
    margin: 0 px 0 px;
    font-size: 12px;
    border: 0.5px solid #333;
    vertical-align: middle;
    text-align: center;
}

#monthly .number5 {
    color: white;
    background-color: black;
    border-radius: 50%;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 1.4;
    margin: 0 px 0 px;
    font-size: 11px;
    border: 0.5px solid #333;
    vertical-align: middle;
}
