﻿/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Style Info:     プリント用CSS
----------------------------------------------------------- */
@media print {

body {
_zoom: 60%; /*WinIE only */
background: none;

}

#header {
	width: auto;
}	

#container {
	width: auto;
}


#detail_innner div#map {
	clear: both;
	/*page-break-before: always;*/
}



div#detail #map_canvas {
	float: none;
	margin: 0 0 20px;
}

div#detail div.point {
	float: none;
}

div#detail #map {
	page-break-before: always;
}

div#detail .ban110 {
	display: none !important;
}

div#detail .contact,
div#detail .banner {
	clear: both;
}

div#under {
	display: none !important;
}

div#footer {
	display: none !important;
}















}
