/* ------------------------------
 HeaderLogo
------------------------------ */
div.headerLogo {
	margin:0;
	width:100%;
	padding:0 0 0 1em;
	height:89px;
	background: WHITE url(../img/logoBackground_narrow_en.png) no-repeat left;
	background-size: contain;
	border-bottom: solid 3px #563A8F;
}

/*
	サイトロゴ（高さ広め）
*/
.siteLogoWide {
	background: WHITE url('../img/logoBackground_wide_en.png') no-repeat;
	height: 135px;
	background-size: contain;
}
