@charset "UTF-8";

/* ここまでデモページ用のコード */

#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;
}
 
#page-top p:hover{

}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


#page-top p{
/*追加分*/
	position:fixed;
	right:16px;
	bottom:16px;
}

#scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 2px;
}

.back {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding:2pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
}
