/*------------------
 pagetop 
 ----------------- */
#pagetop {
position: fixed;
bottom: 15px;
right: 15px;
display: none;
background-color: #FF96C8;
border-radius: 40px;
text-align: center;
color:#fff;
font-size: 12px;
font-weight: bold; 
line-height:110%;
margin: 0px; 
padding: 20px;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
#pagetop a {
color:#FFF;
text-decoration:none;
}


/* スマートフォン */
@media screen and (max-width: 768px) {

#pagetop {
bottom: 8px;
right: 8px;
border-radius: 30px;
padding: 15px;
}


}
/* スマートフォン 
------------------------------------------------------------*/