@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 h3 {
    color: #008b92;
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
    border: solid 1px #000;
    margin-bottom: 10px;
}

#monthly #fan {
    display: flex;
    justify-content: space-between;
}

#monthly #fan table {
    width: 440px;
}

#monthly #fan table tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#monthly #fan table th {
    font-weight: normal;
    background-color: #dcdddd;
}

#monthly #fan table td , #monthly #fan table th {
    text-align: center;
}

#monthly #fan table td {
    padding: 3.5px 0;
}

#monthly #fan .kai {
    font-weight: bold;
}

#monthly #fan .name {
    color:#008b92;
    font-weight: bold;
}