/***********************************
TopUp Button
************************************/
.arrow {
display:none;
position:fixed;
bottom:40px;
right:44px;
width: 15px;
height: 15px;
border: 5px solid #C2C7C9;	/*背景色と合わせる*/
border-left-color: #fff;
border-top-color: #fff;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg)
}

.pagetop {
display:none;
position:fixed;
bottom:30px;
right:30px;
width: 55px;
height: 55px;
background-color: #C2C7C9;	/*背景色*/
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px
}