@media print, screen and (min-width: 769px) {

/* アコーディオン */
	
div.NavChild01{
	position: absolute;
	top: 100px;
	width: 100%;
	background-color: #252525;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	left: 0;
	right: 0;z-index: 10000000;
	   /*height:160px;*/
}
	
.globalNavi ul li:hover div.NavChild01{
	display: block;
	height: 100px;
	padding-top: 5px;
	z-index: 100000000;
}

		
    
}