nav {
	position: fixed;
	z-index: 990;
	top: 0px;
	width: 1400px;
	height: 50px;
	padding-top: 15px;
	font-family: kozuka-gothic-pro, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	left: 0px;
	padding-left: 200px;
}
#index_nav {
	position: fixed;
	z-index: 990;
	top: 0px;
	width: 1400px;
	height: 50px;
	padding-top: 15px;
	font-family: kozuka-gothic-pro, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	left: 0px;
	padding-left: 200px;
	min-width: 100%;
}

#main_ul  {
	text-align: left;
	white-space: nowrap;
	width: 70%;
	display: block;
	float: left;
	
	
}
#main_ul li  {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	margin-right: 40px;
}
#main_ul li:hover {
	color: #1EAA09;
}
#main_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#main_ul li a:hover{
	color: #1EAA09;
}
#main_ul li a img {
	width: 30px;
	position: absolute;
	top: -8px;
	right: -22px;
}

.sub {
	display: inline-block;
	color: undefined;
}
.root {
	color: hsla(0,0%,0%,1.00);

}

.child {
	position: absolute;
	top: 28px;
	width: 700px;
	left: -66px;
	padding: 15px 15px 10px;
	background-color: hsla(0,0%,100%,0.90);
	-webkit-box-shadow: 10px 4px 10px hsla(0,0%,0%,0.47);
	box-shadow: 10px 4px 10px hsla(0,0%,0%,0.47);
	display: none;
	white-space: normal;
	border-radius: 10px;
	color: undefined;
	text-align: left;
}
.child_title {
	color: #323232;
	margin-bottom: 5px;
	font-weight: bold;
}
.child_sub {
	margin-bottom: 20px;
}
.child_sub li {
	margin-bottom: 10px;
	display: block;
	color: hsla(0,0%,0%,1.00);
	border-bottom: 1px dotted hsla(0,0%,47%,1.00);
	margin-left: 0px !important;
	margin-right: 10px !important;
}
.child2 {
	position: absolute;
	top: 28px;
	width: 150px;
	left: -66px;
	padding: 15px 15px 10px;
	background-color: hsla(0,0%,100%,0.90);
	-webkit-box-shadow: 10px 4px 10px hsla(0,0%,0%,0.47);
	box-shadow: 10px 4px 10px hsla(0,0%,0%,0.47);
	display: none;
	white-space: normal;
	border-radius: 10px;
	color: undefined;
	text-align: left;
}
.child2 li {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #828282;
}



.fixed {
	position: fixed;
	width: 100%;
}

#footer_nav {
	text-align: left;
}

#footer_nav li {
	display: inline-block;
	margin-right: 20px;
}
#footer_nav li::before {
	content: "▼";
	display: inline-block;
	margin-right: 3px;
	color: hsla(0,0%,100%,1.00);
	font-size: 12px;
	transform: rotate(-90deg);
	vertical-align: middle;
	margin-top: -4px;
}
#footer_nav li:last-child {
	margin-right: 0px;
	
}
#footer_nav li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
	font-size: 14px;
}

#footer_nav li a:hover{
	color: #FFA600;
}
.footer_nav3 {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.footer_nav3 li {
	margin-bottom: 10px;
}
.footer_nav3 li::before {
	content: "▼";
	display: inline-block;
	margin-right: 3px;
	color: hsla(0,0%,100%,1.00);
	font-size: 10px;
	transform: rotate(-90deg);
}

.footer_nav3 li a {
	color: hsla(0,0%,100%,1.00);
	font-size: 14px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.footer_nav3 li a:hover {
	color: #FFA600;
}

@media (max-width: 540px){
#menuButton {
	display: block;
	width: 34px;
	height: 34px;
	position: fixed;
	top: 5px;
	right: auto;
	z-index: 3;
	border-radius: 5px;
	border: 1px none #000000;
	cursor: pointer;
	left: 10px;
}
#menuButton span {
	display: block;
	background: #000;
	width: 25px;
	height: 2px;
	position: absolute;
	left: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 8px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 8px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(7px) rotate(45deg);
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
	border-radius: 10px;
	border: 1px solid hsla(0,0%,0%,1.00);
}
#nav_button{
	position: absolute;
	right: 30px;
}
nav {
	position: fixed;
	left: 0px;
	z-index: 2000;
	top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 540px;
	height: 0;
	min-width: 100%;
}
#index_nav {
	position: fixed;
	left: 0px;
	z-index: 2000;
	top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 540px;
	height: 0;
	min-width: 100%;
}
#main_ul  {
	text-align: center;
	padding: 20px 10px 30px;
	width: 100%;
	display: none;
	margin-top: 0px;
	background-color: hsla(0,0%,100%,0.90);
	white-space: normal;
	-webkit-box-shadow: 0px 10px 10px 0px hsla(0,0%,0%,0.28);
	box-shadow: 0px 10px 10px 0px hsla(0,0%,0%,0.28);
	min-width: 540px;
	position: relative;
	top: 0px;
	height: 620px;
	overflow-y: scroll;
}
#main_ul li  {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	border: 1px solid hsla(0,0%,56%,1.00);
	text-align: center;
	margin: auto;
	padding: auto;
	width: auto;
	height: auto;
	color: hsla(0,0%,0%,1.00);
	font-size: 12px;
}
#main_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: hsla(0,0%,100%,0.21);
	padding: 10px;
	border-radius: 5px;
}
#main_ul li a:hover{
	color: #fff;
	background-color: hsla(0,0%,54%,1.00);
}
#main_ul li:hover{
	color: #fff;
}
#main_ul li a img {
	width: 30px;
	position: absolute;
	top: 3px;
	right: 2px;
}
.sub {
	display: block;
	width: 100% !important;
	margin-bottom: 10px;
	white-space: normal;
}
.sub li {
	margin-bottom: 10px !important;
	width: 42% !important;
	display: inline-block;
	margin-right: 5px !important;
	margin-left: 3px !important;
}


.root {
	color: hsla(0,0%,0%,1.00);
	border-style: none !important;
	display: block;
	width: 100% !important;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-left: 28px;

}

.child {
	position: relative;
	top: 10px;
	width: 100%;
	left: 0px;
	background-color: hsla(0,0%,76%,0.00);
	-webkit-box-shadow: 10px 4px 10px hsla(0,0%,0%,0.00);
	box-shadow: 10px 4px 10px hsla(0,0%,0%,0.00);
	display: block;
	padding: 0px;
	height: auto !important;
	margin-bottom: 15px;
}
.child li {
	margin-bottom: 10px !important;
	display: inline-block;
	width: 45% !important;
	text-align: center;
}
.child2 {
	position: relative;
	top: 0px;
	width: 100%;
	left: 0px;
	padding: 15px 0px 10px;
	background-color: hsla(0,0%,100%,0.90);
	-webkit-box-shadow: 10px px 0px hsla(0,0%,0%,0.47);
	box-shadow: 10px px 0px hsla(0,0%,0%,0.47);
	display: block;
	white-space: normal;
	border-radius: 10px;
	color: undefined;
	text-align: left;
}
.child2 li {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #828282;
	margin-right: 10px !important;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#footer_nav {
	text-align: left;
}

#footer_nav li {
	display: inline-block;
	margin-right: 10px;
	width: 216px;
	margin-bottom: 20px;
}
#footer_nav li::before {
	content: "▼";
	display: inline-block;
	margin-right: 3px;
	color: hsla(0,0%,100%,1.00);
	font-size: 12px;
	transform: rotate(-90deg);
	vertical-align: middle;
	margin-top: -4px;
}
#footer_nav li:last-child {
	margin-right: 0px;
	
}
#footer_nav li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
	font-size: 16px;
}

#footer_nav li a:hover{
	color: #FFA600;
}
.footer_nav3 {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.footer_nav3 li {
	margin-bottom: 10px;
}
.footer_nav3 li::before {
	content: "▼";
	display: inline-block;
	margin-right: 3px;
	color: hsla(0,0%,100%,1.00);
	font-size: 10px;
	transform: rotate(-90deg);
}

.footer_nav3 li a {
	color: hsla(0,0%,100%,1.00);
	font-size: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.footer_nav3 li a:hover {
	color: #FFA600;
}
}
