@charset "utf-8";
*{margin:0px;padding:0px}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#menuList {
	display: none;
}

#menuList ul li {
	font-style: normal;
	font-weight: 500;
}

#menuList ul li span{
	font-style: normal;
	font-weight: 500;
}

	#menuOverlay {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		z-index: 9997;
	}

	#switchBtnArea {
		width: 100%;
		/*height: 60px;
		background: #3c3c3c;
		border-bottom: #aaa 1px solid;*/
		position: relative;
	}

	#switchBtnArea #switchBtn {
	top: 10px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	z-index: 60000;
	}

	#switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 3px;
	display: block;
	position: absolute;
	background-color: #000000;
	border-radius: 5px;
	transition: all 0.2s linear;
	}
	/*中ページカラー*/
	#page #switchBtnArea #switchBtn span {
		background-color: #000;
	}
	#page #switchBtnArea #switchBtn.btnClose span {
		background-color: #FFF;
	}
	/**/
	
	#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 11px;
	transform: rotate(0);
}
	#switchBtnArea #switchBtn span:nth-of-type(2) {top:18px;transform: scale(1);}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 12px;
	transform: rotate(0);
}

	#switchBtnArea #switchBtn.btnClose {background: transparent;}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}

	#rwdMenuWrap {
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: auto;
	position: fixed;
	z-index: 39999;
	background: #000000;
	margin-top: 0px;
	}

	#rwdMenuWrap ul {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	}
#rwdMenuWrap ul li span {
	font-weight: 500;
	color: #00000;
	background-color: #FFFFFF;
	display: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 16px;
	}

	#rwdMenuWrap ul li:first-child {
	text-align: left;
	display: block;
	position: relative;
	background-color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	}
	
	#rwdMenuWrap ul li:first-child a {
    text-align: left;
    display: block;
    position: relative;
    background-color: #FDD108;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 12px;;
    color: #000;
	}
		#rwdMenuWrap ul:nth-of-type(2) li:first-child{
	text-align: left;
	display: block;
	position: relative;
	background-color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #000000;
	}
	
	
	#rwdMenuWrap ul li:first-child img {
	height: 42px;
	margin: 15px 10px 12px 5px;
	}
	

	#rwdMenuWrap ul li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: 500;
	}
#rwdMenuWrap ul li.blank {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	font-weight: 500;
	}
#rwdMenuWrap ul li.blank a {
	text-align: left;
	display: block;
	color: #000000;
	position: relative;
	padding: 5px 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	}

	#rwdMenuWrap ul li a {
	text-align: left;
	display: block;
	color: #fff;
	position: relative;
	padding: 8px 15px;
	background-color: #000000;;
	text-decoration: none;
	font-size: 14px;
	}
#rwdMenuWrap ul li ul{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

	}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
.fixed {
  position: fixed;
  top: 0;
  width:100%;
}
