@charset "utf-8";
.blocker{
	background-color: rgb(255,255,255);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: block;
}