@charset "utf-8";

html,body{ overflow-x:visible; }
#header_v{
	width:100%;
	height:220px;
	background:url(../img/bg_company.png) top center no-repeat;
	background-size:cover;
	position:relative;
	margin:0px;
	padding:0px;
	z-index:0;
}

@media screen and (min-width: 481px) {
	.pc-none {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	#header_v{
		height:200px;
	}
	.sp-none {
		display: none !important;
	}
	.non_line td {
		border: none !important;
	}
}
