@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 .title{
display: flex;
width: 900px;
margin-bottom: 30px;
}
#monthly .mikuni_title{
width: 800px;
height: 110px;
}

#monthly .suimen{
text-align: center;
margin-top: 30px;
}

#monthly .syousai{
color: #1a6aa4;
text-align: center;
font-weight: bold;
}

#monthly h3{
text-align: center;
color: #1a6aa4;
font-size: 22px;
margin-top: 30px;
margin-bottom: 5px;
/*text-align-last: justify;*/
}

#monthly .period_six{
background-color: #fff100;
color: #231815;
padding: 2px 2px 0px 2px;
}

#monthly .period{
font-size: 16px;
font-weight: normal;
color: #231815;
}

#monthly .course_t1{
width: 900px;
text-align: center;
}

#monthly th{
background-color: #1a6aa4;
color: #ffffff;
text-align: center;
vertical-align: middle;
}

#monthly .kimarite{
border-bottom:solid 1px #ffffff;
}

#monthly td{
text-align: center;
border-bottom: solid 1px;
}

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

#monthly .line{
background-color: #d3edfb;

}