#menubox{
	display: none;
}
h1.sp{
	display: none;
}
#Header2{
	background: none;
	border: none;
	padding: 0;
}
#spsp{
	display: none;
}
section#index div#menubox{
	display: none;
}
section#index{
	width: 100%;
	postion: relative;
}
section#index h1{
	position: absolute;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat center top;
	background-size: 100%;
	z-index: 999999998;
}
@media only screen and (orientation : portrait) { /*縦向きの際に適用*/
	section#index h1{
		background: url(../img/logo.png) no-repeat center top;
		background-size: 100%;
		width: 50%;
		height: 0;
		padding-top: 69%;
		top: -100px;
		bottom: 0;
		left: 0px;
		right: 0;
		margin: auto;	
	}
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	section#index h1{
		background: url(../img/logo.png) no-repeat center top;
		background-size: 100%;
		width: 25%;
		height: 0;
		padding-top: 34.5%;
		top: 0px;
		bottom: 0;
		left: 0px;
		right: 0;
		margin: auto;	
	}
}
#Footer{
	position: fixed;
	bottom: 0;
	border-top: none !important;
}
#Footer address{
	font-size: 10px;
	line-height: 120% !important;
}