#highlight .info .clearfix{
	margin-top:15px;
	margin-bottom:35px;
}

#highlight .info .clearfix h3{
	text-align:center;
	font-size:1.7rem;
}
#highlight .info .clearfix section{
	float:left;
	width:33%;
}
#highlight .info .clearfix section .winner{
	display: block;
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:15px;
}
#highlight .info .clearfix section .winner .jockey{
	display:inline;
	font-size: 3rem;
	color: #A76005;
	font-weight: bold;
}
#highlight .info .clearfix section .winner .jockey span{
	font-size:1.5rem;
}
#highlight .info .point,
#highlight .info .report{
	width:560px;
	margin:0 auto;
	margin-bottom:10px;
}
#highlight .info .report iframe{
	width:560px;
	height:315px;
	border:0;
}
#highlight .info .point a{
	background-color:#e7a10a;
	color:white;
	padding:5px 0;
	display:block;
}
#highlight .info .report p{
	background-color:#000;
	color:white;
	padding:5px 0;
}

#highlight article section.comment > div h4.winner{
	color:#A76005;
}


#sp_contents .list{
	width:500px;
}
#sp_contents .list table{
	border-top: 1px solid #cfcfcf;
}
#sp_contents .list table .none{
	background-color: inherit;
}
#sp_contents .list table tr.now{
	background-color: inherit;
}
#sp_contents .list table tr.now{
	background-color: #fff;
}
#sp_contents .list table td.none{
	text-align: center;
	color: black;
	font-weight: bold;
	background-color: #efefef;
}
#sp_contents .list table td.none strong{
	font-size: 2.5rem;
	line-height: 1;
}
#sp_contents .overview{
	width:390px;
}
@media screen and (max-width: 768px) {
	#highlight .info .clearfix{
		margin-bottom:0;
	}
	#sp_contents #jcs .list{
		width:auto;
	}
	#sp_contents #jcs .overview{
		width:auto;
	}
	#highlight .info .clearfix section{
		float:none;
		width:100%;
		margin:20px 0;
	}
	#highlight .info .clearfix section .winner{
		margin-top:0px;
		margin-bottom:5px;
	}
	#highlight .info .point,
	#highlight .info .report{
		width:auto;
	}
	#highlight .info .report .youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#highlight .info .report .youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}
