@charset "Shift_JIS";

/* ----- common styles ----- */

html,
#swf-display {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 83%;
}

.swf-alternate {
	width: 600px;
	margin: 0 auto;
}

/* ----- on print media ----- */

@media print {
	#swf-display {
		display: none !important;
	}
	
	.swf-alternate {
		display: block !important;
	}
}
