@charset "UTF-8";

/*#page-top-image{
	margin-bottom: 30px;
}*/

#page-top-image{
	position: fixed;
	/*padding: 0px;*/
	bottom: 50px;
	/*right: 20px;*/
	/*margin-left: 30px;*/
	/*visibility: hidden;*/
	z-index: 1000;
}

/* スマホ向け ******************************************************************************************* */

@media (max-width: 650px) {
	#page-top-image {
		right: 5%;
		width: 20%;
		/*height: 40px;*/
	}
}