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