@charset "UTF-8";

/*
福井県板金工業組合 2023
（株）ＡＯ８
*/

/* HEADER
---------------------------------------------------- */
header #org {
	width:100%;
	background: #bde6c4 url(./img/header.jpg) center 0 no-repeat !important;
}

@media screen and (max-width: 480px) {

header #org {
	width:100%;
	background: #bde6c4 url(./img/header_smp.jpg) center 0 no-repeat !important;
	background-size: 100% auto !important;
}

}