@charset "utf-8";

#char_lena {
    z-index: 0;
    position: absolute;
    bottom: 0px;
    left: -90px;
    width: 512px;
    height: 512px;
    background-image: url('/tst/Public/images/char/Character_manager_basics.png');
}
#char_lena_2 {
    z-index: 0;
    position: absolute;
    bottom: 0px;
    left: -90px;
    width: 512px;
    height: 512px;
    background-image: url('/tst/Public/images/char/Character_manager_guide.png');
}
#char_lena_3 {
    z-index: 0;
    position: absolute;
    bottom: 0px;
    left: -90px;
    width: 512px;
    height: 512px;
    background-image: url('/tst/Public/images/char/Character_manager_greet.png');
}
#char_lena_4 {
    z-index: 0;
    position: absolute;
    bottom: 0px;
    left: -90px;
    width: 512px;
    height: 512px;
    background-image: url('/tst/Public/images/char/Character_manager_surprisal.png');
}
#char_lena_casting_normal {
    z-index: 0;
    position: absolute;
    bottom: 0px;
    left: -30px;
    width: 350px;
    height: 350px;
    background-image: url('/tst/Public/images/char/Character_manager_guide.png');
    background-size: 350px;
    background-repeat:  no-repeat;
}
#char_name {
    position: absolute;
    bottom: 115px;
    width: 130px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #f7bf18;
}