@charset "UTF-8";
/* =============================================================
ヘッダー：サイトタイトル（島村楽器）
================================================================ */
#container {
	padding-top: 0px;
}
.commonHeader-logo {
	background-color: #fff;
	display: flex;
	justify-content: center;
}
.commonHeader-logo p {
	height: 56px;
	margin: 0;
}
.commonHeader-logo p a {
	display: block;
	overflow: hidden;
	height: 100%;
	text-align: center;
}
.commonHeader-logo p a img {
	width: auto;
	height: 100%;
}

/* =============================================================
フッター
================================================================ */
.footerContainer {
	color: #555;
	background-color: #eee;
	padding: 20px;
}
.footerContainer a {
	color: #555;
}
/*サブメニュー*/
.user-select-none {
	user-select: none;
}
.footerMenu {
	display: flex;
	flex-direction: row;
	gap: 12px;
	font-size: 88%;
}
.footerMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 4px;
}

.footerMenu li {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 0;
}

.footerMenu a {
	text-decoration: none;
}
.footerMenu li a {
	font-size: 0.9em;
}

.footerMenu a:hover,
.footerMenu a:focus,
.footerMenu a:active {
	text-decoration: underline;
}

.footerMenu span.user-select-none {
	margin: 0 0.5em;
	color: #aaa;
}

@media screen and (max-width: 767px) {
	.footerCopyright {
		order: 1;
	}
	.footerMenu {
		flex-direction: column;
		margin: 0;
	}
}
@media screen and (max-width: 384px) {
	.footerCopyright {
		text-align: center;
	}
	.footerMenu ul {
		justify-content: center;
	}
}
