@charset "utf-8";
/* =================================================================================
 wp-control
================================================================================= */
div.wpcf7 .ajax-loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	background-image: url(../images/common/loading.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
}

/* EOF */