.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 960px;
    margin: 0 auto;
}

.menu > li {
    background: #E99300 none repeat scroll 0 0;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 3px;
    text-align: center;
    width: 16.55%;
	border-right: 1px dotted #fff;
}

.menu > li:last-child {
 border: none;
	}
.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__second-level2 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #E99300;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #E99300;
}

.menu__third-level li a:hover {
    background: #E99300;
}

.menu__fourth-level li a:hover {
    background: #E99300;
}

/* ����� */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* float�N���A */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
	height:auto;
    left: 0;
    box-sizing: border-box;
    width: 16.55%;
    margin-left: 16.65%;
    padding: 10px 1%;
    background: #E99300;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index:2;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
	border-bottom:#484548 1px dotted;
    width: 100%;

}
li.menu__mega ul.menu__second-level > li a{
    line-height: 1.5em;
	width: 98%;
	}

li.menu__mega ul.menu__second-level > li:nth-child(2n+1) {
    margin: 0 1% 0 0;
}
li.menu__mega ul.menu__second-level2 {
    position: absolute;
    top: 40px;
	height:auto;
    left: 0;
    box-sizing: border-box;
    width: 1.55%;
    margin-left: 16.55%;
    padding: 10px 1%;
    background: #E99300;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index:2;
}

li.menu__mega:hover ul.menu__second-level2 {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level2 > li {
    float: left;
	border-bottom:#484548 1px dotted;
    width: 100%;

}
li.menu__mega ul.menu__second-level2 > li a{
    line-height: 1.5em;
	width: 98%;
	}

li.menu__mega ul.menu__second-level2 > li:nth-child(2n+1) {
    margin: 0 1% 0 0;
}
.margin{
margin-top:10px;}
