section{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ededed;
}
.navigation_box{
	background: #fff;
	height: 80px;
	width: 350px;
	box-shadow:0 0 3px rgba(0,0,0,.1);
	border-radius: 5px;
	margin-top: 15px;
	box-sizing: border-box;
	position: relative;
	overflow:hidden;
	padding-left: 5px;
	padding-right: 15px;
	display: flex;
}
.navigation_img{
	width: 70px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.navigation_img img{
	height: 45px;
}
.type{
	display: flex;
	flex-direction:column;
	width: 100%;
	justify-content: center;
}
.type p:first-of-type{
	font-size: 15px;
	color: #5a5a5a;
	margin-bottom: 5px;
}
.type p:last-of-type{
	font-size: 12px;
	color: #8b8b8b;
}
.fa {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	color: #b2b2b2;
}
