/*Base*/
@charset "UTF-8";

/*menu-tes*/

 
/* header */
#top-head {
    top: -200px;
    position: absolute;
    margin: 30px auto 0;
}


#global-nav ul li {
  padding: 0px 2px 0px 0px;
    float: left;
}



/* tablet  */
@media only screen and (max-width: 768px) {


#header {
	width: 100%;
	height:160px;
}
	
}





