/*! #######################################################################

	HeadShrinker v1.0.2
	--------
	
	To be used with jquery.headshrinker.js by Chris Wharton (https://github.com/weare2ndfloor/HeadShrinker)

####################################################################### */

/* 

	The body class of "headshrinker" is added when the plugin is active 

	We also add a class of "headshrunk" onto the cloned header in case you want to overwrite CSS specifically	
	
*/
.headshrinker .headshrunk {
  border-top:none;
  border-bottom:1px solid #e1e0e0;
}
@media (min-width: 767px) {
  .headshrinker .headshrunk {
    height: 50px;
    width: 100% !important;
  }
}

.headshrinker header.headshrunk .box {
  width: 1054px;
  margin-right: auto;
  margin-left: auto;
}
.headshrinker li.mainNav img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------
 以下、追加分
-----------------------------------------------------------------------*/
.headshrinker .headshrunk p.logo img {
  width: 76%;
  height: auto;
  position:relative; top:8px;
}

.headshrinker li.mainNav a img {
  width: 100%;
  height: auto;
  /*  height: 11px;*/
  position:relative;
  bottom:-3px;
}
  
/* 
-------------------------------------*/
.headshrinker .headshrunk  li.mainNav .subNav {
  width: 1052px;
  list-style: none;
  position: absolute;
  top: 50px;
  margin: 0;
  padding: 0;
}

.headshrinker .headshrunk li.mainNav a img {
  bottom: 0;
  vertical-align: middle;
}

.headshrinker .headshrunk .language {
  display:none;
}