@charset "UTF-8";
/* CSS Document */



#page_top{
    width: 100%;
    height: 65px;
    position: fixed;
    right: 0;
    bottom: -65px;
    background: #121212;
    opacity: 1;
    padding: 3px 10px;}


    #page_top div.foot_inner{
        margin: 10px 1% 0 1%; 
        float: left;
    }

    #page_top div.in_small {
        width: 10%;
    }

        #page_top div.in_big {
        width: 36%;
    }


    #page_top div.foot_inner img{
        width: 100%;
    }

    /*
    #page_top div.foot_left {
    width: 50%;
    text-align: center;
    float: left;}

        #page_top div.foot_left img{
        width: 95%;
        }

    #page_top div.foot_right {
    width: 50%;
    text-align: center;
    float: left;}

        #page_top div.foot_right img{
        width: 95%;
        }
    */
    

    
@media screen and (min-width: 415px) {
    #page_top{
    display: none;
    }
}
