@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 h2{
  color:#0084c7;
  font-size:24px;
  text-align:center;
  margin-bottom:5px;
}

#monthly h2 span{
  color:#333;
  font-size:16px;
  font-weight:normal;
}

#monthly table{
  width:100%;
}

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

#monthly table th{
  background-color:#efebc3;
  font-weight:normal;
  line-height:20px;
}

#monthly table td span{
  background:#009595;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  padding:0 5px;
  letter-spacing:2px;
  display:inline-block;
  transform:scale(1.3, 1);
}

#monthly table td.sujyo_s{
  background:#ea5432;
  color:#fff;
  font-weight:bold;
}

#monthly table td.sujyo_a{
  background:#fcc800;
  color:#333;
  font-weight:bold;
}

#monthly table th:nth-child(8),
#monthly table td:nth-child(8){
  width:200px;
}

#monthly table td:nth-child(8){
  text-align:left;
}

#monthly table td:nth-child(9){
  letter-spacing:0.05em;
}

#monthly p.tilt{
  text-align:right;
  margin-top:5px;
}