@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
}
header {
	background-color: rgba(0, 0, 0, 0.2); /* 背景色指定 */
	z-index: 100000;                              /* 重なり順指定 */
	position:  fixed;                           /* 位置指定 */
	width: 100%;                                /* 幅指定 */
	box-sizing:  border-box;                    /* 崩れ防止 */
}

/*to topﾎﾞﾀﾝ*/

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: rgba(0, 0, 0, 0.2);
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
