/* CSS Document */
.topDom {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 100000;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
}
.btn_menu {
	position: fixed;
	top: 50px;
	right: 50px;
	cursor: pointer;
}
.menuDom {
	position: fixed;
	right: -100%;
	width: 460px;
	top: 0;
	background-color: #ffffff;
	text-align: center;
	z-index: 1000000;
}
.btn_menu_close {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
}
.menuTitle {
	margin: 50px auto 120px auto;
}
.menu {
	margin-bottom: 60px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.menu span {
	font-family: Arial, Helvetica, sans-serif;
	color: #C1C1C1;
	display: block;
}

@media screen and (max-height:900px) {
.menu {
	margin-bottom: 40px;
}
}
@media screen and (max-height:780px) {
.menuTitle {
	margin: 110px auto 60px auto;
}
.menu {
	margin-bottom: 30px;
}
.menu a img {
	zoom: 0.9;
	-moz-transform: scale(0.9);
}
}
