@charset "utf-8";

/*++++++++++++++
performance
++++++++++++++*/
section#performance {
	padding: 0;
}

section#performance article {
	margin: 0 0 80px;
}

section#performance table {
	
}

section#performance table tr{
	
}

section#performance table tr:nth-child(2n){
	background: #f7f7f7;
}

@media screen and (max-width: 480px) {
section#performance table {
	
}

section#performance table tr,th,td{
	display:block;
	border-right: none;
}

	
}