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

html {
  width: 100%;
}
body {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #333333;
}
hr {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: none;
  font-size: 13px;
}
#header,
#header.m-sp {
  width: 100%;
  display: block;
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  height: auto;
}
#header span,
#header.m-sp span {
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}
#header h1,
#header.m-sp h1 {
  width: 100%;
  height: 66px;
  display: block;
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
}
#header h1 a,
#header.m-sp h1 a:link {
  width: 100%;
  height: 66px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: xx-small;
  line-height: 1000px;
  text-indent: 200%;
  background-size: auto 66px;
  background-image: url(../../img/common/sp_logo.png);
}
#globalnav {
  background-color: #323232;
  width: 100%;
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  padding-top: 3px;
  padding-right: 0em;
  padding-bottom: 3px;
  padding-left: 0em;
}
#globalnav ul {
  margin-top: 0em;
  margin-right: 8px;
  margin-bottom: 0em;
  margin-left: 8px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  list-style-type: none;
  text-align: center;
  display: block;
  overflow: hidden;
}
#globalnav ul li {
  width: 50%;
  text-align: center;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
}
#globalnav ul .gnav_home {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#globalnav ul li a:link,
#globalnav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
  height: 44px;
  display: block;
  line-height: 44px;
  width: 96%;
  border: 1px solid #ffffff;
  margin-top: 3px;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
}
#globalnav ul .gnav_home a:link,
#globalnav ul .gnav_home a:visited {
  color: #ffffff;
  text-decoration: none;
  height: 32px;
  display: block;
  line-height: 32px;
  width: 98%;
  border: 1px solid #ffffff;
  margin-top: 3px;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
}
#globalnav ul li a span {
  display: none;
}
#footer {
  border-top: 3px solid #7d2f2f;
  background-color: #ededed;
  text-align: center;
  color: #505050;
  padding-bottom: 30px;
}
#footer h6 a:link,
#footer h6 a:visited {
  color: #505050;
  text-decoration: none;
}
#footer p a:link,
#footer p a:visited {
  color: #505050;
  text-decoration: underline;
}
#footer h6 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0em;
}
#footer h6 span {
  font-size: 13px;
  display: block;
}
#footer p {
  font-size: 13px;
  line-height: 1.6em;
  margin-top: 15px;
  margin-bottom: 0em;
}
#footer .contact {
  font-size: 18px;
  line-height: 1.8em;
  display: block;
}
#footer .copyright {
  font-size: 11px;
  margin-bottom: 0em;
  margin-top: 20px;
}
