/* =========== IE用印刷設定CSS =========== */ 
@media print{

body {
/zoom: 67%; /*WinIE only */
}

}

.renderSwitcher{
	display:none;
}
