@charset "utf-8";

@media print {

body {
	background: none;
}

*:first-child+html  .containerWrap {
	width: 100%;
}
*:first-child+html body{
zoom:60%;
}

* html .containerWrap {
	width: 100%;
}
* html body{
zoom:60%;
}

}
