@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 div.ranking_box {
  width: 410px;
  padding: 10px 20px 10px 20px;
  float: left;
}

#monthly div.ranking_box table {
  width: 100%;
  margin: 10px 0 10px 0;
}

#monthly div.ranking_box table th {
  background-color: #fbdcc9;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  text-align:center;
  padding:5px;
}

#monthly div.ranking_box table td {
  font-weight: normal;
  border-bottom: 1px solid #333333;
  padding: 5px;
  text-align:center;
  background: #FFFFFF;
}

#monthly div.ranking_box td.rankname{
  color:#c24334;
  font-weight:bold;
}

#monthly div.ranking_box img.aori {
  margin-bottom: -15px;
}

#monthly div.ranking_box h3 {
  text-align: center;
  border: 1px solid #de7031;
  background: #fff;
  color: #de7031;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 0;
}

#monthly div.ranking_box p {
  text-indent: 0;
}


/*得減点＆選手賞金*/
#monthly div.lc_box {
  width: 80%;
  margin:0px auto;
  clear: both;
  padding: 20px 24px 20px 24px;
  background: #fff4c3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#monthly div.lc_box p {
  margin: 5px 0;
  text-indent: 0;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
}

#monthly div.lc_box p.marker {
  padding: 0 0 0 20px;
}

#monthly div.lc_box p.marker:before {
  content: "●";
  position: absolute;
  left: 0;
}

#monthly div.lc_box hr {
  width: 100%;
  margin: 30px auto;
  padding: 0;
  border: none;
  border-bottom: 1px solid gray;
}

#monthly div.lc_box table {
  width: 100%;
  margin: 15px 10px 0px 0;
}

#monthly div.lc_box table caption {
  font-size: 16px;
  font-weight: bold;
  color: #1d2088;
  text-align: left;
}

#monthly div.lc_box table caption span {
  display: inline-block;
  float: right;
  font-weight: normal;
  color: #333;
  font-size: 14px;
  position: relative;
  top: 2px;
}

#monthly div.lc_box table th {
  background-color: #fad6cf;
  font-weight: normal;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align:center;
  vertical-align:middle;
  padding:8px;
}

#monthly div.lc_box table td {
  font-weight: normal;
  text-align: right;
  vertical-align:middle;
  border-right: 1px solid #333333;
  border-bottom: 1px dotted #333333;
  padding: 3px 12px 3px 0px;
  background: #FFFFFF;
}

#monthly div.lc_box table th:last-child,
#monthly div.lc_box table td:last-child {
  border-right: none;
}

#monthly div.lc_box table .syubetu {
  text-align: center;
  padding: 3px 0px 3px 0px;
}


/*歴代優勝者*/
#monthly h2#rekidai-title {
  text-align: center;
  border: 2px solid #de7031;
  background: #fff;
  color: #de7031;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 10px 0;
  padding: 3px 0;
}

#monthly h2#rekidai-title span {
  font-size: 18px;
}

#monthly #rekidai {
  width: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;

}

#monthly #rekidai .yusho-list {
  border-collapse: collapse;
  width: 440px;
}

#rekidai .yusho-list:nth-of-type(2),
#rekidai .yusho-list:nth-of-type(3),
#rekidai .yusho-list:nth-of-type(4) {
  margin: 0 0 0 1%;
}

#rekidai .yusho-list th,
#rekidai .yusho-list td {
  padding: 3px;
  text-align: center;
  background: #FFF;
}

#monthly #rekidai .yusho-list th {
  background: #fff4c3;
  border-top: 2px solid #221815;
  border-bottom: 2px solid #221815;
}

#monthly #rekidai .yusho-list td {
  border-bottom: 1px solid #000;
}

#monthly #rekidai .yusho-list td.name{
  color:#de7031;
  font-weight:bold;
  font-size: 17px;
}

#monthly #rekidai .yusho-list td.taikai {
  border-bottom: none;
}


