


.remark{
	font-size: 26px;
	color: red;
	font-weight: bold;
	display: none;
}

#enlarge_img{
	display: none;
	background: rgba(0,0,0,0.85);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19930428;
}

#enlarge_img img{
	display: block;
	width: 100%;
}

#enlarge_img_canvas{
	width: 100%;
	height: 100%;
	background: none;
	display: block;
}