/*=============================================*/
/*               menubtm                       */
/*=============================================*/
header .navBtn {
	display: block;
	width: 29px;
	height: 36px;
	position: absolute;
	top: 17px;
	right: 0px;
	cursor: pointer;
	padding: 12px 18px 12px 18px;
	text-align: center;
	font-size: 11px;
	line-height: 27px;
}
header .navBtn span {
	display: block;
	height: 4px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navBtn span:nth-of-type(2),  .navBtn span:nth-of-type(3) {
	margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
.button-toggle {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	width: 60px;
}
.button-toggle span {
	background: #000 none repeat scroll 0 0;
	display: block;
	height: 4px;
	margin-top: 5px;
}
.menu_toggle {
	display: none;
	position: fixed;
	width: 100%!important;
	top: 75px;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	color: #999;
	z-index: -1;
}
.menu_toggle ul {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	padding-top:  15px;
}
.menu_toggle li {
	position: relative;
	padding: 3px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	clear: both;
}
.menu_toggle a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;/*border-left-width: 3px;
	border-left-style: outset;
	border-left-color: #cf6114;
	margin-top: 3px;
	margin-bottom: 3px;*/
}
.menu_toggle ul li a {
	display: block;
	padding: 6px 0 6px 5px;
}
.menu_toggle ul li a:after {
	content: '\e808';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 15px;
}
.close_btn {
	width: 100%;
	height: 40px;
	padding-top: 1px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	background-color: #000;
	z-index: 100;
}
.close_btn span {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	top: 5px;
}
.close_btn2 {
	padding: 3px;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #000;
	text-decoration: none;
	font-size: 30px;
	display: block;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 2px;
	right: 35px;
	z-index: 9;
}
