@charset "utf-8";
/*========================================================
Loading Style
========================================================*/
#loading {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*display: none;*/
	background: rgba(0,0,0,0.5);
	z-index: 99;
}
.loadingwindow {
	width: 360px;
	height: 120px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -130px;
	background-color: #FFF;
	font-family: Quicksand;
	font-weight: 700;
	z-index: 100;
}

.loadingwindow img {
	float: left;
	margin: 20px;
}
.loadingwindow p.loadname {
	color: #333;
	float: left;
	font-size:18px;
	line-height: 20px;
	font-weight: bold;
	margin: 40px 0 0 10px;
}

.loadingwindow p.loadcom {
	color: #333;
	float: left;
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 20px 10px;
}