nav#m_cart {
	margin: 0 auto 0;
	background: #fff;
}
#menu_button {
	position: relative;
	width: 50px;
	height: 50px;
	left: 0;
}
/* header {
	display: none;
	position: relative;
	width: 100%;
} */
nav#m_cart ul {
	margin: 0 0 10px 0;
	display: flex;
	/* justify-content: space-between; */
    justify-content: center;
	align-items: flex-end;
	list-style-type: none;
}
#m_jpt-logo {
	font-size: 16px;
}
/* nav#account ul {
	margin: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	list-style-type: none;
} */
nav#m_search ul {
	margin: 0 0 10px 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	list-style-type: none;
}
nav#m_menu {
	/* display: none; */
    display: block;
}
#m_menu a {
	display: block;
}
#m_menu_root {
	/* display */
	display: flex;
	flex-direction: column;
	justify-content: space-around;

	/* table */
	border: 1px solid #aaa;

	/* font */
	font-size: 12px;
	color: #444;
}
.m_menu_item {
	margin: 0;
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
}
.m_menu_item_sub_1 {
	/* display */
	display: flex;
	flex-direction: column;
	justify-content: space-around;

	/* layout */
	border-top:  1px solid #ddd;
	margin: 12px -15px -12px -15px;
}
.m_menu_item_sub_1 > li {
	/* layout */
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 12px 15px 12px 35px;
}
.child-1 {
	padding-left: 20px;
}
.child-2 {
	padding-left: 40px;
}