

#sp_contents .list{
	width:500px;
}
#sp_contents .list table strong{
	background-color:#3E3E3E;
	color: #fff;
	padding:1px 5px;
}
#sp_contents .overview{
	width:390px;
}
@media screen and (max-width: 768px) {
	#sp_contents .list{
		width:auto;
	}
	#sp_contents .overview{
		width:auto;
	}
}
