@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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly{
  .color_box{
    float: right;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: -40px;
  }
  .main{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    img{width: 900px;}
  }
  .qc_box,.qcs_box{
    display: inline-block;
    width: 30px;
    height: 12px;
    border: 1px solid;
    margin-right: 5px;
    vertical-align: text-top;
  }
  .qc_box{
    background-color: #F4DFED;
  }
  .qcs_box{
    background-color: #DFE9F7;
  }
  .yusho{
    max-width: 100%;
    width: 429px;
    border: 3px solid black ;
    box-sizing: border-box;
    td,th{
      text-align: center;
    }
  }
  .sector{
    background-color:#595757;
    color: white;
    th{
      border-left: 1px solid black;
    }
  }
  .pink_br{
    background-color: #F4DFED;
  }
  .blue_br{
    background-color: #DFE9F7;
  }
  .number{
    background-color: #220E11;
    color: white;
  }
  .name{
    font-weight: bold;
    color: #601986;
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
  .come{
    float: right;
  }
  .border{
    border-right: 1px solid black;
  }
}