@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: center;
}


h4{
	text-align: center;
	font-size: 28px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	color: #0C4DA2;
	margin: 30px 0;
}

h5{
	color: #221466;
	text-align:center;
	font-size: 20px;
	margin: 20px 0 10px 0;
}


#monthly #bbox{
	margin:50px auto; 
display: flex;
	
}


/*テーブル共通*/
#monthly h6 {
  color: #D3694F;
  font-size: 20px;
  text-align:center;
  font-weight: bold;
  text-indent:0em;
  letter-spacing:0.05em;
  margin: 0;
}

#monthly table {
  margin: 0 auto;
}
#monthly table tr{
  background: #FFFFFF;
}
#monthly th {
  background-color: #D3694F;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
#monthly tr.line {
  background: #FEDBB3;
}
#monthly td {
    text-align: center;
}

#monthly #data_title {
  text-align: center;
}



/* 進入コース別成績 *//* テーブル共通も要コピー */
#monthly #ranking-title {
  margin: 50px 0 2px 0 ;
  color: #D3694F;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  text-indent:0em;

}

#monthly #ranking-title span.six {
  color: #fff;
  background:#776EA1;
  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;
}

#monthly .line {
  background-color: #e6f4fd;
}

#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;
}


/* 潮汐表 *//* テーブル共通も要コピー */

#monthly #chouseki_wrapper {
  width: 400px;
	margin-right: 40px;
}

#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;
}

#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 #pool{
  text-align: center;
}


/*モーターベスト15*/


#monthly h6 span{
font-size: 16px;
}

#monthly #motor_date{
	width:650px;
	text-align: right;
	margin: 0 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: #D3694F;
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;
}
