@charset "utf-8";

/*
	プリント
	新規作成： 08/04/01
	最終更新： 08/04/01
*/


/*
--------------------------------------------------プリントIE対応*/
* html body { zoom: 67%; }

* html body.print { zoom: 85%; }

/* -------------------------------------------------- column */

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; }*/
table { page-break-before: avoid; }

div.utilitiesNav { display: table; }



/* 140115 IE8*/
div.locator { display: table; }
div.column3A,
div.column3B,
div.column4A,
div.column4B,
div.column4C {
	float: none;
	display: table-cell;
}


/* EOF */
