#highlight #sp_contents .list {
    float: none;
    width: auto;
}
#highlight #sp_contents.jbc .list {
    float: left;
    width: 485px;
	margin-right:30px;
}
#highlight #sp_contents.jbc .list:last-child{
	margin-right:0px;
}
#highlight #sp_contents.jbc .list table tr.name th{
	font-weight: bold;
	background-color: inherit;
	color: black;
	font-size: 2.0rem;
	padding-top:20px;
}
#highlight #sp_contents.jbc .list table tr.name:first-child th{
	padding-top:0px;
}
#highlight .title .fl.long{
	width:100%;
}

@media screen and (max-width: 768px) {
	#highlight #sp_contents.jbc .list {
		float: none;
		width: auto;
		margin-right:0px;
	}
	#highlight #sp_contents.jbc .list table tr.name th{
		padding-top:20px;
		text-align: center;
	}
	#highlight #sp_contents.jbc .list table tr.name:first-child th{
		padding-top:20px;
	}
	#highlight #sp_contents.jbc .list p{
		text-align: center;		
	}
}