@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;
}


/*各ページ*/

h3{
	text-align: left;
    margin-bottom: 50px;
}


#monthly #bbox{
	margin:0px auto; 
    display: flex;
	justify-content: space-between;
    margin-bottom: 50px;
}

#monthly #bbox h4{
    margin: 0;
}


/*テーブル共通*/
#monthly h4 {
  color: #755893;
  font-size: 20px;
  text-align:center;
  letter-spacing:0.05em;
  margin: 50px 0 0 0;
}

#monthly h4 span.normal {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  text-align:center;
}

#monthly table {
  margin: 0 auto;
}
#monthly table tr{
  background: #FFFFFF;
}
#monthly th {
  background-color: #755893;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

#monthly tr.line {
  background: #FFFAC2;
}

#monthly td {
    text-align: center;
}

#monthly #data_title {
  text-align: center;
}


/* 水面図 */
#monthly #pool{
  text-align: center;
    margin-top: 10px;
}


/* 潮汐表 *//* テーブル共通も要コピー */

#monthly #chouseki_wrapper {
  width: 360px;
}

#monthly #chouseki{
	width: 100%;
}


#monthly #chouseki th {
  border-bottom: 1px solid white;
  //border-right: 1px solid white;
  text-align: center;
}

#monthly #chouseki th:last-child{
  border-right: none;
}

#monthly #chouseki td:first-child{
  text-align: right;
	padding-right: 10px;
    width: 135px;
}

#monthly #chouseki td {
  border-bottom: 1px solid black;
  //border-right: 1px solid black;
  text-align: center;
}

#monthly #chouseki td:last-child{
  border-right: none;
}

/* 進入コース別成績 *//* テーブル共通も要コピー */

#monthly h4 span.six {
  color: #0B4EA2;
  background:#FFF34D;
  padding: 8px 6px 4px 6px;
  margin: 0px 8px 0px 8px;
  display: inline-block;
  line-height:13px;
  font-size: 16px;
}



#monthly .course_t1 {
  width: 100%;
  margin: 0px auto;
}
#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;
}






/*モーターベスト15*/


#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: #755893;
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;
}
