@charset "UTF-8";
/* CSS Document */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 150;
	max-width: 83px;
	margin: auto;
}

#page-top a{
	display: inline-block;
}

#page-top a img{
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------
SP
---------------------------------*/

@media screen and (max-width: 767px) {
	#page-top {
		bottom: 10px;
		right: 10px;
		max-width:56px;
	}
/*---------------------------------
SP end
---------------------------------*/
