@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 p {
  line-height: 27px;
}

#monthly .tenbou .boutou p {
  margin-top: 30px;
  margin-bottom: 7px;
}

#monthly .tenbou p span {
color:  #138a2b;
font-weight: bold;
}

#monthly .tenbou p strong {
   color: #fff;
   background-color: #048ec3;
  padding: 0px 7px;
  font-weight: bold;
}

#monthly .tenbou img.float-l {
  float: left;
  padding-right: 1em;
  }

#monthly .tenbou img.float-r {
  float: right;
  padding-left: 1em;
}

/*テーブル共通*/
#monthly h6 {
  color: #048ec3;
  font-size: 20px;
  text-align:center;
  font-weight: bold;
  text-indent:0em;
  letter-spacing:0.05em;
  margin: 20px 0 10px 0;
}

#monthly table {
  margin: 0 auto;
}
#monthly table tr{
  background: #FFFFFF;
}
#monthly th {
  background-color: #048ec3;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
#monthly tr.line {
  background: #fffbc6;
}
#monthly td {
    text-align: center;
}

#monthly #data_title {
  text-align: center;
}



/* 進入コース別成績 *//* テーブル共通も要コピー */
#monthly #ranking-title {
  margin: 50px 0 2px 0 ;
  color: #048ec3;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;

}

#monthly #ranking-title span.six {
  color: #014099;
  background:#fff338;
  padding: 8px 6px 4px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  line-height:13px;
  font-size: 16px;
}
#monthly #ranking-title span.normal {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  text-align:center;
    background-color: #fff;
}

#monthly .line {
  background-color: #048ec3;
}

#monthly .course_t1 {
  width: 100%;
  margin-bottom: 40px;
}
#monthly .course_t1 th,
.course_t1 caption {
  text-align: center;
}

#monthly .course_t1 .kimarite {
  border-bottom: solid 1px #ffffff;
}
#monthly .course_t1 td {
  padding: 3px;
  border-bottom: solid 1px black;
}
