/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/12/23, 17:08:48
    Author     : monoitatsuya
*/

.page-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px;
    cursor: pointer;
    z-index: 999;

    width: 60px;
    height: 60px;
    background-color: #2f2f2f;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}

.page-top img {
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.page-top:hover{
    opacity: 0.85 ;
}