@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :print.css
 style info :
=================================================================== */
@media print {

* html body {
	zoom: 70%;
}

body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	background: none;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 1em auto;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}


/* clearfix */

.clearfix {
	overflow:visible;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:visible;
}

/*\*/
* html .clearfix{
	height:1em;
	overflow:visible;
}
/**/

/* break */

.break {
	page-break-before : always ; 
	}


}
