@charset "utf-8";

/* ヘッダースタイル
----------------------------------------------------------- */
header {
	border-top: 5px solid #326eb4;
	width: 100%;
}

#header_box {
	position: relative;
	height: 90px;
	box-sizing: border-box;
}

/*----- #header_logo -----*/

#header_logo {
	padding: 10px 0 0 0.5em;
}

#header_logo a {
	display: block;
	float: left;
}


#sp_logo01 {
	width: auto;
	height: 70px;
	margin: 0 0.5em 0 0;
}

#sp_logo02 {
	position: relative;
	top: 34px;
	width: auto;
	height: 26px;
	padding: 0;
}

#header_logo p {
	position: absolute;
	top: 14px;
	left: 72px;
}

