@charset "utf-8";
html {
	height: 100%;
	font-size: 625%;
}
a, a:after, a:before {
	color: #333;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color: #FB6206;
	text-decoration: none;
	outline: none;
}
.abjj {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ab-nr {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
