@import url("common.css");
/*メイン*/
.container-fluid{
	width: 90%;
	margin-top: 80px;
	user-select: none;
}
/*スライド*/
.carousel{
	padding: 5px;
	background-color: #17a2b8;
}
.always {
	top: 80px;
	height: 0px;
}
.always p{
	font-weight: bold;
	margin-top: -11px;
	margin-bottom: 0;
}
.item p{
	bottom: 0px;
	right: -120px;
	font-size: 20px;
	text-align:right;
	padding-right 20;
	background-color: #444;
	position:absolute;
	padding: 5px;
}
/*スライド下*/
.row{
	margin-top:20px;
	color: #333;
}
.row h1{
	text-align: center;
	font-size: 30px;
	padding: 10px;
	margin:0;
}
.row p{
	text-align: left;
	font-size: 25px;
	margin-bottom: 0;
	margin-top:0;
	margin-left: 20px;
}
.row img{
	margin-top: 10px; 
	margin-left: 20px;
	padding: 5px;
	background-color: #17a2b8;
}
.row hr{
	margin: 5px;
	margin-left: 17px;
	margin-right: 17px;
	background-color: #DDD;
}

/*フッター*/
.footer{
	display: flex;
	flex-direction: column;
	min-height: 30vh;
	
}