@charset "UTF-8";

/* ****************************************************
Title: print.css
Created date: 2009
Last Modified: 2009
Created by: iGrove
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 for previous IE
#02 for all browser

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



/* #01 for previous IE
（印刷画面で縮小設定ができないVersion 6以前のIEのための指定）
---------------------------------------------------------------------------- */
body {
}

* html body {
	zoom: 70%;
}


/* #02 for all browser
---------------------------------------------------------------------------- */

p.forPrint {
	display: block;
	font-size: 130%;
	font-weight: bold;
}

body#companyMap div#officeMap {
	margin: 0 auto !important;
}

body#companyMap p#mapPrintBtn {
	display: none !important;
}

body#company div#primary div#officeMap {
	display: none !important;
}

div#primary #mapArea #mapNotice {
	display: block !important;
}

html>/**/body div#pageBody {
	overflow /*\**/: hidden\9;
}

body#top div#layout #printBg {
	display: block !important;
	z-index: 0;
}

* html body#top div#layout #printBg {
	z-index: -1;
}

*:first-child+html body#top div#layout #printBg {
	z-index: -1;
}

body#top div#header div.hRight ul#hNavi li,
body#top div#header div.hRight ul#hNavi li a {
	background: transparent none;
	text-indent: 0;
}

body#top div#pageBody div.office dl dd a {
	background: none;
	padding-left: 0;
}

body#top div#layout div#header div.hRight,
body#top div#layout div#pageBody {
	position: relative !important ;
	z-index: 3 !important ;
}

