html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	-webkit-text-size-adjust: none;
}
body
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
}

nav:not(.mm-menu)
{
	display: none;
}
.menu_mov

{
	background-color: #011058;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding-left: 50px;
	padding-bottom: 0;
}
.menu_mov.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.menu_mov a
{
	background-repeat: no-repeat;
	background-position: center center no-repeat transparent;
	background-color: transparent;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 12px;
	float: left;
	background-image: url(../image/togle.png);
	background-size: 100% auto;
}
.video {
text-align: center;
position: relative;
height: 0;
padding: 30px 0 56.25%;
margin: 20px 60px;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 20;
left: 0;
width: 95%;
height: 84%;
}