@charset "utf-8";
/* CSS Document */
/*フッタ（ページマップ）*/
footer{
	position:relative;
	display:flex;
	flex-direction:row;
	margin-top:10px;
	padding-top:10px;
	background-color:lightgray;
	border-top:solid gray 1px;
}
footer div{
	margin-right:20px;
}
footer h2{
	margin-left:1em;
}
footer ul{
	margin-left:2em;
	list-style:none;
}
