@charset "utf-8";
/*** モバイル版（ウィンドウ横幅が一定以下のとき） ***/

#sidebar {
	width: 100%; height: 48px;
	position: relative; top:0; left:0;
	/*font-size: 15px; */
	/* background:blue;opacity:0.9; */
	margin-bottom: 12px;
}
#sidebar > .inner {
	width: 100%; height: 100%; padding:0;
}
#sidebar ul {
	display: flex;
	height: 100%;
}
#sidebar ul li {
	/* width: 150px; height: 48px; line-height: 48px; vertical-align: middle;*/
	line-height: 48px; vertical-align: middle;
	height: 100%;
	margin: 0 -2px 0 0;
	border: 2px solid rgb(53, 53, 53);
	box-sizing: border-box;
	/*opacity:0.9;
	margin-right: -1px; */
	
}
#sidebar ul li.nohover {
	background:rgb(250, 216, 212);
	padding: 0 12px 0;
}
#sidebar ul li a {
	display:block;
	padding: 0 12px 0;
	box-sizing: border-box;
	width: 100%; height: 100%;
	/* background: blue;opacity:0.5; */
}
