@charset "UTF-8";

@media screen and (min-width: 1024px) {
	#PC { display: block; }
	#Mobile { display: none; }
 	#footerbar_mobile{display: none;}
}

@media screen and (max-width: 1023px) {
	#PC { display: none; }
	#Mobile { display: block; }
	#fh5co-footer{display: none;}
}