@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 p{
  text-align:justify;
}

#monthly #top{
  display:flex;
  margin-bottom:20px;
}

#monthly #top_inner p{
  text-align: left;
  text-indent:initial;
}

#monthly #top div{
  margin:auto;
}

#monthly #top_title{
  font-size:32px;
}

#monthly .head{
  color:#43733c;
  background-color:#fffbc2;
  font-size:24px;
  margin:35px 0 10px 0;
}

#monthly .blue{
  color:#014099;
}

#monthly .green_1{
  color:#43733c;
  font-size:26px;
  font-family: serif;
}

#monthly #sumen{
  float:left;
}

/* ここから進入の表 */

#monthly #sinnyu{
  margin:40px 0;
}

#monthly #sinnyu_t{
  width:800px;
  margin:auto;
}

#monthly #sinnyu_t tr td:nth-of-type(1){
  font-weight: bold;;
}

#monthly #sinnyu_t td{
  text-align: center;
  border-bottom:1px solid black;
}

#monthly .table_h{
  color:#43733c;
  text-align:center;
  font-size:18px;
  margin:25px 0 5px 0;
}

#monthly #six{
  color:#014099;
  background:#fff338;
  padding:0 2px;
  font-weight:bold;
}

#monthly .black{
  color:black;
  font-weight:normal;
}

#monthly .t_head{
  background:#549175;
  color:white;
}

#monthly .t_head th{
  vertical-align:middle;
  text-align: center;
}

#monthly #kimarite{
  background:#549175;
  color:white;
  border-top:1px solid white;
}

#monthly #kimarite th{
  text-align:center;
}

/* ここまで */

#monthly .num_1{
  background:#549175;
  padding:0 4px;
  color:white;
  font-weight:bold;
}

#monthly .num_2{
  background:#549175;
  padding:0 6px;
  color:white;
  font-weight:bold;
  letter-spacing: 2px;
}

/* ここからモーターの表 */

#monthly #motor{
  display:flex;
}

#monthly .motor_t{
  width:400px;
  margin:auto;
}

#monthly .motor_t tr td:nth-of-type(6){
  font-weight:bold;
}

#monthly .motor_num{
  line-height:1.4;
  font-size:15px;
}

#monthly .motor_t td{
  border-bottom:1px black dashed;
  height:30px;
  vertical-align:middle;
}

#monthly .motor_t td{
  text-align:center;
}

#monthly .bottom{
  border-bottom:1px black solid;
}

#monthly .bold{
  font-weight:bold;
}

#monthly #caption{
  text-align:right;
  color:#014099;
}

/* ここから注目3モーター */
#monthly .d_1{
  color:#e25d99;
}

#monthly .d_2{
  color:#01aee6;
}

#monthly .d_3{
  color:#89c05e;
}

#monthly #tyuumoku{
  text-align:center;
}

#monthly #tyuumoku img{
  margin:20px 0;
}

#monthly #motor_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#monthly .box{
  width:290px;
  border:1px black solid;
}

#monthly .num_3{
  background:#549175;
  padding:0 8px;
  font-weight:bold;
  color:white;
}

#monthly .box_table{
  display: flex;
  justify-content: center;
}

#monthly .box_table p{
  text-indent:0;
  margin:5px;
}

#monthly .table_1{
  width:218px;
  margin:5px;
  border:1px black solid;
}

#monthly .table_1 td,
#monthly .table_1 th{
  text-align: center;
  border-right:1px black solid;
}

#monthly .th_1{
  background:#fcd475;
  width:70px;
}

#monthly .th_2{
  background:#f4c6da;
  width:60px;
}

#monthly .th_3{
  background:#b7e0f6;
  width:60px;
}

#monthly .th_4{
  background:#d4e6c1;
  width:60px;
}

#monthly .box_text{
  margin:8px 12px 12px 12px;
  font-size:14px;
  text-align:justify;
}

#monthly .round{
  background:#fcd475;
  border-radius: 55%;
  width:60px;
  height:85px;
  font-weight:bold;
  margin:auto;
}

#monthly .round p{
  text-indent:0;
  text-align: center;
  margin-top:16px;
}

#monthly .seiseki{
  display:flex;
  font-size:13px;
  margin:5px;
}

#monthly .seiseki p{
  line-height: 1.4;
}

#monthly .seiseki_left{
  display:flex;
  font-size:13px;
  margin:34px 5px 5px 5px;
}

#monthly .seiseki_left p{
  line-height: 1.4;
}

#monthly .seiseki_text p{
  margin-bottom:3px;
}

#monthly .dashed{
  border-bottom:1px dashed black;
}