@charset "utf-8";

/*共通*/

#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 h3{
    float: left;
    margin-right: 15px
}


#monthly h4{
    color: #0599d9;
    font-size: 30px;
    text-align: left;
    font-family: serif;
    line-height: 48px;
}

#monthly h4 span{
    color:#fff;
    background-color:#0599d9;
    padding: 0px 7px;
}

#monthly h5{
	color: #1d2088;
	text-align:center;
	font-size: 24px;
	margin: 20px 0 10px 0;
}

#monthly h5 span{
    color:#fff;
    background-color:#1d2088;
    padding: 0px 7px;
}

#monthly p span{
    color:#fff;
    background-color:#0599d9;
    padding: 0px 7px;
    font-weight: bold;
}

#monthly .img-left {
    float: left;
    margin: 0px 10px 0 0;
}

/*テーブル共通*/
#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;
}


/*モーターベスト10*/


#monthly #motor_date{
	width:650px;
	text-align: center;
	margin: -10px auto 0px auto;
	font-size: 15px;
}

#monthly #motor{
width:650px;
margin:0 auto;
}

#monthly #motor tr:nth-child(6),
#monthly #motor tr:nth-child(11){
border-bottom: solid 1px #000;
}

#monthly #motor td{
padding: 5px ;
border-bottom: dashed 1px #000;
}


#monthly #motor th{
color: #fff;
padding: 8px 10px;
vertical-align: middle;
}

#monthly #motor th.m-num{
font-size: 14px;
line-height: 15px;
}

#monthly #motor span{
background: #048ec3;
color: #fff;
font-weight: bold;
padding: 0px 7px;
letter-spacing: 2px;
}


#monthly #motor caption{
color:#014099;
caption-side:bottom;
text-align: right;
font-size: 15px;
padding: 5px 0;
}
