@charset "UTF-8";

@charset "utf-8";
/* CSS Document */

#table_3col+div table thead th:nth-of-type(n+2){
	display: none;
}

@media screen and (max-width: 900px){
	#table_3col+div table{
		font-size: 1.4rem;
	}
}
