@charset "UTF-8";

		
	/* Fixed header and footer.
	* --------------------------------------- */
	
	#header{
		position: fixed;
		display: block;
		width: 100%;
		z-index: 9;
		text-align: center;
		color: #000;
		padding: 0;
		top: 0;
		height: 85px;
		background: #fff;
	}
	
	#menu{
		margin: 0 auto;
		width: 100%;
		display: flex;
		height: 85px;
		justify-content: space-between;
		align-items: center;
	}
	#menu a{
		display: block;
		text-align: left;
	}
	#menu a h1{
		margin-left: 10px;
	}
	
	.menu__contact{
		display: flex;
		align-items: center;
	}
	
/* footer */

#footer {
  height: 38px;
}

#footer_bottom {
  clear:right;
  margin-top: 20px;
  background: #EFEFEF;
}

#footer_bottom  #menu{
  width: 850px;
  height: 38px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
  }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#footer-id {
  float:left;
  height: 38px;
}

#footer-nav ul li {
  float: left;
  text-align:center;
}

#footer-nav ul {
  height: 0;
  margin: 0;
}

#footer-nav {
  width: 619px;
}

#footer-nav a {
  display: block;
  height: 38px;
  text-indent: -9999px;
  outline: 0;
}

#footer-nav li ul {
  display: none;
}

#footer-nav #menu-item-01 {
  background-image: url(../img/footer/use.png);
  background-repeat: no-repeat;
  width: 180px;
}

#footer-nav #menu-item-02 {
  background-image: url(../img/footer/pp.png);
  background-repeat: no-repeat;
  width: 119px;
}

#footer-nav #menu-item-03 {
  background-image: url(../img/footer/specified.png);
  background-repeat: no-repeat;
  width: 165px;
}

#footer-nav #menu-item-04 {
  background-image: url(../img/footer/company.png);
  width: 78px;
}

#footer-nav .menu-item:hover {
  background-position: 0 -38px;
}

#footer-nav .menu-item_on {
  background-position: 0 -38px;
}