@media print, screen and (min-width: 751px) {

#mainContents .imgArea {
  padding-top: 10px;
}
#mainContents .tableArea {
}
#mainContents .boxTable th,
#mainContents .boxTable td {
	vertical-align: top;
}
#mainContents .year {
	white-space: nowrap;
	width: 20%;
	text-align: center;
}
#mainContents .excellent {
	white-space: nowrap;
	width: 40%;
	text-align: center;
}
#mainContents .fine {
	white-space: nowrap;
	width: 40%;
	text-align: center;
}
}
