@charset "utf-8";


/* body
----------------------------------------------- */
body {
	background: #fff;
}


/* contents
----------------------------------------------- */
.contents_middle .left {
	background: #fff;
}
.contents_middle .right {
	background: #fff;
}


/* print non
----------------------------------------------- */
.print_non {
	display: none;
}


/* copyright
----------------------------------------------- */
.copyright {
	margin: 20px 0 0;
}
.copyright td {
	font-size: 6pt;
	line-height: 1.5em;
}


/* page break
----------------------------------------------- */
.break {
	page-break-before: always;
}