/* zoidWIB_wrapper */

/*
border: 1px solid #333;
*/


@charset "utf-8";


/*
h2
---------------------*/
#zoidWIB_wrapper h2 {
    background-image: url(img/totop_bg.png);
    height: 150px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

#zoidWIB_wrapper h2 .logo {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 190px;

}

/*
キャラクターリスト
---------------------*/
#zoidWIB_wrapper .chara_list {
    background: #000;
}

#zoidWIB_wrapper .chara_list ul {
    font-size: 0;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

#zoidWIB_wrapper .chara_list ul li {
    display: inline-block;
    margin: 1%;
    width: 14.666%;
}

#zoidsentry_nav .zoids_ttl {
    text-align: center;
    margin: 0 0 0 -20%;
    height: auto;
    width: 140%;
}

/*
キャラクター名前
---------------------*/
.chara_name_Wrap {
    font-size: 0;
}

.chara_name {}

.blue {
    background-color: #013181;
}

.red {
    background-color: #650c0c;
}

.orange {
    background-color: #c26125;
}

.purple {
    background-color: #000170;
}

.green {
    background-color: #3b7929;
}

.rainbow {
    background: url(../zoids/img/rainbow.png);
    background-repeat: repeat-x;
}







.chara_img_Wrap {
    background-image: url(img/zoids_bg.png);
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
}
/*
.chara_img_Wrap {
    background-image: url(img/zoids_bg.png);
    position: relative;
    text-align: center;
}
*/

/*
キャラクター別マージン
---------------------*/
.beastliger_img,
.gannontoise_img,
.cannonbull_img,
.gilraptor_img,
.bladeliger_img,
.genobreaker_img,
.sonicbird_img,
.zerogrizis_img,
.genospino_img,
.wildliger_img,
.ironkong_img,
.grachiosaurus_img,
.risingliger_img,
.risingliger_ib_img,
.commandwolf_ac_img,
.ironkong_pk_img,
.triceradogos_img,
.stegosage_img,
.knucklekong_img,
.deathstinger_img,
.dimepulsar_img,
.fangtiger_img,
.hunterwolf_img,
.fangtiger_tz_img,
.gilraptor_tz_img

{
    z-index: 1;
    margin: -20px auto 50px;
    max-width: 95%;
}

.scorpear_img {
    z-index: 1;
    margin: -40px auto 50px;
    max-width: 95%;
}

.gabrigator_img,
.deathrex_img,
.gusock_img,

.cmmandwolf_img {
    z-index: 1;
    margin: 100px auto 50px;
    max-width: 95%;
}




/*ビーストライガータイトル---------------------*/
.beastliger {
    background-image: url(img/ttl_beastliger.jpg);
}

/*
スマホ矢印
---------------------*/
.arrow {
    display: none;
}




/*
ステータス画面
---------------------*/
.chara_statusWrap {
    background-image: url(img/bg.jpg);
}

.chara_status {
    width: 98%;
    margin: 0 auto;
        padding: 30px 0;

}

.bar_naka {
    background-image: url(img/bar_naka.png);
    background-size: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.chara_status_txt {
    width: 800px;
    margin: 0 auto;

}

.chara_status_txt ul {
    padding: 0 18px;
}

.chara_status_txt ul li {
    font-size: 20px;
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    color: #333;
    /*文字色*/
    border-left: solid 8px #79c7be;
    /*左線*/
    margin: 10px auto;

}

.bar_ue {
    line-height: 0;
}

.bar_bar_shita {
    line-height: 0;
}

p.status_txt {
    font-size: 16px;
    padding: 0;
    margin: 0 auto 40px;
}

.ttl_status,
.ttl_screenshot {
    text-align: center;
    margin: 0 auto 40px;
}

.ttl_screenshot ul {
    width: 100%;
    font-size: 0
}

.ttl_screenshot ul li {
    width: 100%;
    padding: 5px
}
.ttl_screenshot ul li img{
    width: 100%;
}
.ttl_combo {
    text-align: center;
}


.status_txtmin{font-size: .8em}




















/*---------------------------------------------------PC用ページ用設定*/
@media screen and (min-width: 769px) {
    /*-----------------------------------------------------------------*/

    /*
h2
---------------------*/
    #zoidWIB_wrapper h2 {
        background-image: url(img/totop_bg.png);
        height: 155px;
        background-color: #000;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;

    }

    #zoidWIB_wrapper h2 .logo {
        margin: 0 auto;
        padding: 20px 0 0 0;
        width: 211px;

    }

    /*
キャラクターリスト
---------------------*/
    #zoidWIB_wrapper .chara_list {
        background: #000;
    }

    #zoidWIB_wrapper .chara_list ul {
        font-size: 0;
        width: 1100px;
        margin: 0 auto;
        padding: 10px 0;

    }

    #zoidWIB_wrapper .chara_list ul li {
        display: inline-block;
        margin: 0.5%;
        width: 8.09%;
    }

    #zoidsentry_nav .zoids_ttl {
        text-align: center;
        margin: 0 auto;
        height: auto;
        width: 100%;
padding: 1px;
    }

    /*
キャラクター名前
---------------------*/

    .chara_name_Wrap {}

    .chara_name {
        max-width: 1100px;
        margin: 0 auto;
    }

    .blue {
        background-color: #013181;
    }

    .chara_img_Wrap {
        background-image: url(img/zoids_bg.png);
        position: relative;
        text-align: center;
    }



    /*
矢印
---------------------*/
    .arrow {
        display: block;
        position: relative;
    }

    .arrow_left {
        position: absolute;
        top: 200px;
        left: 1%;
    }

    .arrow_right {
        position: absolute;
        top: 200px;
        right: 1%;
    }

/*
ステータス画面
---------------------*/
.chara_statusWrap {
    background-image: url(img/bg.jpg);
}

.chara_status {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.bar_naka {
    background-image: url(img/bar_naka.png);
    padding: 20px 100px;
    box-sizing: border-box;
}

.chara_status_txt {
    width: 800px;
    margin: 0 auto 20px;

}

.chara_status_txt ul li {
    font-size: 20px;
    display: inline-block;
    width: 45%;
}
.chara_status_txt ul li:first-child{
    display: block;
    width: 100%;
}
.ttl_screenshot ul li {
    width: 50%;
    display: inline-block;
    padding: 5px
}




    /*--media--*/
}





/*------------------------------------------------------------ipad*/
@media only screen and (min-device-width : 640px) and (max-device-width : 768px) {
    /*-----------------------------------------------------------------*/


    /*--media--*/
}
