/* TOPページへ　CSS */

#page_top{
width: 50px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #6e6eff;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '^TOP';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}


