@charset "utf-8";
/* ヘッダー */
header {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	background-color: #000000;
	height: 48px;
	border-bottom: solid 1px #a38512;
}
header h1 {
	position: absolute;
	top: 5px;
	left: 5px;
	
}
header h1 img{
	position: relative;
	margin: 0;
	width: auto;
	height: 38px;
}


/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* ヘッダー */
	header {height: 68px;}
	header h1 img{height: 58px;}
}
