@media screen and (max-width:1024px) and (orientation : landscape) {
	.header-pc {
		height:55px !important;
	}
}

@media screen and (max-width:1024px) and (orientation : portrait) {
	.header-pc {
		height:55px !important;
	}
}

.search-top-form-area {
	display:none !important;
}