@charset "utf-8";


#intro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}
#intro img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	opacity: 0;
	cursor: pointer;
}

#header {
	display: none;
	opacity: 0;
}

#content {
	position: relative;
	top: 0;
	height: 576px;
}
#footer {
    padding: 0 20px 30px 20px;
}