@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 751px) {
	th {
		width: 27%;
	}
}

@media only screen and (max-width: 750px) {
	th {
		width: 33%;
	}
}