@charset "utf-8";
/* CSS Document */

/* ===================================
PC表示
=================================== */
@media screen and (min-width:751px){
/* ヘッダーロゴ */
#headerContents h1 a {
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
  width: auto;
  height: auto;
  background: none;
  padding: 21px 0 20px 15px;
  box-sizing: border-box;
}

/* フッターロゴ */
footer .logo a {
  text-indent: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin: 15px 0 30px;
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  padding: 26px 0 20px 0;
  box-sizing: border-box;
}

#fNav {
  text-align: left;
  width: 490px;
}


} /* @media screen and (min-width:751px) END */

/* ===================================
SP表示
=================================== */
@media screen and (max-width:750px){
#Wrap #headerContents > .inner {
  padding: 0 0 0 5px;
}
#Wrap #headerContents {
  padding: 0;
}
/* ヘッダーロゴ */
#headerContents h1 a {
  display: block;
  float: left;
  margin: 8px 0 0 0;
  background: none;
  text-indent: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  width: auto;
  height: auto;
  background: none;
  padding: 13px 0 17px 10px;
}

/* フッターロゴ */
footer .logo {
  text-align: left;
}
footer .logo a {
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin: 30px 0 10px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 30px 0 20px;
  box-sizing: border-box;
  background: no-repeat;
}


} /* @media screen and (max-width:750px) END */
