@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{
	margin-bottom: 20px;
}


#monthly #dream{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
}

#monthly #dream .racer{
	margin-bottom: 15px;
}

#monthly #dream img{
	margin: 0;
}

#monthly #dream table{
	font-size: 15px;
	width: 430px;
	margin: 0;
	border: 1px solid #000;
}

#monthly #dream table th,
#monthly #dream table td{
	padding: 4px 7px;
}

#monthly #dream table tr.all{
	background: #FDE2C7;
	border-bottom: 1px solid #000;
	
}


#monthly #dream table tr.toda{
	background: #DDF0F6;
}

#monthly #dream table tr.all th{
	background: #F58221;
	color: #fff;
	font-weight: normal;
}
#monthly #dream table tr.toda th{
	background: #00B8D7;
	color: #fff;
	font-weight: normal;
}

#monthly #dream table tr .score{
	border-right: 1px solid #000;
}