/* トップページへ戻るボタンのカスタマイズ */
#page-top {
    bottom: 20px; /* 画面下からの幅 */
    right: 20px; /* 画面右横からの幅 */
}
#page-top a {
    border-radius: 50%; /* ボタンの角を丸くする */
    font-size: 32px; /*ボタンの中のアイコンの大きさ */
    height: 32px; /* ボタンの縦の大きさ */
    line-height: 32px; /*ボタンの中のアイコンの幅 */
    width: 32px; /* ボタンの横の大きさ */
}
#page-top a:hover {
    background: #ff0033 !important; /* マウスが重なったときに色を変える */
}
/* 指マーク */
.fa-angle-up:before {
    content: "\f25a";
/*--------------------------------------
1.「商品リンク追加」ボタンからショートコードを追加
--------------------------------------*/
[itemlink post_id="〇〇"]
/*--------------------------------------
2.「で探す」を追加するコードを追加
--------------------------------------*/
[itemlink post_id="〇〇" alabel=Amazonで探す rlabel=楽天市場で探す ylabel=Yahoo!ショッピングで探す]
	
/*スマホJETカード周り余白*/
@media only screen and (max-width: 599px) {
#st-magazine .kanren .st-top-box {
padding: 10px 5px 20px;/*上、左右、下の余白*/
}
}