@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 .race-box{
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}


#monthly .racer-box{
	position: relative;
	width:300px;
	margin:0;
	box-sizing: border-box;
}


#monthly h4{
	margin-bottom: 10px;
}


#monthly .tei1{background:#EEEFEF;}
#monthly .tei2{background:#D3D3D4;}
#monthly .tei3{background:#F9D0BA;}
#monthly .tei4{background:#C7D8EF;}
#monthly .tei5{background:#FFF9B0;}
#monthly .tei6{background:#CAE5CD;}

#monthly .text-box{
	padding: 0 10px 40px 10px;
}

#monthly .racer-box h3 {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}

#monthly .racer-box h3 img{
	width: 220px;
}

#monthly .racer-box table{
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 94%;
	font-size: 14px;
}

#monthly .racer-box table td,
#monthly .racer-box table th{
	width: 50%;
	text-align: center;
	font-weight: normal;
	border: 1px solid #000;
	vertical-align: middle;
	padding: 3px 0;
	color: #231F20;
}

#monthly .racer-box table th{background: #FFFBCD;}
#monthly .racer-box table td{background: #FBD3C8;}


/*初出場*/

#monthly .first{
	position: relative;
	background: #FCE5E7;
	box-sizing: border-box;
	padding: 10px 20px;
	border: 2px solid #A053A1;
	border-radius: 20px;
	margin-top: 80px;
}


#monthly .first h4{
	display: inline-block;
	position: absolute;
	right: 20px;
	top: -30px;
}

/*#monthly .first h4 img{width: 180px;}:*/

#monthly .first h5{
	margin: 20px 0 10px 0;
	font-size: 23px;
	color: #A053A1;
}

#monthly .img-left{
	float: left;
	margin-right: 15px;
	margin-bottom: 50px;
}






