@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 .tenbouch_text{
  color: #000;
  margin-top: 20px;
}

#monthly .tenbouch_paragraph{
  display: flex;
  margin: 10px 0px;
}

#monthly .tenbouch_tamura{
  margin-left: 5px;
}

#monthly p{
  color: #000;
}

#monthly .name{
  color: #009333;
  font-weight: bold;

}

#monthly .tenbouch_flexbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#monthly .tenbouch_past{
  color: #0d955a;
  font-weight: bold;
  border:2px solid #0d955a;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  margin-top: 50px;
}

#monthly .tenbouch_table{
  display: flex;
  justify-content: space-evenly;
  color: #000;
  height: 400px;

}

#monthly .ch_number{
  font-weight: bold;
  margin-top: 10px;
}

#monthly .nextch_number{
  font-size: 25px;
  position: relative;
  bottom: 5px;
}

#monthly .next_ch{
  margin-top: 100px;
  color: #920783;
  text-align: center;
  border:none;
  height: 104px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  border-radius: 100%;
  background: linear-gradient(to top, #fbd76a, #fffcd1, #ebd89c,#e8ce76);
  padding-top: 2px;
  line-height: 1;
}

#monthly th,td{
border-top: 1px solid black;
border-bottom: 1px solid black;  
text-align: center;
vertical-align: middle;
}

#monthly table th{
  background-color: #ccdeca;
  width: 110px;
  font-weight: normal;
}


#monthly .nextch_place{
  display: inline-block;
  background-color: #920783;
  color: white;
  padding: 5px 10px 0px 10px;
  margin-left: 10px;
  font-size: 25px;
  height: 25px;
  position: relative;
  bottom: 5px;
}


#monthly .big_ch{
  font-size: 25px;
}