﻿@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 table {
  margin: 0 auto;
}

#monthly table tr{
  background: #FFFFFF;
}

#monthly th {
  background-color: #78965E;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
}

#monthly tr.line {
  background: #FFF9AD;
}

#monthly td {
    text-align: center;
}

#monthly #ranking-title {
  color:#3D8D61;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;
}

#monthly #ranking-title span.six {
  color:#3D8D61;
  background:#FFD64E;
  padding: 6px 6px;
  margin: 0px 8px 0px 8px;
  line-height:20px;
  font-size: 16px;
}

#monthly #ranking-title span.normal {
  color:black;
  font-size: 16px;
  font-weight: normal;
  text-align:center;
}

/* ヘッダー画像 */

#monthly .data_header{
  display: flex;
}

#monthly .data_title{
  height: 243px;
  padding-top: 50px;
}


/* 進入コース別成績 */

#monthly .course_t1 {
  width: 100%;
  margin: 0px auto;
}

#monthly .course_t1 th,
.course_t1 caption {
  text-align: center;
}

#monthly .course_t1 th {
  padding: 3px;
  color: #ffffff;
  background-color: #78965E;
  vertical-align: middle;
}

#monthly .course_t1 .kimarite {
  border-bottom: 1px solid white;
}

#monthly .course_t1 td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid black;
}

/* モーター2連率ベスト10*/


#monthly div.data_motor {
  margin-bottom: 50px;
}


#monthly .data_container{
  display:flex;
}

#monthly .data_table{
  width: 250px;
}

#monthly .data_table tr {
  border-bottom: 1px dashed black;
}

#monthly .data_table tr.none {
  border-bottom: none;
}

#monthly .data_table tr.solid {
  border-bottom: 1px solid black;
}

#monthly span.data_motor {
  color: white;
  background: #3D8D61;
  width: 40px;
  font-weight: bold;
  display: inline-block;
  margin: 2px auto;
}

#monthly td.data_number {
  color: #3D8D61;
  font-weight: bold;
}

#monthly td.data_tilt {
  text-align: center;
  color: #0B4EA2;
  font-weight: bold;
  border-bottom: none;
}

#monthly tr.line_none {
  border-bottom: none;
}

/* このモーターは、出る！ */


#monthly #data_motor {
  background-color: #DAEBC1;
}

#monthly .data_kirari {
  position: absolute;
  z-index: 20;
  top: -30px;
  left: -15px;
  bottom: 15px;
  width: 280px;
}

#monthly h4.data_firstcell {
  color: white;
  background-color: #3D8D61;
  margin: 0 auto;
  padding-top: 15px;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  width: 900px;
  height: 50px;
  position:relative;
  z-index: 10;
}

#monthly .data_writer{
  font-size: 20px;
}

#monthly h5.data_comments {
  color: #3D8D61;
  text-align: center;
  font-size: 25px;
  border-bottom: solid 2px #3D8D61;
  width: 880px;
  margin: 0 auto;
  position:relative;
  padding-top: 10px;
}

#monthly #data_motor p {
  width: 880px;
  margin: 0 auto;
  margin-bottom: 0;
  font-weight: bold;
  padding: 5px 0;
}

#monthly #data_motor p.last{
  width: 880px;
  margin: 0 auto;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#monthly span.motor_number {
  color: white;
  background: #3D8D61;
  width: 40px;
  font-weight: bold;
  display: inline-block;
  margin: 2px;
  position:relative;
  top: -5px;
}

/* 番組編成要領 */
#monthly .yoryo {
  width:900px;
}
