@charset "utf-8";
@media print {

body {
	background: none;
}

*:first-child+html  #wrap {
	width: 100%;
}
*:first-child+html body{
zoom:70%;
}

* html #wrap{
	width: 100%;
}
* html body{
zoom:70%;
}

}


