@charset "utf-8";
@import "../../css/layout.css";

/*========================================================================================================================


  ◇◆◇ レイアウト ◇◆◇
  
  
========================================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  header
  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  ロゴ
-----------------------------------------------------------------------------------*/

.hd_logo {
  width:400px;
}

.hd_logo a {
  background-image:url(../image/logo-black.png);
}


/*-----------------------------------------------------------------------------------
  language
-----------------------------------------------------------------------------------*/

.hd_lang li {
  min-width:70px;
  width:inherit;
}

.hd_lang li {
  font-family:inherit !important;
  font-weight:inherit !important;
}


/*----------------------------------------------------------------------------------------------------

  nav
  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  open nav
-----------------------------------------------------------------------------------*/

#openNav nav > ul.mnav > li {
  width:50%;
}

@media screen and (max-width:640px) {
  #openNav nav > ul.mnav > li {
    width:100%;
  }
}


/*----------------------------------------------------------------------------------------------------

  contents
  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  ページ見出し
-----------------------------------------------------------------------------------*/

#pg-headline h2 {
  font-family:inherit;
  font-weight:bold;
}


/*-----------------------------------------------------------------------------------
  見出し
-----------------------------------------------------------------------------------*/

.l-headlineB,
.l-headline {
  font-family:inherit;
  font-weight:inherit;
}


/*----------------------------------------------------------------------------------------------------

  footer
  
----------------------------------------------------------------------------------------------------*/

.ft_qsc {
  font-family:inherit;
  font-weight:bold;
}


/*-----------------------------------------------------------------------------------
  page top
-----------------------------------------------------------------------------------*/

.page-top {
  font-family:inherit;
  font-weight:inherit;
}
