.shopinfo-tel p span.shopinfo-teiIcon {
    display: inline-block;
    padding-left: 5px;
/*    background: url(http://tamagonext.1.amspsg.com/resources/site/86/freedial.gif) no-repeat left 10px center;*/
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background:#aaa;
    opacity: 0.6;
    text-align: center;
    color: #222;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    filter:alpha(opacity=50);
    width:65px;
    height:65px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;    /* 横幅&高さの1/2 */
    position: relative;
}
.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#osusumeTemplate .pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    filter:alpha(opacity=50);
}