﻿@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :print.css
	version:1.0
	style info :印刷用。
======================================================================= */


/* print
-------------------------------------------------------------------------------*/
*html body{
	zoom:65%;
}


#container_warp{
	 box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#fix_footer,
#pagetop{
	display:none;
	}


