*{
	margin:0;
	padding:0;
}
body{
	position:relative;
	background-color:#000;
}
header{
	width:100%;
	height:100px;
	line-height:100px;
	margin:0;
	box-sizing:border-box;
	text-align:center;
	vertical-align:middle;
}
h1{
	position:absolute;
	left:15px;
	top:15px;
	color:#FFF;
	margin:0 0 10px;
	padding:0;
	line-height:1;
}
header h1 img{
	width:357px;
}
header h2{
	margin:0;
	padding:0;
	display:inline-block;
	text-align:center;
	vertical-align: middle;
	line-height:0;
}
header h2 img{
	width:425px;
}
#main_frame{
	width:100%;
}
.frame_wrap{
	width:1200px;
	margin:0 auto;
	box-sizing:border-box;
}

@media screen and (max-width:1200px){
	header{
		text-align:center;
		height:auto;
		line-height:0;
		padding:10px 0;
	}
	header h1{
		position:relative;
		width:100%;
		text-align:center;
		top:0;
		left:0;
	}
	header h1 img{
		width:300px;
	}
	header h2{
		width:100%;
		text-align:center;
	}
	header h2 img{
		width:300px;
	}
	.frame_wrap{
		width:100%;
		padding:3%;
		
	}
}

@media screen and (max-width:768px){
	header h1 img{
		width:75%;
	}
	header h2 img{
		width:75%;
	}
}
