@charset "utf-8";


/* ヘッダー
----------------------------------------------------------- */
#header {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	clear: both;
	float: none;
	margin: auto;
	background-color: #EAEAEA;
}
@media screen and (max-width: 1080px) {
#header {
	position: relative;
	overflow: hidden;
	clear: both;
	float: none;
	margin: auto;
	height: 20px;
	display: none;
}
}
#header > div {
	width: 1200px;
	height: auto;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	overflow: hidden;
	clear: both;
	float: none;
	margin: auto;
}
@media screen and (max-width: 1080px) {
#header > div {
	width: 100%;
	height: 20px;
	position: absolute;
	padding-left: 0px;
	overflow: hidden;
	clear: both;
	float: none;
	margin: auto;
	z-index: 9990;
	top: 0px;
	display: none;
}
}
#header h1 a{
	height: 20px;
	text-align: left;
	float: right;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 0px;
	display: block;
	width: 70px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/common/bois_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	background-size:70px 20px;
}

/* グローバルナビ
----------------------------------------------------------- */
#gnavi {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 8px;
	float: left;
	margin-top: 0px;
	padding: 0px;
}
#fnavi {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	margin-top: -2px;
	padding: 0px;
}
@media screen and (max-width: 1080px) {
#fnavi {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	margin-top: -2px;
	padding: 0px;
	display: none;
}
}
#gnavi li  {
	height: auto;
	font-size: 1.5em;
	float: left;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-size:4px 7px;
	display: block;
	font-family: myWebFont;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #gnavi li,#fnavi li  {
	margin-top: 7px;
	}
}
#gnavi ul li a {
	color: #4D4D4D;
}
#gnavi ul li a:hover {
	color: #999;
}
#gnavi ul .home {
	display: none;
}


/* メイン
----------------------------------------------------------- */
#main {
	height: auto;
	width: 982px;
	margin: auto;
	clear: both;
	float: none;
}
@media screen and (max-width: 1080px) {
#main {
	height: auto;
	width: 90%;
	margin: auto;
}
}

/* フッター
----------------------------------------------------------- */
#copyright {
	font-size: 1em;
	line-height: 1em;
	color: #000;
	letter-spacing: 0.1em;
	margin-top: 0em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	width: 100%;
}
