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

footer{
	display:block;
	width:100%;
	background-color:#D4F7C4; 
}
.sns_box{
	width:180px;
	height: 80px;
	display: flex;
	margin: 0 auto;
	padding-top:30px;
	}

.sns_box img{
	width: 40px;
	height: auto;
	margin: 10px;
}

span{
	display:block;
	text-align:center;
	font-size:12px;
	padding:5px 0 15px;
	color:#fff;
}
