@charset "UTF-8";

/*****************************************
				Print
*****************************************/
@page {
    size: A4 portrait; 
    margin: 0mm;
}
html {

}
body {
	height: auto;
	zoom: 80%;
}
#container {
	width: auto;
	min-height: auto;
	background: none;
}
#copyright {
	page-break-inside: avoid;
}
#headerInner.fixed {
	position: absolute;
}
#mainVisual {
	height: auto;
}
#overview,
#overviewBottom {
	page-break-after: always;
}
#pageTop {
	display: none;
}