
/* pc */
@media screen and (min-width: 1061px) {
/*ここにpc用スタイルを記述*/

#page-top{
	width:72px;
	height:72px;
	display:none;
	position:fixed;
	right:15px;
	bottom:15px;
	z-index: 500;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

}





/* tablet  */
@media only screen and (min-width: 601px) and (max-width: 1060px) {
/*ここにtablet用スタイルを記述*/

#page-top{
	width:72px;
	height:72px;
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	z-index: 500;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


}



/* smartPhone */
@media screen and (max-width: 600px) {
/*ここにスマホ用スタイルを記述*/

#page-top img{
	width:60px;
	height:60px;
}

#page-top{
	width:60px;
	height:60px;
	display:none;
	position:fixed;
	right:12px;
	bottom:8px;
	z-index: 500;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}



}