@CHARSET "UTF-8";

@media all and (max-width : 1199px) {

}

@media all and (max-width : 991px) {
	.main_header {
	  background: url('../img/header_back.png');
	  height: 126px;
	  position: relative;
	  top: 0px;
	  margin: 0px auto;
	  left: 0px;
	  transform: none;
	  -webkit-transform: none;
	}
	.main_header p {
		font-size: 14px;
	}
	.menu {
		margin-top: 0px;
	}
}

@media all and (max-width : 767px) {
	
}