@charset "utf-8";
/* -------------------------------------------------------------------------
 バンジージャンプ イントゥ アビス
------------------------------------------------------------------------- */

body {
/*    padding-top: 70px; */
    padding-top: 30px;
    overflow: scroll;
    background-image: url("../img/bg/bg_gcheck_01.png");
    background-repeat: repeat;
}

/* ------------------------------
------------------------------ */
.ss {
    width: 540px;
}

.panel-icon {
    width: 60px;
}
.enemy-icon {
    hight: 30px;
    background-color: #222222;
    margin: 5px;
}
.behalf-icon {
    hight: 40px;
    background-color: #222222;
    margin: 5px;
}
.character {
    width: 400px;
}

/* ------------------------------
------------------------------ */
.g-ss {
    background-color: white;
    padding: 10px;
    border: solid 1px #4E3611;
}

/* ------------------------------
------------------------------ */
.box01 {
    padding: 20px;
    margin-bottom: 50px;
    background-image: url("../img/bg/bg_gcheck_02.png");
    background-repeat: repeat;
    box-shadow:0px 0px 10px;
    font-size: 120%;
    color: #4E3611;
    font-weight: bold;
}

.box02 {
    padding: 20px;
    margin-bottom: 50px;
    background-image: url("../img/bg/bg_gcheck_03.png");
    background-repeat: repeat;
    box-shadow:0px 0px 10px;
    font-size: 150%;
    color: #4E3611;
    font-weight: bold;
}



