@charset "utf-8";
/* CSS Document */


/* ************************************************ 
 *	
 *	PRINT
 *	
 * ************************************************ */
@media print{
	header,
	#loader-bg,
	#top-head,
	.pankuzu,
	.foot_main,
	#page_mainimg,
	.foot_pagetop,
	.pagetop,
	#sidebar,
	.headnavi-menu,
	.top_banner2,
	.top_news,
	.foot_contact .bt{
		display:none;
	}
	/* レイアウト */
	body,
	#wrap,
	#content{
		margin:0px !important;
		padding:0px !important;
	}
	#footer{
		background:#000;
		padding-bottom:5%;

	}
	#content{
		width:100% !important;
		float:none;
	}
	.inner_block{
		width:90%;
		margin:0px auto;
	}
	#teikei_map{
		width:720px !important;
		margin:0px auto;
	}
	.movie_block{
		display:none !important;
	}
	.kakudai{
		display:none !important;
	}

	/* ここから表示 */
	.print_block{page-break-before : always;}

	/* アニメ */
	.animation01{visibility: visible !important;}

	.wrapper {
		margin-left:0%;
		width:100%;
		}
}

}



