/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2025 | 06:21:25 */
.floating_banner {
position: fixed;
right: 10px;
/* ページ右下に表示の場合 */
bottom: 100px;
z-index: 999;
box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
block-size: fit-content;
inline-size: fit-content;
}

.floating_banner>a,
.floating_banner>a>img {
display: block;
}