/*ページ先頭へはここから（その他下へjavascript+<p id="page-top"><a href="#wrap"><b>ページ先頭へ</b></a></p>）*/
#cart_footer,
.goto_top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 77%;
Opacity:0.8;
}
#cart_footer a,
.goto_top a {
    background: #0174DF;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#cart_footer a:hover,
.goto_top a:hover {
    text-decoration: none;
    background: #58ACFA;
}
/*ページ先頭へはここまで*/

/* 買い物かご（その他下へjavascript+<p id="cart_footer"><a href="#GoodsTitleH"><b>買い物かごへ</b></a></p>）*/
#cart_footer {
    position: fixed;
    bottom: 70px;
    right: 16px;
    font-size: 77%;
Opacity:0.8;
}
#cart_footer a {
    background: #F99042;
}
#cart_footer a:hover{
    background: #F5C00A;
}
