@charset "UTF-8";
/* CSS Document */

.menu-container-ele{ color:#000000; margin-right:2.2em;	}

.location-box-left { position:relative; width:12%; margin-right:0.5em;}
.location-box-right { width:88%; }

@media only screen and (min-width:0px) and (max-width:768px) {
	.location-box-left {  width:11%; margin-right:0.3em;}
	.location-box-right { width:90%; }
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.location-box-left {  width:13%; margin-right:0.3em;}
	.location-box-right { width:87%; }
}

@media only screen and (min-width:0px) and (max-width:320px) {
	.location-box-left {  width:15%; margin-right:0.3em;}
	.location-box-right { width:85%; }
}