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


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