@charset "utf-8";

/* ------------------------------------------------------------

	filename:	print.css
	created:	090305 
	update:		090305
	copyright:	(c)2009 Intelligentnet, Inc. All rights reserved.

------------------------------------------------------------ */


/* ------------------------------------------------------------ プリントIE対応*/
* html body { zoom: 67%; }
* html body#print { zoom: 85%; }

/* ------------------------------------------------------------ カラム */
div.column3A { width: 33%; }

div.column3B { width: 66%; }

div.column4A { width: 24.9%; }

div.column4B { width: 49.9%; }

div.column4C { width: 74.9%; }

div.column3A div.column3A,
div.column3B div.column3B,
div.column4A div.column4A,
div.column4B div.column4B,
div.column4C div.column4C { width: 99.9%; }

div.column3B div.column3A,
div.column4B div.column4A { width: 49.8%; }

div.column4C div.column4A { width: 33.2%; }

/* ------------------------------------------------------------ 全般*/
* { page-break-before: avoid; }

/* EOF */