@charset "utf-8";
#responsiveMenu {
	display: none;
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 120;
	top: 0px;
	left: 0px;
}
#responsiveMenu div {
	margin: 10px;
}
#btnMenu {
	float: left;
}
#btnHome {
	float: right;
}
#btnLogo img {
	margin-right: auto;
	margin-left: auto;
}

#btnPC {
	color: #CCC;
	line-height: 10px;
	padding: 9px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	width: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#btnSP {
	padding: 40px;
	font-size: 200%;
	display: block;
	border: 1px solid #999;
	border-radius: 3px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	opacity: 0.5;
	width: 240px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	line-height: 1.2em;
}
#slideSideMenuBg {
	display: none;
	position: fixed;
	z-index: 105;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.7;
}
#slideSideMenu {
	position: absolute;
	position: fixed;
	top: 0px;
	height: 100%;
	z-index: 110;
	width: 300px;
	overflow-x: none;
	overflow-y: auto;
	left: -300px;
	background-color: #666;
}
#slideSideMenu .inBox {
	padding-top: 50px;
	padding-bottom: 50px;
}
#slideSideMenu ul {
	padding: 0px;
	margin: 0px;
}
#slideSideMenu ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#slideSideMenu ul li a {
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 10px;
}
#slideSideMenu ul li a img {
	height: 40px;
	width: auto;
}
#slideSideMenu ul li a.active     {
	background-image: url(../images/sNav_hover.png);
	background-position: center center;
	background-size: cover;
}
#slideSideMenu ul li ul {
}
#slideSideMenu ul li ul li a {
	font-size: 13px;
	background-color: #666;
	color: #CCC;
	line-height: 20px;
	padding: 10px;
	text-decoration: none;
}
