@charset "utf-8";
/**
/* News CSS
----------------------------------------------- */
.page-header{
	position: relative;
	background: url(../image/page-header.png) top left no-repeat;
	background-size: cover;
	height: 200px;
}
.page-header .page-logo{
	position: absolute;
	left: 5%;
	bottom: 15px;
}

@media only screen and (max-width: 1200px) {
	.page-header .page-logo{
		left: 3%;
	}
}
@media only screen and (max-width: 767px) {
	.page-header{
		height: 160px;
	}
	.page-header .page-logo{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-header{
		height: 200px;
	}
	.page-header .page-logo{
		width: 320px;
		left: 15px;
		bottom: 10px;
	}
}