body{
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: auto;
	background-color: #da251c;
}
.index{
	width: 83%;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	padding-top: 6%;
}
.index_1{
	width: 18.5%;
	height: auto;
	float: left;
	margin-left: 4%;
	-webkit-animation: fadeIn 2s linear 0s both;
	animation: fadeIn 2s linear 0s both;
}
.index_2{
	width: 18%;
	height: auto;
	float: left;
	margin-left: 1.5%;
	margin-top: 1.5%;
	-webkit-animation: fadeIn 2s linear 1s both;
	animation: fadeIn 2s linear 1s both;
}
.index_3{
	width: 14.5%;
	height: auto;
	float: left;
	margin-left: 3%;
	margin-top: 3%;
	-webkit-animation: fadeIn 2s linear 2s both;
	animation: fadeIn 2s linear 2s both;
}
.index_4{
	width: 13.5%;
	height: auto;
	float: left;
	margin-left: 2.5%;
	margin-top: 2.5%;
	-webkit-animation: fadeIn 2s linear 3s both;
	animation: fadeIn 2s linear 3s both;
}
.index_5{
	width: 18%;
	height: auto;
	float: left;
	margin-left: 2.5%;
	margin-top: 1%;
	-webkit-animation: fadeIn 2s linear 4s both;
	animation: fadeIn 2s linear 4s both;
}
.index_6{
	width: 25%;
	height: auto;
	margin-top: 5%;
	-webkit-animation: fadeInDown 2s linear 5s both;
	animation: fadeInDown 2s linear 5s both;
}

.FirstBlock__item-inner {
	width: 100px;
	margin: 0 auto;
	margin-top: 5%;
	-webkit-animation: fadeIn 2s linear 6s both;
	animation: fadeIn 2s linear 6s both;
}
.FirstBlock__item-inner a {
	display: block;
	text-align: center;
	padding: 10px 0;
	line-height: 1rem;
	color: white;
	font-size: 16px;
	letter-spacing: 0.3em;
}

.clear{
	clear: both;
}
.index_10{
	width: 100%;
	height: auto;
}
.Footer p,
.Footer a {
	color: #A62F33;
}
