﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.pagetop_box
{
    bottom: 175px;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    position: fixed;
    right: -80px;
    text-align: center;
    width: 120px;
    z-index: 9999;
}

.pagetop_box a
{
    cursor: pointer;
    height: 120px;
    margin: 0;
    padding: 0;
    width: 120px;
    background: url(../../../Images/page_top.png) no-repeat center center;
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #000000;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.pagetop_box
{
    bottom: 5px;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    position: fixed;
    right: -80px;
    text-align: center;
    width: 70px;
    z-index: 9999;
}

.pagetop_box a
{
    cursor: pointer;
    height: 70px;
    margin: 0;
    padding: 0;
    width: 70px;
    background:rgba(255,255,255,0.6);
    text-decoration: none;
    font-weight: bold;
    display: block;
    background-size: 70%;
    border: 1px solid #ccc;
    background-image: url(../../../Images/page_top.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    text-indent: -999px;
    overflow: hidden;
}
}
