@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 {
  position: relative;
}

#monthly h3{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  background-color: #FDE1AA;
  border-radius: 10px;
  padding: 4px 0;
  margin-bottom: 16px;
}

#monthly #shutsujo{
  background: #FFF9B0;
  border: 1px solid black;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

#monthly h3 span{
  font-size: 16px;
  font-weight: normal;
}

#monthly #ranking{
  display: flex;
  justify-content: space-between;
}


#monthly #ranking table{
  width: 440px;
}

#monthly #ranking th{
   color: #231916;
   background-color: #EFEBCD;
   text-align: center;
   font-weight: bold;
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
}

#monthly #ranking td{
  border-bottom: 1px dashed #333;
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
}

#monthly #ranking tr:nth-child(5n+1){
  border-bottom: 1px solid #333;
}


#monthly #ranking #ranking_1 td:nth-child(3),
#monthly #ranking #ranking_2 td:nth-child(3){
  background-color: #FFF9B0;
  font-weight: bold;
  color: #000000;
}

#monthly #ranking #ranking_1 td.fushutsujo,
#monthly #ranking #ranking_2 td.fushutsujo{
  background-color: white;
}


/*選手賞金*/
#monthly #syokin{
	width:600px;
	margin:60px 30px 0px 50px;
}

#monthly #syokin h4{
	font-size:20px;
	color:#733B93;
	text-align:left;

}

#monthly #syokin h4 span{
	float:right;
	font-weight:normal;
  color:#000000;
	font-size:14px;
	text-align:right;
	position:relative;
	top:5px;
}

#monthly #syokin table{
	width:100%;
	margin:0px auto;
}

#monthly #syokin table th,
#monthly #syokin table td{
	padding:5px;
}

#monthly #syokin table th{
  font-weight:normal;
	text-align:center;
	background-color:#D2C3DF;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

#monthly #syokin table td{
	text-align:right;
	background-color:#FFF;
  border-bottom:1px dashed #000000;}

#monthly #syokin table td:first-child{
	text-align:center;
}

#monthly #syokin p{
	text-indent:0;
	font-size:90%;
	margin-top:5px;
}

#monthly #last{
  display: flex;
}

#monthly h5{
  float: right;
  margin-top: 230px;

}