/*--------------------------------------------- */
/* 
/*  print.scss / 2012.10.20
/*  Copyright 2012 brainegg.net All Rights Reserved.
/*  
/*  @outputFile ../htdocs/common/css/print.css  */
/* 
/*--------------------------------------------- */
/*----------------------------------------------*/
/* hidden
/*----------------------------------------------*/
#navGlobal, #navGlobalFooter,
#navAssistHeader,
#siteSearch,
#areaSecond,
.navToPageTop,
.navBlock, .navMore {
	visibility: hidden;
	display: none;
}
/*----------------------------------------------*/
/* bgCancel
/*----------------------------------------------*/
/*----------------------------------------------*/
/* printShow
/*----------------------------------------------*/
.forPrint { display: block; }
/*----------------------------------------------*/
/* link
/*----------------------------------------------*/
a {
	color: #000!important;
	text-decoration: none!important;
}
/*----------------------------------------------*/
/* Font
/*----------------------------------------------*/
body {
	font-size: 12pt;
	line-height: 1.4;
	width: 100%!important;
	visibility: visible;
}
/*----------------------------------------------*/
/* Width Fit
/*----------------------------------------------*/
#wrapper, #areaContents, #areaMain,
#areaGlobalHeader .sp,
.navPagePath {
	width: 100%!important;
	visibility: visible;
}
html { overflow-y: none; }
/*----------------------------------------------*/
/* Contents
/*----------------------------------------------*/
#areaGlobalHeader { height: 91px; }
#siteId { margin: 0 15px; }
#areaContents     { overflow: visible; }
#areaMain {
	float: none;
	margin-top: 0;
}
#areaGlobalFooter { clear: both; }
