@charset "utf-8";

@media screen and (max-width: 768px) {
/*--------------------------------------------------------------------------------*/
/* overlay Menu */
/*--------------------------------------------------------------------------------*/

#OverlayBox{
	display: none;
	width: 100%;
	max-width: 768px;
	height: 100%;
	position: fixed;
	overflow: auto;
	top: 0%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	background-color: rgba(255,222,0,0.85);
    }
	
#OverlayBox .OverlayInnerBox{padding:60px 4% 50px;}
	

#OverlayBox p.Title{
         background: #ffffff;
		 width:94%;
		 padding:5px 3%;
    }
	
#OverlayBox a:hover{
 opacity:0.8;
    }
	
	
#OverlayBox .CloseBox{
	position: fixed;
	top: 0px;
	left: 0%;
	right: 0%;
	z-index: 10000;
	background-color: rgba();
	}

#OverlayBox p#CloseBtn{
	float: right;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;

}

 


/*--------------------------------------------------------------------------------*/
/* togmenu */
/*--------------------------------------------------------------------------------*/

.togmenu {display:none;}

.FBmenuBtn,
.menubtn{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;cursor:hand; 
    width:10%; 
    vertical-align:bottom;
}

#menu ul {
	margin: 0;
	padding: 0;
	background:#003399;
}
#menu li {
	list-style: none;
	border-top: 1px dotted #fff;
}
#menu li a {
	padding: 10px 3%;
	display:block;
	text-decoration:none;
	background:#003399;
	color: #fff;
}

div.Accordion{width:94%;margin:0 3%;padding:20px 0;}
div.Accordion dl dt a{display:block;background:url() no-repeat 14px 10px;text-decoration:none;padding:7px 10px 7px 37px;}
div.Accordion dl dd{padding:15px;}
div.Accordion dl dt a.ToggleOpen:hover,div.Accordion dl dt a.toggleFirst:hover{background:url() no-repeat 14px 10px;text-decoration: none;}
div.Accordion dl dt a.ToggleClose{background:url() no-repeat 14px 10px;text-decoration: none;}
div.Accordion dl dt a:hover,div.Accordion dl dt a.ToggleClose:hover{background:url() no-repeat 14px 10px;}
		
	
	
	
	
	