@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 .title {
  display: flex;
}

#monthly h3 {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
}

#monthly h4 {
  float: right;
  margin-right: 20px;
}

#monthly h5 {
  color: #B70E5E;
  font-size: 26px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  border-top: solid 2px #898989;
  border-bottom: solid 2px #898989;
}

#monthly #hazure {
  margin-top: 20px;
}

/*夏季コース別*/

#monthly table {
  margin: 0 auto;
}
#monthly table tr{
  background: #FFFFFF;
}
#monthly th {
  background-color: #7C4F90;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

#monthly td {
  text-align: center;
}


#monthly #course_title {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #7C4F90;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0;

}

#monthly p#course_title span.hamanako {
  color: #014099;
  background:#FFF338;
  padding: 8px 6px 4px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  font-weight: bold;
  line-height:15px;
  font-size: 16px;
}

#monthly #course_title span.normal {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  text-align:center;
}

#monthly #course td {
  padding: 3px;
  border-bottom: solid 1px black;
}

#monthly #course tr.line {
background: #FFFCDB;
}

#monthly #summer_course {
  float: right;
  margin-left: 15px;
}


#monthly #text_1 {
  margin-top: 20px;
}


/*夏季高配当*/

#monthly #kouhaitou {
  width: 800px;
  margin-top: 10px;
}

#monthly #kouhaitou_title {
  margin: 70px 0 2px 0 ;
  color: #7C4F90;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0;

}

#monthly p#kouhaitou_title span.hamanako {
  color: #014099;
  background:#FFF338;
  padding: 8px 6px 4px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  font-weight: bold;
  line-height:15px;
  font-size: 16px;
}

#monthly #kouhaitou_title span.normal {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  text-align:center;
}

#monthly #kouhaitou td {
  padding: 3px;
  border-bottom: solid 1px black;
}

#monthly #kouhaitou td:nth-child(5),
#monthly #kouhaitou td:nth-child(6),
#monthly #kouhaitou td:nth-child(7)
{
  width: 10px;
}

#monthly #kouhaitou .line {
  background: #FAD5E5;
}


#monthly span.waku1 {
  background: #fff;
  color: #000;
  border: 0.5px solid black;
  border-radius: 50%;
  padding: 0 0.5em;
  line-height: 1.4;
  margin: 0 3px;
  font-size: 90%;
}

#monthly span.waku2 {
  background: black;
  color: #ffffff;
  border-radius: 50%;
  padding: 0 0.5em;
  line-height: 1.4;
  margin: 0 3px;
  font-size: 90%;
}

#monthly span.waku3 {
  background-color: red;
  color: #ffffff;
  border-radius: 50%;
  padding: 0 0.5em;
  line-height: 1.4;
  margin: 0 3px;
  font-size: 90%;
}

#monthly span.waku4 {
  background: blue;
  color: #ffffff;
  border-radius: 50%;
  padding: 0 0.5em;
  line-height: 1.4;
  margin: 0 3px;
  font-size: 90%;
}

#monthly span.waku5 {
  background: #fff100;
  color: #000;
  border: 0.5px solid black;
  border-radius: 50%;
  padding: 0 0.5em;
  line-height: 1.4;
  margin: 0 3px;
  font-size: 90%;
}

#monthly span.waku6 {
  background: green;
  color: #ffffff;
  border-radius: 50%;
  padding: 0 0.5em;
  line-height: 1.4;
  margin: 0 3px;
  font-size: 90%;
}


#monthly #kouhaitou .waku {
border: 0.5px solid #000000;
padding: 0 0.5em;
line-height: 1.4;
margin: 0 3px;
font-size: 90%;
}

#monthly #purple {
  background: #501A74;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
}


/*モーター2連率ランキング*/

#monthly #ranking_title {
  margin: 20px 0 2px 0;
  color: #7C4F90;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-indent: 0em;
}

#monthly #motor{
  width:850px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  }

  #monthly tr.line {
    background: #fffbc6;
  }
  
  #monthly #motor table {
    width: 400px;
  }
  
  #monthly #motor td{
  padding: 5px ;
  border-bottom: dashed 1px #000;
  }

  #monthly #motor tr:last-child {
    border-bottom: solid 1px #000;
  }
  
  
  #monthly #motor th{
  color: #fff;
  padding: 8px 10px;
  vertical-align: middle;
  }

  #monthly #motor span{
    display: inline-block;
    width: 1.5em;
    background: #501A74;
    color: #fff;
    font-weight: bold;
    padding: 0px 7px;
    letter-spacing: 2px;
    }    


  #monthly p#caption{
    color:#014099;
    caption-side:bottom;
    text-align: right;
    font-size: 15px;
    padding: 5px 0;
    margin-right: 25px
    }

    #monthly #ranking_title span.normal {
      color: #000000;
      font-size: 16px;
      font-weight: normal;
      text-align:center;
    }



    /* 注目モーターベスト3 */

    #monthly #best3 {
      border: solid 1px #500D71;
      padding: 10px;
      margin-top: 30px;
    }

    #monthly h6 {
      width: 100%;
      color: #500D71;
      background: #D6C9DF;
      font-size: 26pt;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 10px;
    }

    #monthly #fujimoto {
      display: inline-block;
      font-weight: bold;
      color: #FFF100;
      font-size: 16pt;          
      letter-spacing: 1px;                
      text-shadow: 
      1px  1px 4px #000000,
      -1px  1px 4px #000000,
       1px -1px 4px #000000,
      -1px -1px 4px #000000,
       1px  0px 4px #000000,
       0px  1px 4px #000000,
      -1px  0px 4px #000000,
       0px -1px 4px #000000;  
       position: absolute;
       height: 20px;
       transform: rotate(-10deg);
       
    }

    #monthly .motor_n {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #monthly p.strong {
      font-weight: bold;
      text-align: center;
      text-indent: 0;
    }


    #monthly .goodmotor {
      display: inline-block;
      width: 260px;
      margin: 10px;
    }

    #monthly .goodmotor span {
      display: inline-block;
      width: 1.5em;
      background: #501A74;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      padding: 0px 7px;
      letter-spacing: 2px;
      text-align: center;
      margin-right: 5px;
    }
