
@media (max-width: 768px) {

#header {
	padding: 0% 0% 0px 0%;
	margin: 0px;
	height: auto;
}
#header .head {
	width: auto;
	height: 100%;
	position: static;
	padding: 2% 4% 0% 4%;
}
#header .head h1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 60%;
}
#header .head .logo {
	width: 200px;
}
#header .head .btn {
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 6%;
	right: 4%;
	font-size: 80%;
}
#header .head .btn a {
}
#header .head .btn a:hover {
}	
	
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
}
#footer .link {
	background-color: #f7f7f7;
	height: auto;
	line-height: 18px;
	text-align: center;
	padding: 20px 10px;
	font-size: 70%;
}
#footer .link a {
}
#footer .copy {
	padding: 10px 10px;
	font-size: 50%;
	color: #808080;
}
#footer .sp {
	display: block;
}
}