@charset "utf-8";
/*---- Universal Reset STA ----*/

.disBtn {
	opacity:0.25;
}

#loader-bg {
	display: none;
	background: rgba(148, 148, 148 ,0.3);
	left: 0%;
	top: 0%;
	position: fixed;
	height: 100% !important;
	width: 100%;
	z-index: 100;
  }
#loader-bg img {
	left: 50%;
	top: 50%;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
  }
.notice2, .notice3 {
	font-weight: bold;
	color: #ff0000;
}
.notice2 {
	text-decoration:underline;
}
