@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      print.css
 Style Info:     印刷用
----------------------------------------------------------- */
body.top .character {
	position: static;
}
ul.staff li:nth-child(2) {
	page-break-before: always;
}

/* EOD */