/*--------------------------------------------- */
/* 
/*  print.scss / 2013.11.20
/*  
/*  @outputFile ../htdocs/css/print.css  */
/*--------------------------------------------- */
/*----------------------------------------------*/
/* hidden
/*----------------------------------------------*/
#globalNav,
.footerNav,
.assistHeaderNav,
.assistFooterNav,
#toPageTop {
	visibility: hidden;
	display: none;
}
/*----------------------------------------------*/
/* bgCancel
/*----------------------------------------------*/
.contents {
	background-color : #FFF;
}
/*----------------------------------------------*/
/* printShow
/*----------------------------------------------*/
.forPrint { display: block; }
/*----------------------------------------------*/
/* link
/*----------------------------------------------*/
a {
	color: black !important;
	text-decoration: none !important;
}
/*----------------------------------------------*/
/* Font
/*----------------------------------------------*/
body {
	font-size: 12pt;
	line-height: 1.4;
	width: 100% !important;
	visibility: visible;
}
/*----------------------------------------------*/
/* Width Fit
/*----------------------------------------------*/
#wrapper,
#contents,
#main {
	width: 100% !important;
	visibility: visible;
}
html { overflow-y: none; }
/*----------------------------------------------*/
/* Contents
/*----------------------------------------------*/
#contents { overflow: visible; }
#main {
	float: none;
	margin-top: 0;
}
#footer { clear: both; }
