@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 (max-width: 480px) {
	#header_v{ height:200px; }
}