@charset "utf-8";

/* スマホのサイドメニュー */
/* 一部は zdo_drawer_menu.css に */
#SPHeader {
	position: fixed;	/* ヘッダーの固定 */
	top: 0px;
	left: 0px;
	background-color: var(--color-bg-header);
	height: 60px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 1.0;
}
#SPHeader a {
	/*display: inline-block;*/
	height: 100%;
	/*margin: 0 auto;*/
	/*text-align: center;*/
	/*line-height: 1.0;*/
}
#SPHeader img.logo {
	/*margin: 0 auto;*/
	/*margin: 0;*/
	display: inline-block;
	/*text-align: center;*/
	height: 100%;
	box-sizing: border-box;
	padding: 5px 0px;
}
#SPMenubar {
}
#SPHeaderDummy {
	height: 60px;
}

