
#highlight #sp_contents .overview{
	padding: 0;
	background-color: inherit;
}
#highlight #sp_contents .overview .text{
	padding:15px;
	background-color: #fff;
	margin-bottom:10px;
}
#highlight #sp_contents .overview ul{
	display: flex;
	justify-content:center;
	
}
#highlight #sp_contents .overview ul li{
	width:49%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
}
#highlight #sp_contents .overview ul li a{
	display:block;
	background-color: #4f4f4f;
	color:#fff;
}
#highlight #sp_contents .overview ul li.seazon3 a{
	background-color: #a80079;
}
#highlight #sp_contents .overview ul li.seazon2 a{
	background-color: #51A344;
}
#highlight #sp_contents .overview ul li.seazonk a{
	background-color: #398DAD;
}
#highlight .title .fl.long{
	width:100%;
}


@media screen and (max-width: 768px) {
	#highlight #sp_contents .overview .text{
		padding:5px;
		padding-bottom:20px;
	}
	#highlight #sp_contents .overview ul li{
		font-size: 1.2rem;
	}
}