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

/*-------------------------------------------------------------
 *
 *							印刷専用CSS
 *
 *-------------------------------------------------------------*/
	@media print {
		
		/*---------- ---------- ---------- ---------- ----------
		 *					共通用
		 * ---------- ---------- ---------- ---------- ---------- */
			body							{ _zoom:0.6; }
			
			
		
		
			/*	強制改ページ	*/
				.pageBrake					{ page-break-before:always; }
			
			/*	header fix 解除	*/
				#headerContents				{ position:static; }
				#mainImage, 
				#mainContents				{ padding:0px; }
			
			/*	印刷時非表示	*/
				#entryArea					{ display:none; }
			
			/*	印刷時表示	*/	
				.pDisp						{ display:block; }
			
			/*	印刷時padding削除	*/
				#catTitle					{ padding:0px; }
			
			/*	display table	*/
				#topMenu					{ display:table; }
				.boxRow						{ display:table-row; }
				.boxRow > div				{ float:none; display:table-cell; }
			
			/*		*/
				.boxRecord					{ display:table; }
				.boxRecord > div			{ float:none; display:table-cell; }
				
			/*		*/
				.devResults					{ display:table; }
				.devResults > div			{ float:none; display:table-cell; }
			
			/*		*/
				.isoArea					{ display:table; }
			
			/*		*/
				.boxTraining				{ display:table; }
				
		
		/* ---------- ---------- ---------- ---------- ----------
		 *					IE用
		 * ---------- ---------- ---------- ---------- ---------- */
			
		
		
		/* ---------- ---------- ---------- ---------- ----------
		 *					firefox用
		 * ---------- ---------- ---------- ---------- ---------- */
			
				
			
	}