header{
	width: 100%;
	margin-bottom: 15px;
	
}
.logotype{
	position: absolute;
	height: 70px;
	padding-left: 15px;
	
}
.up_line{
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	background-color: #111;
	height: 35px;
	padding-right: 15px;
}
.up_line img{
	padding-left: 7px;
	height: 17px;
}
.down_line{
display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	background-color: #111;
	height: 35px;
	padding-right: 15px;
	color: lightgray;
}
.down_line img{
	padding-left: 7px;
	height: 24px;
}