@charset "utf-8";

/*
 * /css/graph.css
 * Version: 1.0.0
 * Copyright (c) 2018 Kenshokai All Rights Reserved.
 */

body {
	margin: 0 !important;
	background: #fff;
	overflow-x: hidden;
}

#animation_container {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media print and (-webkit-min-device-pixel-ratio:0) {
	#animation_container,
	#canvas,
	#dom_overlay_container {
		top: 0 !important;
		left: 0 !important;
		width: 172mm !important;
		height: 251mm !important;
	}
}