@charset "UTF-8";

html { font-family		: MS P ゴシック	; }
h2	 { text-align		: center		; margin  : 0px; }
tr	 { vertical-align	: top			; }
ul	 { padding-left		: 30px			; margin  : 0px; }

@media (max-width: 899px) {
	html 	{ font-size	:  80%	;	line-height	: 1.5 ; }
	#tdWdth { width : 40px; }
	th:nth-child(4) { display	: none; }
	td:nth-child(4) { display	: none; }
}


@media (min-width: 900px) and (max-width: 1499px) {
	html	{ font-size	: 100%	;	line-height	: 1.2 ;		width : 900px ;}
	#tdWdth { width : 50px; }
	th:nth-child(4) { display	: none; }
	td:nth-child(4) { display	: none; }
}


@media (min-width: 1500px) {
	html	{ font-size	: 100%	;	line-height	: 1.2 ;		width : 1060px ;}
	#tdWdth { width : 50px; }
}
