@charset "utf-8";

/* ------------------------------------------------------------

	filename:	print.css
	created:	080401
	update:		090803

------------------------------------------------------------ */

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

/* ------------------------------------------------------------ カラム */
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; }


/* ------------------------------------------------------------ 068 印刷ページ */

div.typeSp div#mainContents div.shopInner table th,
div.typeSp div#mainContents div.shopInner table td,
div.typeSp div#mainContents div.shopInner table th p,
div.typeSp div#mainContents div.shopInner table td p,
div.typeSp div#mainContents div.shopInner table td dl dt,
div.typeSp div#mainContents div.shopInner table td dl dd { font-size: 100%; }


/* EOF */