@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 h3 {
  font-size: 55px;
  color: #d9aacd;
  text-align: center;
  position: relative;
}

#monthly h4 {
  font-size: 25px;
  color:#4b4948;
  position: absolute; top: 130px; left: 240px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
               0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#monthly h5 {
  font-size: 20px;
  color: #7d4698;
  text-align: center;
  margin:20px 0 10px 0;
}

#monthly h5 span{
  background: #8a619e;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
  margin: 5px;
}

#monthly h5.space{
  font-size: 20px;
  color: #7d4698;
  text-align: center;
  margin-top: 40px;
}

#monthly p span {
  color: #b83f54;
  font-weight: bold;
}

#monthly p span.motor_number {
  background: #8a619e;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
  margin: 5px;
}

#monthly #fujiwara{
  float: right;
  padding: 0 10px 0 10px;
}

#monthly #mizuno{
  float: right;
  padding: 0 10px 0 10px;
}

#monthly #takei {
  float: left;
  padding: 0 10px 0 10px;
}

/*モーターベスト10*/

#monthly #motor_header{
  text-align: center;
  margin: 10px auto 10px auto;
  font-size: 20px;
  font-weight: bold;
  color: #161573;
  line-height: 1.2em;
}

#monthly #motor_header span{
  font-size: 16px;
  font-weight: normal;
  color: #231F20;
}

#monthly #motor_best{
  width:800px;
  margin:0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#monthly #motor_best table{
  width:380px;
  margin-bottom: 10px;
}

#monthly #motor_best tr.bs{
  border-bottom: solid 1px #000;
}

#monthly #motor_best tr.line{
  background-color: #f2eaf4;
}

#monthly #motor_best tr.bs_line{
  background-color: #f2eaf4;
  border-bottom: solid 1px #000;
}

#monthly #motor_best th {
  color: #fff;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #8a619e;
}

#monthly #motor_best td{
  padding: 5px ;
  border-bottom: dashed 1px #000;
  text-align: center;
}

#monthly #motor_best td span{
  background: #8a619e;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
}

#monthly #motor_best td.bold{
  font-weight: bold;
  color: #8a619e;
}

#monthly #motor_best p {
  width: 100%;
  text-align: right;
  font-weight: bold;
  color: #014099;
}