@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 #coursemotor_midashi {
  text-align: center;
}

#monthly .komidashi{
  font-size: 22px;
  color: #850077;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

#monthly #flex1 {
  display: flex;
} 

#monthly .number {
  color: white;
  background-color: #187FC4;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

#monthly #coursemotor_motor {
  text-align: center;
}

#monthly #square {
  background-color: #FFF33F;
  color: #003F98;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 20px;
}

#monthly #coursemotor_data_2 table{
  width: -webkit-fill-available;
}

#monthly .coursemotor_table_title {
  text-align: center;
  padding-bottom: 7px;
  margin-top: 40px;
}

#monthly .coursemotor_title {
  color: #187FC4;
  font-weight: bold;
  font-size: 20px;
}

#monthly #coursemotor_data_2 th{
  background-color: #448AC9;
  color: white;
  text-align: center;
  vertical-align: middle;
}

#monthly #coursemotor_data_2 td {
  border-bottom: 1px solid black;
}

#monthly #coursemotor_data_2 td {
  text-align: center;
}

#monthly .course {
  font-weight: bold
}

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

#monthly #coursemotor_data_1  {
  display: block;
  text-align: center;
}


#monthly #coursemotor_data_1 th{
  background-color: #448AC9;
  color: white;
  text-align: center;
}

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

#monthly #coursemotor_data_1 table {
  width: 400px;
} 

#monthly #coursemotor_data_3 th {
  background-color: #448AC9;
  color: white;
  text-align: center;
  vertical-align: middle;
}

#monthly #coursemotor_data_3 td {
  text-align: center;
  border-bottom: dashed 1px black;
}

#monthly #coursemotor_data_3 table {
  width: 400px;
} 

#monthly #coursemotor_data_3 .bold {
  font-size: 18px;
}

#monthly .kasen {
  border-bottom: solid 1px black;
}

#monthly #flex1 {
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: 40px;
}

#monthly #flex2 {
  display: flex;
  justify-content: space-around;
}

#monthly #naruto {
  text-align: end;
}

#monthly #thedata {
  align-self: flex-start;
}

#monthly #photo {
  align-self: flex-start;
  margin-left: 10px;
}