@charset "utf-8";
/*html,body{background:#fff;}
body{zoom:80%;}
#header,#asideMenu,#footer,.page_depth,.page_print{display:none;}
#container{width:auto}
.location{padding-top:40px;}
.contentClear,.contentStyle{padding-bottom:0;}
*/

html,body{background:#fff;}
#wrap{width:1248px;}
#header,#asideMenu,#footer,.page_depth,.page_print{display:none;}
#container{margin:0;}
.location{padding-top:40px;}
.contentClear,.contentStyle{padding-bottom:0;}

@page {
	size:A4 landscape;
	margin:20px;
    page-break-after:always; 
    counter-increment:page;
}



@media print {
	html,body{background:#fff;}
	#header,#asideMenu,#footer,.page_depth,.page_print{display:none;}
	#container{margin:0;}
	.location{padding-top:40px;}
	.contentClear,.contentStyle{padding-bottom:0;}

	@page {
		size:A4 landscape;
		page-break-after:always; 
		counter-increment:page;
	}
}

