@charset "UTF-8";
        #pagetop {
            display: none;
            position: fixed;
            right: 20px;
            bottom: 50px;
            width: 81px;
            height: 81px;
            background: url(/assets/img/common/totop.png) no-repeat;
            z-index: 5;
        }

        #pagetop a {
            display: block;
            height: 100%;
            overflow: hidden;
            text-indent: 200%;
            white-space: nowrap;
        }
