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


/* ************************************************ 
 *	
 *	PRINT
 *	
 * ************************************************ */
@media print{
	header,
	footer,
	.top_head,
	.top_banner,
	.top_fb,
	.headnavi-menu,
	#page_mainimg,
	.pankuzu,
	#sidebar
	{
		display:none;
	}
	.pagetop{
		display:none !important;
	}
	/* レイアウト */
	body,
	#wrap,
	#content,
#blog_contents .wrapper #wrap
{
		margin:0px !important;
		padding:0px !important;
		background:#fff !important;
	}
	#footer{
		background:#000;
		padding-bottom:5%;

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

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

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

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

}



