@charset "utf-8";

/* Loader */
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#loader-bg img {	
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* page-top */

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 77%;
	margin: 0px;
	padding: 0px;
	width: 64px;
	height: 64px;
}
#page-top a {
//	background: #666;
	text-decoration: none;
	color: #fff;
	width: 64px;
	padding: 0px;
	text-align: center;
	display: block;
	margin: 0px;
	height: 64px;
}
