header{
width: 100%;
height: 60px;
top: 0;
z-index: 9999;
position: fixed;
background-color: #002336;
font-family: "barlow", sans-serif;
font-weight: 300;
font-style: normal;
}

header ul{
	text-align: right;
	display: inline-block;
}

.header_in_wrp{
min-width: 1200px;
}

.pc_nav{
	margin: 30px;
	text-align: right;
	}

.pc_nav ul li{
float: left;
	color:#fff;

}

.pc_nav ul li:not(:first-of-type){
	margin-left: 19px;
}


.pc_nav ul li a{
font-size: 12px;
letter-spacing: 0.1em;
padding-bottom: 2px;
	color:#fff;

}

.sp_header{
	display: none;
}

@media screen and (max-width: 600px) {
	
	.header_in_wrp{
min-width: inherit;
}

/*	.sp_header{
	display: block;
}*/
/*	.pc_header{
		display: none;
	}*/
	
	}