@charset "utf-8";

/* CSS Document */

/* IE10以降 */
@media print and (-ms-high-contrast:none) {
	table {
		font-size: 80%;
	}
}
