<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/ren/rii2.com/public_html/rpg.rii2.com/wp-includes/pomo/plural-forms.php</b> on line <b>210</b><br />
/* トップページへ戻るボタンのカスタマイズ */
#page-top {
    bottom: 20px; /* 画面下からの幅 */
    right: 20px; /* 画面右横からの幅 */
}

#page-top a {
    font-size: 20px; /*ボタンの中のアイコンの大きさ */
    height: 20px; /* ボタンの縦の大きさ */
    line-height: 20px; /*ボタンの中のアイコンの幅 */
    width: 20px; /* ボタンの横の大きさ */
}
#page-top a:hover {
    background: #ff0033 !important; /* マウスが重なったときに色を変える */
}
/* マーク */
.fa-angle-up:before {
    content: "\f148";
}







