@charset "utf-8";

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
footer
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#footer_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1600px;
	//margin: 20px auto 0;
	margin: 0 auto;
	border-top: 2px #898989 solid;
	box-sizing: border-box;
}

	#footer_link > a {
		display: inline-block;
		margin: 10px 20px;
		color: #898989;
	}


#copylight {
	width: 100%;
	text-align: center;
	padding: 0 0 5px;
	border-bottom: 1px #898989 solid;
}

@media screen and (max-width: 800px) {
	#footer_link {
		max-width: 600px;
	}
}

@media screen and (max-width: 450px) {
	#copylight {
		font-size: 0.8em;
	}
	
	#footer_link > a {
		margin: 5px 10px;
		font-size: 0.85em;
	}
}
