@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 .wrapper-all{
  width: 850px;
  justify-content:space-around;
  padding: 0.5em 1em;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #231916;
  border: solid 2px black;
  border-radius: 10px;
}

#monthly .wrapper-child{
  display: flex;
  justify-content:space-around;

}


#monthly .rekidai_title{
  width: 852px;
  margin: 0 auto;

}

#monthly .yusho-title{
  width: 850px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 3px;
  background: linear-gradient(transparent 70%, #E2918A 70%);
}


#monthly .shokin table{
  width: 420px;
  font-size: 0.95rem;
  text-align: center;

}

#monthly .racer{
  color: #C60035;
  font-weight: bold;
}

#monthly .shokin table th{
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  font-weight: normal;
  text-align: center;
  background: #DCDDDD;
}

#monthly .shokin table td{
  border-bottom: 1px solid #000;
  text-align: center;
}

/*テーブルここまで*/

/*覇者たちここから*/


#monthly .gradation {
  background: linear-gradient(top, #FFF9B0, #FFF);
  background: linear-gradient(to bottom, #FFF9B0, #FFF);
  border-radius: 30px;
}



#monthly .img {
  text-align: left;
  padding: 5px;

}

#monthly td.taikai {
  border: none;
  color: #B5534D;
  font-weight: bold;
  background: #F5E498;
  background: linear-gradient(to left bottom, #e7c347, #fffcd1, #e7c347);
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 30px;

}

#monthly td.taikai span {
  background: #B5534D;
  color: #FFFFFF;
  padding: 1px 8px;
  margin-left: 10px;
}

#monthly td.taikai span.yusho_box {
  color: #B5534D;
  background: #FFFFFF;
  border: 1px solid #B5534D;
}

#monthly .yusho_box {
  color: #701E20;
  padding: 2px 4px;
 
 background: #FFFFFF;
  border: 1px solid #701E20;

}
#monthly #hasha{
	margin: 0 auto;
  margin-top: 30px;
	width: 900px;
	position: relative;
	
}

#monthly h4{
  font-size: 25px;
  font-family: serif;
  color: #EA5432;
	text-align: center;
	width:900px;
	position: absolute;
	top:-15px;
	
}

#monthly .gradation{
	padding: 80px 30px 20px 30px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}


#monthly .gradation .taikai{
	
	width:270px;
}

/*覇者たちここまで*/