@charset "UTF-8";

html {
	height: 100%; /*天地センター*/
}

body {
	height: 90%; /*天地センター*/
	display: flex; /*天地センター*/

}
	
.container {
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; /*縦並び*/
	margin: auto; /*左右センター*/
}

.flex-item {
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: solid;
	border-width: 0px;
	border-color: #000000;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: underline;
	clear: #000000;
}	