@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;
  margin-top: 25px;
  margin-bottom: 30px;
}
#monthly .biwako_title {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 460px;
  height: 75px;
  padding-left: 15px;
}
#monthly .biwako_title .data {
  font-size: 28px;
  font-weight: bold;
}
#monthly .biwako {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  background-color: #008c3e;
  margin-left: 142px;
  padding-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
#monthly .title_cm {
  font-size: 35px;
  font-weight: bold;
}
#monthly .haraimodoshi {
  font-size: 15px;
  color: #ffffff;
  background-color: #008c3e;
  border-radius: 50%;
  border: solid 1px #008c3e;
  text-align: center;
  width: 130px;
  height: 94px;
  position: absolute;
  right: 190px;
  top: 115px;
  padding-top: 15px;
}
#monthly .haraimodoshi .number {
  padding: 0px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;

}
#monthly .m_tyuumoku {
  text-align: center;
}
#monthly .m_tyuumoku img {
  padding-bottom: 10px;
}
#monthly .m_tyuumoku .number {
  padding: 5px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  background-color: #008c3e;
}
#monthly .tiruto {
  color: black;
  text-align: right;
  margin-right: 54px;
  margin-top: -15px;
}
#monthly .table_title1 {
  color: #5a9b21;
  text-align: center;
  font-size: 18px;
}
#monthly .table_title1 .month {
  color: black;
  background: #fff100;
  padding: 8px 6px 4px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  line-height: 13px;
  font-size: 20px;
}
#monthly #motor {
  display: flex;
  width: 800px;
  margin: auto;
  justify-content: space-evenly;
}
#monthly #motor .table_course {
  width: 380px;
}
#monthly .table_course {
  width: 880px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
#monthly .table_course #kimarite {
  border-bottom: solid 1px #ffffff;
  text-align: center;
}
#monthly .table_course th {
  padding: 3px;
  color: #ffffff;
  background-color: #5a9b21;
  text-align: center;
  vertical-align: middle;
}
#monthly .table_course tr td {
  border-bottom: 1px solid black;
  text-align: center;
}
#monthly .table_course .course {
  font-weight: bold;
  color: #231815;
}
#monthly .suimenzu {
  text-align: center;
  margin-top: 20px;
}/*# sourceMappingURL=coursemotor.css.map */