@import url("common.css");
/* メイン */
.container-fluid{
	width: 80%;
	margin-top: 100px;
}
.container-fluid a {
	color: #9C3; 
	font-weight: bold;
}
h1{
	font-size:30;
	text-align: left;
	color: #555;
	margin-left: 10;
}
hr {
	height: 2px;
	background-color: #888;
	margin: 0;
}
p{
	text-align: left;
	margin-bottom: 0;
	margin-left: 25;
	font-size: 18;
}
/* フッター */
.footer{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	
}