@charset "utf-8";
footer{
	font-weight: normal;
}
footer a{
	text-decoration: none;
}
.mainfoot {
	margin:50px auto 0 auto;
	padding:20px 0 10px 0;
	text-align: center;
width:100%;
	background: #eeeeee;
	font-size:90%;
}
.mainfoot div{
width:100%;
	max-width: 930px;
	margin: 0 auto;
}

.mainfoot div span{
	text-align: center;
	padding:0 3%;
	margin: 0 auto;
	width: auto;
	display: inline-block;
}
.mainfoot a span{
	width:12%;
	text-align: center;
	padding:0 3%;
	margin: 0 auto;
}
.mainfoot a span:hover{
	color:#EE7700;
	text-decoration: none;
}
.mainfoot p{
	font-size:90%;
	
}
.pagetop {
    position: fixed;
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0.30);
	padding: 0;
	margin: 0;
    bottom: 20px;
    right: 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	border-radius:10px;
	text-align: center;
	padding:8px;
			line-height: 50%;
}
.pagetop a {
	font-size:70%;
	text-decoration: none;
}
.pagetop:hover{
	background: rgba(0,0,0,0.10);
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}
.pagetop img{
    width: 80%;
height:auto;
	opacity: 0.5;
}
.copyright {
	text-align: center;
}
@media (max-width: 640px)
{
.mainfoot {
	padding:20px 0 60px 0;
}
.pagetop {
	width: 60px;
	height: 40px;
	bottom: 60px;
    right: 15px;
}
.pagetop img{
	width:50%;
}
.mainfoot div span{
		display: block;
		margin: 20px 0;
		width:auto;
}	
.pagetop a {
	font-size:20%;
	text-decoration: none;
}
	
}