@charset "UTF-8" ;


.top_a :link{
	color:#ffffff;
}
.top_a:visited{color:#ffffff;}
.top_a:hover{color:#ffffff;
}
.top_a:active{
    color: #FFFFFF;
}


/*------------モバイル用---------------*/
@media(max-width:899px){

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

	position: fixed ;
	right: 0px ;
	bottom: 70px ;
}
 
.move-page-top
{
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
    background-color: #00B4FF;
    
}}

/*------------PC用---------------*/
@media(min-width:900px){
.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 0px ;
	bottom: 0px ;
}
 
.move-page-top
{
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
    background-color: #00B4FF;
    
}}




@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.8 ;
	}
}
