@charset "utf-8";
/* CSS Document */

		.btn_footer{display:inline-block; text-decoration:none; color:#fafafa; padding:10px 15px; font-size:1.4rem; 
		}
		
		.mail_footer{text-decoration:none; color:#fafafa; font-weight:bold; display:inline-block; margin-top:5px;
			transition:  color .5s;
		}
		
		.mail_footer:hover{ color:#ccc}
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

