/* add 080409 print setting */




@media print {
* html body,
* html #ms-footer {
 zoom: 80%!important;
}

* html div#ms-stage {
 zoom:80%;
}

*:first-child+html div#ms-stage {
 zoom:80%;
}

*:first-child+html body,
*:first-child+html #ms-footer {
zoom: 80%!important;
}

* html p.ms-me2-with-distance img {
 zoom:75%;
}

*:first-child+html p.ms-me2-with-distance img {
 zoom:75%;
}

.footer-navi {
	position: absolute!important;
	bottom: 0!important;
}


}