@charset "utf-8";
/* CSS Document */

/* for all IE only*/
/* Internet Explorer 8+ (And old Firefox 1.x) */
@media screen\0 {
	.imgbox img, .proImg img, .thumbnailImg img{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100% !important; height: auto !important;}
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	.imgbox img, .proImg img, .thumbnailImg img{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100% !important; height: auto !important;}
}