/******************/
/* 占術紹介枠に使用 */
/*****************/
.telling-introduction-background-center {
    background: url("https://web-img.rensa.jp.net/rensa/images/web/RCB/pc/telling/telling_introduction_background.jpg") repeat-y;
}

.free-menu-links-background-center {
    background: url("#") repeat-y;
    padding: 0 30px;
}
/******************/
/* 占術紹介枠で使用 */
/****************/
/* タロット紹介 */
#telling_introduction_tarot_animation_parent {
    position: relative;
    width:  50%; /* 画像の横幅に合わせて記述 */
    height: 305px; /* 画像の高さに合わせて記述 */
}
#telling_introduction_tarot_animation_parent img {
    position: absolute;
    top: 0;
    left:0;
    z-index: 8;
    opacity: 0.0;
}
#telling_introduction_tarot_animation_parent img.active {
    z-index: 10;
    opacity: 1.0;
}
#telling_introduction_tarot_animation_parent img.last-active {
    z-index: 9;
}
/* 宝石紹介 */
#telling_introduction_jewel_animation_parent {
    position: relative;
    width:  50%; /* 画像の横幅に合わせて記述 */
    height: 305px; /* 画像の高さに合わせて記述 */
}
#telling_introduction_jewel_animation_parent img {
    position: absolute;
    top: 0;
    left:0;
    z-index: 8;
    opacity: 0.0;
}
#telling_introduction_jewel_animation_parent img.active {
    z-index: 10;
    opacity: 1.0;
}
#telling_introduction_jewel_animation_parent img.last-active {
    z-index: 9;
}