@charset "UTF-8";

/* ここからデモページ用のコード */
body{
	width: 100%;
	height: auto;
}

/* ここまでデモページ用のコード */

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 40px;
}
 
#page-top p:hover{
	text-shadow: 1px 1px 3px #030303;
}
 
#move-page-top{
	color: #F5B53C;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
