@charset "utf-8";
/*----------------------------------------------------
 header
----------------------------------------------------*/

header{
	text-align: left;
	padding: 10px 0px;
	position: relative;
	min-height: 70px;
}

#logo {
	width:70%;
	z-index: 50;
	position: absolute;
	left: 10px;
	top: 0;
}
#logo img {
padding-top: 10px;
	width: 90%;
}

#listLang{
display: none;
}



ul.listSite a{
margin: 2em auto 0 auto;
}

/* -------------- footer ---------- */

#gMAP{
	width: 100%;
	height: 180px;
}

footer .Inner {
	padding: 10px;
	background:url(../images/logo_s.png) no-repeat 1em 1em;
	background-size: 20%;
	text-align: left;



}
footer address,
footer ul{
margin-left: 26%;
}

footer address{
font-size: 0.75em;
line-height: 1.4em;
padding-bottom: 1em;
}



footer ul li{
	font-size: 0.75em;
	line-height: 1.8em;

}
footer ul{
padding-bottom: 1em;
}
footer p a{
text-decoration: none;
}


#Copyright{
	padding: 15px 0px;
}
