/* ** ranking-to-page-top ** */
.pageTop {display:block; z-index:10010; position:relative;}
.pageTop a {position:fixed; bottom:15px; display:table; width:52px; height:52px; font-size:20px; color: #fff; right:15px; padding:0; background-color:#26335e; border: 2px solid #fff; text-align:center; outline:none; text-decoration:none; border-radius: 50%; opacity: 0.8;}
.pageTop a:after {display:block; width:10px; height:10px; border-top:2px solid #fff; border-right:2px solid #fff; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); content:"";	position:absolute; top:16px; left:20px;}
.pageTop a:hover {background-color:#fff; color: #26335e; border: 2px solid #26335e;}
.pageTop a:hover:after {border-top-color: #26335e; border-right-color: #26335e;}
.pageTop a span {display:block; font-size: 14px; margin-top: 25px;}