﻿@charset "utf-8";
#pagetop {
	z-index: 2;
	position: fixed;
	right: 0%;
	bottom: 0%;

}
#pagetop .pagetop {
	display: none;
	float: right;
	opacity: 0.9;
	padding-right: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pagetop .pagetop a {
	display: block;
	text-align: center;
	float: right;
	opacity: 0.6;
}
#pagetop .pagetop a:hover {
	display: block;
	float: right;
}
#pagetop .pagetop img {
	float: right;
	width: 50%;
}
body {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 100%;
	clear: both;
	padding-top: 2%;
	padding-bottom: 0%;
}
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
}
