@charset "utf-8";

body {
	margin-left: auto;
	margin-right: auto;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#mapDiv {
	display: none;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.left {
	float: left;
}

.right {
	float: right;
}

.forpc {
	display: block !important;
}

.forsp {
	display: none !important;
}

@media (max-width: 500px) {
	
.forpc {
	display: none !important;
}
	
.forsp {
	display: block !important;
}
}
