@charset "utf-8";

#page-top {
	position: fixed;
	width: 86px;
	height: 263px;
	top: 160px;
	right: 0px;
	font-size: 77%;
	z-index: 9999;
	border: none;
}
#page-top a {
	text-align: center;
	display: block;
}
#page-top a:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* for IE8  */
	text-decoration: none;
	/*background: #999;*/
}


.phon {

	display: none;
}


@media screen and (max-width: 480px) {

	#page-top {
		width: 50px;
		height: 153px;
		top: 160px;
	}



	#page-top img {
		width: 50px;
	}

}