@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 .shinnyuu_t1 {
  width: 800px;
  margin: 0px auto;
}
#monthly .shinnyuu_t1 .kimarite {
  border-bottom: solid 1px #ffffff;
}
#monthly title{
  color: #80605b;

}
#monthly #title span.months {
  color: #3e5ca9;
  background: #fff462;
  padding: 8px 6px 4px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  line-height: 13px;
}

#monthly #title span.normal {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}

#monthly span.course {
  font-weight: bold;
  color: #231815;
}

#monthly span.number {
  color: #fffcdb;
  font-weight: bold;
  background-color: #f08336;
  padding: 0 0.5em;
  letter-spacing: 2px;
}

#monthly span.number2 {
  color: #ffffff;
  font-weight: bold;
  background-color: #f08336;
  padding: 0 0.5em;
  letter-spacing: 2px;
}
/*モーター2連率*/
#monthly #motor table {
  width: 380px;
}
#monthly #motor {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}


/*テーブルデザイン*/

#monthly #title {
  color: #80605b;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-indent: 0em;
  margin-top: 1em;
}

#monthly tr.line {
  background: #fffcdb;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#monthly tr.line1 {
  background: #fffcdb;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}
#monthly tr.line2 {
  background: #fffcdb;
  border-top: 1px solid black;
  border-bottom: 1px dashed black;
}

#monthly tr.line3 {
  border-top: 1px solid black;
  border-bottom: 1px dashed black;
}

#monthly #td, th {
  color: #ffffff;
  background-color: #80605b;
  vertical-align: middle;
  text-align: center;
}

#monthly #td, td{ 
  text-align: center;
  height: 30px;
  vertical-align: middle;
}

#monthly p.owari {
  color: #80605b;
  font-size: 19px;
  margin-bottom:0em;
  text-align: left;
  text-indent:0em
}