@charset "UTF-8";
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 80px;
	width: 7%;
	text-align: center;
	font-size: .6em;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    padding:20px 10px;
}



main {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
}



.pagetop_m {
	display: none;
    position: fixed;
    bottom: 0px;
    right: 8px;
	width: 11%;
	opacity: .8;
}
.pagetop_t {
	display: none;
    position: fixed;
    bottom: 0px;
    right: 8px;
	width: 8%;
	opacity: .8;
}
