/*一般左側*/
.container {
    width: 100%;
	float:left;
	display:block;
}
.toggleMenu {
	display:  none;
	color: #333;
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
}
.toggleMenu img{
	vertical-align: 3%;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#175e4c;

}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;

	
     width: 100%;
}
.nav a {
	
	color:#333;
	overflow-y:hidden;
	
}

.nav li {
	color:#333;
	width: 100%;
	background-color: #FFF;
}
.nav > li {
    float: left;
	display:block;
}

.nav > li > a {
	display: block;
	font-size: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
	position: relative;
	padding-right: 25px;
}
.nav > li > a >img{
	margin-left: 10px;
}
.nav li  ul {
	display:block;
    left: -9999px;
}

.nav > li.hover > ul {
	display:block;
    left: 0;
	float:left;
}
.nav li li.hover ul {
	
	display:block;
    top: 0;
	float:left;
}
.nav li li a {
	display: block;
	position: relative;
	z-index:100;
	font-size: 14px;
	color: #333;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.nav li li li a {

	display:block;
    z-index:200;
	font-size: 14px;
	color: #666;
		padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;

}
.nav > li > .parent {
        background-position:bottom;
    }
.nav > li a:hover{
	display: block;
	background-image: url(../images/all/li5.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	padding-left: 10px;
	box-sizing:border-box;
    }
.nav  .active,.nav li ul li a:hover {
	display: block;
	background-image: url(../images/all/li5.png);
	background-repeat: no-repeat;
	background-position: left center;

    }
.nav li ul li a:hover {
		padding-left: 15px;
	box-sizing:border-box;

    }

@media screen and (max-width: 768px) {
	.nav > li a:hover{padding-left: 0px;}
	.nav li ul li a:hover {
		padding-left: 10px;
	box-sizing:border-box;


    }
	
	.nav{-webkit-box-shadow: #333 0px 10px 50px;
          -moz-box-shadow: #333 0px 10px 50px;
          box-shadow: #333 0px 10px 50px;}
	.nav > li {
    position: relative;
	color:#333;
		border-top:#dadada solid 1px;
		float: none;
	text-align: center;
	background-color: #f8f8f8;

}
.nav .active {
	background-image:none;
	background-color: #ebeff5;
}

	.container {
    width: 100%;
    margin: 10px auto;
	float:left;
}

  
	
	.nav li  ul {
	position: relative;
	left: -9999px;
	display: none;
}

	
	.nav > li > .parent,.nav li ul li a:hover,.nav > li a:hover {
	background-image: url(../images/svg/downArrow2.svg);
	background-repeat: no-repeat;
	background-position: right 20px;
	display: inline-block;
	padding-right: 15px;
    padding-left: 10px;
}
.nav > li.hover > ul{
	float: none;
	
}
.nav > li > a{
	padding-top: 12px;
	box-sizing:border-box;
	font-size: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
}
    .nav ul {
        display: block;
        width: 100%;
		 position: relative;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: relative;
    }
	.nav li li{background-color: #ededed;}
	.nav li li a{
	padding-left: 0px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav li li.active {background-color: #f5f5f5;}

}
@media screen and (max-width: 460px) {.toggleMenu {

	background-position: 65% center;

}}

/*複合門市左側*/

.container2 {
    width: 100%;
	float:left;
	display:block;
}
.toggleMenu2 {
	display:  none;
	color: #333;
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.nav2 {
    list-style: none;
     *zoom: 1;
     background:#175e4c;

}

.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;

	
     width: 100%;
}
.nav2 a {
	
	color:#888888;
	overflow-y:hidden;
	
}
.nav2 li {
	color:#888888;
	width: 100%;
	background-color: #FFF;
	float: left;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.nav2 li:nth-of-type(1){
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	}
.nav2  li  a {
	display: block;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.nav2 > li > a >img{
	margin-left: 10px;
}



.nav2  li .parent {
        background-position:bottom;
    }

.nav2 .active {
	display: block;
	background-image: url(../images/all/li.png);
	background-repeat: no-repeat;
	background-position: 5px 18px;
	color: #333;
    }

.nav2 .active a{color: #333;}

