@charset "utf-8";

/*共通*/

#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 #table_wrapper{
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#monthly #header_img {
  width: 404px;
  margin-top: 30px;
  text-align: center;
}

/*モーターランク*/
#monthly .motor_rank {
  width: 400px;
  padding: 2px;
  border: solid 2px #EAAB7C;
  text-align: center;
  margin-top: 15px;
}
#monthly .motor_rank div {
  float: left;
  margin: 2px 4px 0 2px;
  padding: 14px 10px;
  text-align: center;
  border-radius: 50%;
  background: #AD498C;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.6;
}
#monthly .motor_rank div#rank-s {
  background: #EE1C25;
}
#monthly .motor_rank div p {
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 0.6;
}
#monthly .motor_rank div span {
  font-size: 12px;
}

#monthly .motor_rank table tr:first-child {
  border-bottom: solid 1px #000;
}
#monthly .motor_rank table tr th,
#monthly .motor_rank table tr td {
  padding: 5px;
}
#monthly .motor_rank table tr th {
  padding: 5px;
  color: #4BA663;
}

#monthly .motor_rank .motor_number b {
  background: #4BA663;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
}
#monthly .motor_rank .motor_number .ashi {
  margin-left: 20px;
  color: #000080;
}
#monthly .motor_rank .motor_number .ashi span {
  font-size: 19px;
}
#monthly .motor_rank p {
  margin: 0 0 0 4px;
  text-align: left;
  text-indent: 0;
}



/*モーターベスト10*/

#monthly h4{
  text-align: center;
  margin: 30px auto 10px auto;
  font-size: 20px;
  font-weight: bold;
  color: #4BA663;
  line-height: 1.2em;
}

#monthly h4 span{
  font-size: 16px;
  font-weight: normal;
  color: #231F20;
}


#monthly #motor_best{
  width:650px;
  margin:0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #motor_best table{
  width:310px;
  margin-bottom: 10px;
}
#monthly #motor_best tr.bs{
  border-bottom: solid 1px #000;
}
#monthly #motor_best th {
  color: #fff;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #4BA663;
}
#monthly #motor_best td{
  padding: 5px ;
  border-bottom: dashed 1px #000;
  text-align: center;
}
#monthly #motor_best td span{
  background: #4BA663;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
}
#monthly #motor_best p {
  width: 100%;
  text-align: right;
  color: #000080;
}

