@charset "utf-8";
#index_header{
    z-index: 6000;
}
#index_header #index_header_bean,#index_header #index_header_oni_red,#index_header #index_header_oni_blue{
    position:absolute;
}
#index_header #index_header_bean{
    top:200px;
    left:10px;
    width:60px;
}
#index_header #index_header_oni_red{
    top:100px;
    left:70px;
    width:55px;
 }
#index_header #index_header_oni_blue{
    top:50px;
    left:10px;
    width:60px;
}
#index_header img{
    width:100%;
}
@media screen and (min-width:600px){
   #index_header #index_header_bean{
       top:230px;
       left:30px;
       width:75px;
    }
    #index_header #index_header_oni_red{
        top:120px;
        left:100px;
        width:75px;
    }
    #index_header #index_header_oni_blue{
        top:190px;
        left:200px;
        width:75px;
    }    
}
@media screen and (min-width:1024px){
   #index_header #index_header_bean{
       top:100px;
       left:100px;
       width:75px;
    }
    #index_header #index_header_oni_red{
        top:0px;
        left:750px;
        width:75px;
    }
    #index_header #index_header_oni_blue{
        top:0px;
        left:350px;
        width:75px;
    } 
}

