/* **********************************************************************
 * 構造
 * ********************************************************************** */

#wrapper {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
	min-height: 100vh;
}


/* **********************************************************************
 * フッター
 * ********************************************************************** */

footer {
	margin-top: auto;
	text-align: center;
}
