﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.pagetop_box
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.pagetop_box a
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    min-width: 90px;
    min-height: 90px;
    border: 1px solid #bfbfbf;
    border-radius: 5px 5px / 5px 5px;
    overflow: hidden;
    padding: 60px 5px 0;
    box-sizing: border-box;
    background: url(../../../images/page_top_bg.png) no-repeat top 5px center #ffffff;
    text-decoration: none;
    text-align: center;
}

.pagetop_box a:hover
{
    font-weight: bold;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.pagetop_box
{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.pagetop_box a
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    min-width: 90px;
    min-height: 90px;
    border: 1px solid #bfbfbf;
    border-radius: 5px 5px / 5px 5px;
    overflow: hidden;
    padding: 60px 5px 0;
    box-sizing: border-box;
    background: url(../../../images/page_top_bg.png) no-repeat top 5px center #ffffff;
    text-decoration: none;
    text-align: center;
}

#Footer .contents_1 ul
{
    margin: 10px 0;
}
}
