@charset "utf-8";

/* ------------------------------------------------------------

	filename:	print.css
	created:	080401
	update:		080401
	copyright:	(c)2008 Intelligentnet, Inc. All rights reserved.

------------------------------------------------------------ */

/* ------------------------------------------------------------ プリントIE対応*/
* html body { zoom: 75%; }

/* ------------------------------------------------------------ 背景 */
body { background: none; }

/* ------------------------------------------------------------ カラム */
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%; }

/* ------------------------------------------------------------ グロナビ */
div#globalNav ul li a {
	padding-top: 20px;
	border: 1px solid #98A7AC;
	border-right: none;
	background-image: none;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	color: #2E2E2E;
}

div#globalNav ul li.contact a {	border-right: 1px solid #98A7AC; }

div#globalNav ul li.service a,
div#globalNav ul li.case a,
div#globalNav ul li.corporate a { width: 207px; }

div#globalNav ul li.faq a,
div#globalNav ul li.contact a { width: 111px; }

/* ------------------------------------------------------------ thickbox */
div.print { display: none; }

div#TB_overlay { background-color: #FFFFFF; }

* html div#TB_overlay { height: auto!important; }

div#TB_window {
	margin: 0!important;
	border: none!important;
	top: 0!important;
	left: 0!important;
}

* html #TB_HideSelect {
	position: absolute;
	height: auto!important;
}

* html img#TB_Image { zoom: 130%; }

/* ------------------------------------------------------------ 全般*/
* { page-break-before: avoid; }

/* EOF */
