@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 .flex_box{
  display: flex;
  justify-content: space-between;
}

#monthly .syoukin_70 {
  width: 700px;
  margin: 0 auto ;
  font-size: 16px;
}

#monthly #main{
  display: flex;
  justify-content: space-between;
}

#monthly .name{
  font-weight:bold;
}


#monthly .syoukin_70 h1{
  font-size: 21px;
  color:black;
  text-align:center;
  padding:3px 0;
}

#monthly .syoukin_70 h1{
  color:black;
  background-color: #f9c007;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}

#monthly .syoukin_70 h1 span{
  font-size: 40px;
  font-weight: bold;
  margin-left: 20px;
}

#monthly .syoukin_70 p.caption {
  text-align: right;
  font-size: 14px;
}

#monthly .syoukin_70 .space tr th{
   display: inline-block;
   width: 20px;
   height: 17px;
   border: 1px solid;
   margin-right: 15px;
   vertical-align: text-top;
}

#monthly .syoukin_70 table td {
  font-size: 17px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
}

#monthly .syoukin_70 table {
  width: 340px;
  margin-bottom: 10px;
}
 
#monthly .syoukin_70 table tr th{
  border-top:  2px solid black;
  border-bottom: 2px solid black;
  background: #dcdddd;
  text-align: center;
}

#monthly .syoukin_70 table tr {
  border-bottom:1px dashed black;
}

#monthly .syoukin_70 table tr:nth-child(6),
#monthly .syoukin_70 table tr:nth-child(11),
#monthly .syoukin_70 table tr:nth-child(16),
#monthly .syoukin_70 table tr:nth-child(21),
#monthly .syoukin_70 table tr:nth-child(26),
#monthly .syoukin_70 table tr:nth-child(31),
#monthly .syoukin_70 table tr:nth-child(36){
  border-bottom: 2px solid black;
}

