@charset "UTF-8" ;
.content
{
	min-height: 1000px ;
}
/*  初期 非表示  */
.page-top
{
	display:  none ;
	margin:   0 ;
	padding:  0 ;
}
/*-- -ボタン初期配置  */
.page-top p
{
	margin:   0 ;
	padding:  0 ;
	position: fixed ;
	right:    15px ;
	top:      15px ;
}
/*-- ボタン設定 --*/
.move-page-top
{
	display:           block ;
	background:        #D36015 ;
	width:             50px ;
	height:            50px ;
	cursor:            pointer ;
	color:             #fff ;
	line-height:       50px ;
	text-decoration:   none ;
	text-align:        center ;
	-webkit-transition:all 1.0s ;
	-moz-transition:   all 1.0s ;
	transition:        all 1.0s ;
}
@media screen and ( min-width:1130px )
{
.move-page-top:hover
{
	opacity: 0.85 ;
}
}

