.ele-jackpot span{
    letter-spacing: 2px;
}
#js-ele-jpRemote{
    float: left;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}
/* jp info */
.ele-jp-info-wrap {
    position: absolute;
    z-index: 2;
    width: 585px;
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
}
.ele-jp-info-top {
    width: 585px;
    height: 315px;
}
.ele-jp-info-bbin .ele-jp-info-top {
    background: url('/cl/tpl/template/images/element/newgame/jackpot_rule_bbin.png') 0 0 no-repeat;
}
.ele-jp-info-3d .ele-jp-info-top {
    background: url('/cl/tpl/template/images/element/newgame/jackpot_rule_3d.png') 0 0 no-repeat;
}
.ele-jp-info-mg .ele-jp-info-top {
    background: url('/cl/tpl/template/images/element/newgame/jackpot_rule_mg.png') 0 0 no-repeat;
}
.ele-jp-info-text {
    background: url('/cl/tpl/template/images/element/newgame/jackpot_rule_y.png') 0 0 repeat-y;
    width: 325px;
    padding: 22px 130px 0;
    min-height: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}
.ele-jp-info-bot {
    background: url('/cl/tpl/template/images/element/newgame/jackpot_rule_bottom.png') 0 0 no-repeat;
    width: 585px;
    height: 70px;
}
.ele-jp-info-close {
    float: right;
    background: url('/cl/tpl/template/images/element/newgame/game_menu_close_icon.png') 0 0 no-repeat;
    width: 12px;
    height: 12px;
    margin: 48px 107px 0 0;
    cursor: pointer;
}
