#header {
	width:982px;
	height:162px;
	margin:70px auto 50px;	
}
#header h1 {
    background-image: none !important;
    padding-top:0 !important;
    text-align:center;
}

#nav {
	width:100%;
	position:absolute;
	top:191px;
	left:9px;
	z-index:5;
	background: url(../img/bg.jpg);
}

@media only screen and (max-width:738px){
#header {
	width:100%;
	height:99px;
	margin:30px auto 30px;	
}	
#header h1 {
background: url(../img/sp/copyright.png) no-repeat center top;
background-size:100px 10px;
padding-top:28px;
}	
}