@charset "utf-8";
/* CSS Document */

.block {
    display: none
}


@media (max-width:500px){
    footer div.bg_under img{
        margin: 0;
    }
    footer{
        margin-top: -5px;
        text-align: left;
        padding: 15px 25px;
    }
    .bg_under{
        bottom: 35px;
        
    }
}
@media (max-width:420px) {
    header img,
   .bg_bottom img{
       padding: 0px 15px;
   }
  
   .word_collect{
       display: block;
       text-align: center;
   }
   .word_box{
       display: inline-block;
   }
   .focus{
       text-align: center;
   }
   .display_no{
       display: block;
   }
   .prize .over:before{
    line-height: 130px;
   }
   .alert_block{
    width: 90%;
}
@media (max-width:320px){
    footer{
        text-align: center;
    }
    footer>img{
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .bg_under{
        bottom: 58px;
    }
}
}







