/*
* pc_animate.css
* animate PC用
*/

body {
    width: auto !important;
    height: 100%;

    background-image: url("../../img/common/main_bg/bg.png") !important;
    -webkit-background-size: 85px 85px !important;
    -moz-background-size: 85px 85px !important;
    background-size: 85px 85px !important;
}

#loading #loading_bg {
    margin-top: 300px !important;
}

#animate-pc-header {
    background: url("../../img/pc/pc_header.png") no-repeat;
    width: 690px;
    height: 140px;
    margin: 0 auto;
}

#animate-app-container {
    margin: 0 auto;
    padding: 0 30px;
    width: 690px;
    height: fit-content;

    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto !important;

    position: relative;

    background: url("../../img/pc/pc_body.png") repeat-y;
    background-size: 690px 20px;
}

#animate-pc-footer {
    background: url("../../img/pc/pc_footer.png") no-repeat;
    width: 690px;
    height: 120px;
    clear: both;
    margin: 0 auto;
}

#game_content {
    float: left !important;
    width: 320px !important;
    min-height: 0 !important;
    background-image: none !important;
    background-color: #451072 !important;
}

#game_footer {
    height: 50px;
    position: absolute;
    bottom: 0;
}

#pcGameMenu {
    float: right;
}

#animate_pc_global_menu {
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-size: 320px 370px;
    background-position: center top;
    background-repeat: no-repeat;
}

#animate_pc_global_menu .part_menu_btns {
    text-align: center;
}

#animate_pc_global_menu .part_menu_btns > div,
#animate_pc_global_menu .part_menu_btns > a {
    display: inline-block;
    margin-bottom: 4px;
}

#animate_pc_global_menu #menu_top > div:nth-child(2) {
        margin-top: -10px;
        margin-bottom: 6px;
}

#animate_pc_global_menu #menu_bottom {
    padding-top: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

#animate_pc_global_menu #menu_bottom:before {
    content: "";
    width: 280px;
    height: 1px;
    border-top: 1px solid #b98d1d;
    position: absolute;
    top: 5px;
    left: 20px;
}

#animate_pc_global_menu #menu_bottom_collection {
    height: 40px;
    position: relative;
}

#animate_pc_global_menu #menu_bottom_collection > div#menu_sound_ctr {
    padding: 4px 8px 4px 4px;
    line-height: 24px;
}

#animate_pc_global_menu #menu_bottom_collection > div#menu_sound_ctr > div {
    float: right;
    margin-top: 2px;
    margin-right: 8px;
}

#animate_pc_global_menu #menu_bottom_collection > div#menu_sound_ctr > div > div {
    margin-left: 8px;
    float: left;
}

#animate_pc_global_menu #menu_bottom_collection > div.part_menu_btns {
    margin-right: 20px;
    float: right;
}

#menu_sound_ctr {
    left: 130px !important;
}

#menu_help {
    left: 45px !important;
}

#menu_schedule {
    left: 15px !important;
}

#gacha_result_effect {
    height: 520px !important;
}

#control_modal_area {
    top: 240px !important;
}

#card_detail_modal_area {
    top: 240px !important;
}

#nextSceneOverLay,
#flush_over_lay {
    position: absolute !important;
}
