#dia_print {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#print_header {
	width: 100%;
	height: 46px;
}

#print_content {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 200px;
	overflow: hidden;
}

#print_content>object {
	width: 100%;
	height: calc(100% - 46px);
}

#print_close {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 23px;
	height: 23px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}