/*
* .pagetopはモバイル用
*/
.pagetop {
    position: fixed;
    bottom: 24px; 
    right: 24px; 
    margin: 0 auto;
    z-index: 200;
    
}
 
.pagetop a {
    display: table-cell;
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    padding-top:0.3em;
    color: #fff;
    font-size: 2.0em;
    line-height: 1;
    border-radius: 50%;
    background: #3E3A39;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    text-decoration: none !important;
    font-family:Verdana !important;
}

.pagetop a:hover{
    text-decoration: none;
}

/*
* .pagetop2はPC用
*/
.pagetop2 {
    position: fixed;
    bottom: 24px; 
    right: 24px; 
    margin: 0 auto;
    z-index: 200;
}
 
.pagetop2 a {
    display: table-cell;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    border-radius: 50%;
    padding-top:0.3em;
    background: #3E3A39;
    behavior: url(PIE.htc); 
    text-decoration: none;
    font-family:Verdana !important;
}

.pagetop2 a:hover{
    text-decoration: none;
}