@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{
	text-align: center;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	color: #009794;
	margin: 30px 0;
}

#monthly h4{
    text-align: center;
    font-size: 23px;
    color: #49873e;
    margin: 20px 0 10px 0 ;
}

#monthly p strong {
    color: #006543;
}

#monthly #ranking-title {
    margin-top: 50px;
    color: #709b11;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-indent: 0em;
}

#monthly #ranking-title span.hyo {
    color: #231815;
    background: #dcdddd;
    padding: 4px 6px 0px 6px;
    margin: 0px 8px 0px 8px;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    border: thin solid;
    font-weight: normal;

}


#monthly #ranking-title span.ten {
    color: #014099;
    background: #fff338;
    padding: 7px 6px 4px 6px;
    margin: 0px 8px 0px 8px;
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
}

#monthly #ranking-title span.normal {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

/*******初日成績*******/

#monthly #shonichiseiseki {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
#monthly #shonichiseiseki p {
  text-align: left;
  font-size: 14px;
  clear: both;
  margin: 0;
  padding: 1% 0 0 0;
}
#monthly #shonichiseiseki .seiseki {
  border-collapse: collapse;
  width: 48%;
/*  float: left;*/
}
#monthly #shonichiseiseki .seiseki:nth-of-type(2),
#monthly #shonichiseiseki .seiseki:nth-of-type(3),
#monthly #shonichiseiseki .seiseki:nth-of-type(4) {
  margin: 0 0 0 1%;
}

#monthly #shonichiseiseki .seiseki tbody tr:nth-child(2n+1) {
  background: #fffbc7;
}

#monthly #shonichiseiseki .seiseki th,
#monthly #shonichiseiseki .seiseki td {
  padding: 3px;
  text-align: center;
}


#monthly #shonichiseiseki .seiseki th {
  background: #709b11;
  color: #ffffff;

}
#monthly #shonichiseiseki .seiseki td {
  border-bottom: 1px solid #000;
}
/*
#monthly #shonichiseiseki .seiseki td:nth-of-type(4) {
  font-weight: bold;
  color: #33407f;
}
*/
#monthly #shonichiseiseki .seiseki span.ranna {
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  display: inline-block;
  margin: 0 -3em 0 0;
}

#monthly #shonichiseiseki .seiseki .name {
  font-size: 16px;
  font-weight: bold;
  color: #004e9d;
}

#monthly .capsion {
  margin-top: -20px;
}

#monthly #shonichiseiseki  .seiseki td.taikai {
  border-bottom: none;
}


/*******初日スタート*******/

#monthly #start {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#monthly #start table {
  width: 32%;
}
#monthly #start table th,
#monthly #start table td {
  padding: 2px;
  text-align: center;
}

#monthly #start table th {
  background: #709b11;
  color: #ffffff;
  vertical-align: middle;
  line-height: 19px;
    padding: 5px 0;
}
#monthly #start table td {
  border-bottom: 1px solid #000;
}

#monthly #start tbody tr:nth-child(2n+1) {
  background: #fffbc7;
}
