@charset "UTF-8";

.clear{
	clear: both;
}
.footer{ 
	text-align:center;
	margin:10px auto;
	max-width: 100%;
	min-width:350px;
	height:80px;
	background-color: #F5F6F5;  	
}
.footer_box{	
	padding:10px;	
	max-width: 1000px;
	min-width:350px;
	margin: 10px auto;	
	height:auto;
	border: 0;
}
