/* コンテンツページのフッターボタン群用CSS*/
/* コンテンツページのフッターボタン群用CSS*/


@media (min-width:781px) and (max-width: 1079px) {

.contents_footer_box{height:300px;
                    margin:80px 0 120px 0;
                    /* border:1px solid red; */
}

    .return_menu_bg{background: white;
        margin:0 auto;
        padding:0 0 1px 0;
        width:420px;
        /* border:1px solid red; */
    }
    
    .shopping_btn a img{background: url(../img/Shopping_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:420px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    .return_tp_btn a img{background: url(../img/Return_Top_Page_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:420px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    .return_btn a img{background: url(../img/Contents_Return_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:200px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    .contact_btn a img{background: url(../img/Contents_Contact_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 5px 0;
        width:200px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    .search_animal_btn a img{background: url(../img/Contents_Search_Animal_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:200px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    .search_bird_btn a img{background: url(../img/Contents_Search_Bird_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 5px 0;
        width:200px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    .shop_dog_btn a img{background: url(../img/Contents_DogCat_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 0 0;
        width:200px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    .shop_aqua_btn a img{background: url(../img/Contents_Aqua_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 0 0;
        width:200px;
        height:40px;
        float:left;
        opacity: 1;
    }
    
    
    .shopping_btn a:hover img{background: url(../img/Shopping_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:420px;
        height:40px;
        float:left;
        
        transition:1s all;
    }
    
    .return_tp_btn:hover a img{background: url(../img/Return_Top_Page_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:420px;
        height:40px;
        float:left;
        opacity: 1;
        
        transition:1s all;
    }
    
    .return_btn a:hover img{background: url(../img/Contents_Return_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:200px;
        height:40px;
        float:left;
        
        transition:1s all;
    }
    
    .contact_btn a:hover img{background: url(../img/Contents_Contact_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 5px 0;
        width:200px;
        height:40px;
        float:left;
        
        transition:1s all;
    }
    
    .search_animal_btn a:hover img{background: url(../img/Contents_Search_Animal_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 5px 0;
        width:200px;
        height:40px;
        float:left;
        
        transition:1s all;
    }
    
    .search_bird_btn a:hover img{background: url(../img/Contents_Search_Bird_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 5px 0;
        width:200px;
        height:40px;
        float:left;
        
        transition:1s all;
    }
    
    .shop_dog_btn a:hover img{background: url(../img/Contents_DogCat_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 20px 0 0;
        width:200px;
        height:40px;
        float:left;

        transition:1s all;
    }
    
    .shop_aqua_btn a:hover img{background: url(../img/Contents_Aqua_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 5px 0;
        width:200px;
        height:40px;
        float:left;
        
        transition:1s all;
    }

}

/* コンテンツページのフッターボタン群用CSS*/
/* コンテンツページのフッターボタン群用CSS*/