.m-menu_right_smart {
display: none;
}

.m-menu_right_smart a {
	color:#111;
	text-decoration:none;
}

.m-menu_right_smart a:hover {
	text-decoration:underline;
}

.m-menu_right_smart li {
	width: 100%;
    position: relative;
	background: #FFFFFF;
	padding: 0;
	border-top: 1px solid rgba(0,0,0,0.5);
	font-family: 'F+UD-ニューロダン B';
}
.m-menu_right_smart li .child a {
	padding: 0 0 0 5%;
	display: block;
	margin:15px 0 15px 4px;
}
.m-menu_right_smart li a {
	display: block;
	width: 93%;
	margin:15px 0 15px 4px;
}
.m-menu_right_smart li .toggle_icon {
	width:20px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	padding:12px;
	cursor:	pointer;
	font-family: 'F+UD-ニューロダン B';
	font-size:200%;
	text-align:center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Toggle Button */
#button_zoo {		/* 外枠 */
	width:		42px;
	height:		42px;
	margin:		8px;
	cursor:		pointer;
	display:	block;
	border:		1px solid #ccc;
	box-shadow:	1px 1px 1px #ccc;
	border-radius:	4px;
	text-align:	center;
	background-color:#fff;
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto;
	right:10px;
	z-index:100;
}
#menu_icon_zoo {		/* アイコン[≡] */
	position:	relative;
	display:	block;
	width:		30px;
	height:		30px;
	top:		6px;
	left:		6px;
	background-color:#000;
}
#menu_icon_zoo:before, #menu_icon_zoo:after {
	position:	absolute;
	left:		0;
	content:	"";
	width:		100%;
	border-top:	6px solid #fff;
}
#menu_icon_zoo:before {
	top:		6px;
}
#menu_icon_zoo:after {
	bottom:		6px;
}
#menu_icon_zoo.x {		/* アイコン[×] */
	background-color:#fff;
}
#menu_icon_zoo.x:before {
	border-top:		6px solid #000;
	-webkit-transform:	translateY(6px) rotate(45deg);
	transform:		translateY(6px) rotate(45deg);
}
#menu_icon_zoo.x:after {
	border-top:		6px solid #000;
	-webkit-transform:	translateY(-6px) rotate(-45deg);
	transform:		translateY(-6px) rotate(-45deg);
}