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

.centralM {
	float: none;
}

.menuSpace {
	padding-right: 10px;
	padding-left: 10px;
}

#outerM {
  width: 100%;
  text-align: center;
}

innerM {
	width: 50%;
    margin: 0 auto;
}

@media screen and (max-width:1042px) {

#outerM {
  display: none; 
}

innerM {
	display: none; 
}

}



