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