@import url("./pc/header.css") screen and (min-width: 769px);
@import url("./sp/header.css") screen and (max-width: 768px);
/*
header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
*/
