@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 .chouseki {
    margin: 10px auto 20px auto;
    width: 40%;
    float:right;
}

#monthly .chouseki caption {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #ba7586;
}

#monthly .chouseki td,
#monthly .chouseki th {
    padding: 3px;
    text-align: center;
}

#monthly .chouseki th {
    color: #ffffff;
    background-color: #ba7586;
    text-align: center;
}

#monthly .chouseki tr.line {
    background: #fffbc6;
}

#monthly .chouseki td {
    border-bottom: 1px solid black;
}

#monthly .chouseki .day {
    text-align: right;
    padding: 0 10px 0 0;
}

/*進入コース別成績*/
#monthly .course_t1 {
    width: 100%;
    margin-top: 55px;
}

#monthly .course_t1 caption {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #ba7586;
    margin-bottom: 5px;
}

#monthly .course_t1 span.saikin {
    background: #fff338;
    color: #014099;
    font-weight: bold;
    padding: 0px 5px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-right: 5px;
}

#monthly .course_t1 caption span {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

#monthly .course_t1 tr.line {
    background: #fffbc6;
}

#monthly .course_t1 th {
    padding: 3px;
    color: #ffffff;
    background-color: #ba7586;
    vertical-align: middle;
    text-align: center;
     
}

#monthly .course_t1 .kimarite {
    border-bottom: solid 1px #ffffff;
}

#monthly .course_t1 td {
    padding: 3px;
    text-align: center;
    border-bottom: solid 1px black;
}

#monthly .course_t1 td span {
    font-size: 12px;
}

/*モーター2連率ランキング*/
#monthly .ranking {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    /*border: solid 1px black;*/
}

#monthly .ranking caption {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #ba7586;
    margin-bottom: 5px;
}

#monthly .ranking caption span.naruto {
    background: #217fc4;
    color: #fff;
    font-weight: bold;
    padding: 0px 5px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-right: 5px;
}

#monthly .ranking caption span {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

#monthly .ranking th {
    padding: 3px;
    color: #ffffff;
    background-color: #ba7586;
    vertical-align: middle;
    text-align: center;
    /*border-right: solid 1px #fff;*/
    border-bottom: solid 1px #ffffff;
}

#monthly .ranking th:last-child{
    border-right:none;
}

#monthly .ranking th:nth-child(7),
#monthly .ranking th:nth-child(8) {
    border-bottom: solid 1px #fff;
}

#monthly .ranking tr:nth-child(3){
    border-top: 1px solid #000;
}

/*
#monthly .ranking tr:nth-child(12),
#monthly .ranking tr:nth-child(22),
#monthly .ranking tr:nth-child(32),
#monthly .ranking tr:nth-child(42),
#monthly .ranking tr:nth-child(52),
#monthly .ranking tr:nth-child(62){
    border-bottom: 1px solid #000;
}
*/

#monthly .ranking td {
    padding: 3px;
    text-align: center;
    /*border-left: solid 1px black;*/
    border-bottom: dotted 1px black;
}



#monthly .ranking tr:nth-child(even){
    background:#fffbc6;
}

#monthly .ranking tr:nth-child(7),
#monthly .ranking tr:nth-child(12),
#monthly .ranking tr:nth-child(17){
    border-bottom: 1px solid #000;
}

#monthly .ranking td.seiseki{
    text-align:left;
    letter-spacing:0.3em;
}

#monthly .ranking td:nth-child(3){
    font-weight: bold;
}

#monthly .ranking td span{
    background: #ba7586;
    color: #fff;
    font-weight: bold;
    padding: 0px 5px;
    letter-spacing: 2px;
    display: inline-block;
    transform: scale(1.3, 1);
}

#monthly p.tilt{
    text-align:right;
    margin-top: 5px;
    color:#0D4DA1;
}


#monthly .data_title{
    margin-bottom: 16px;
}
