@charset "UTF-8";
@import url(font.css);
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  text-align: center;
  background: url(../images/common/bg_pattern.jpg) repeat-x center top;
  font-family: "NotoSansJP-Light", "メイリオ", "Mairyo", "sans-serif";
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.alphaBtn:hover {
  cursor: pointer;
}

#wrapper {
  width: 100%;
  max-width: 1300px;
  min-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

header {
  width: 100%;
  height: 112px;
}
header #headMain {
  width: 1024px;
  height: 112px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
header #headMain h1 {
  width: 189px;
  height: 112px;
  float: left;
  margin-right: 61px;
  line-height: 200%;
}
header #headMain h1 a {
  width: 189px;
  height: 0;
  padding-top: 112px;
  overflow: hidden;
  background: url(../images/common/header/title_logo.png) no-repeat 0 center;
  display: block;
}
header #headMain nav {
  float: left;
}
header #headMain nav li {
  display: inline;
  float: left;
  margin-right: 25px;
  padding: 43px 6px 1px 5px;
  position: relative;
}
header #headMain nav li a {
  display: block;
  font-family: "NotoSansJP-Medium";
  font-size: 16px;
}
header #headMain nav li a:hover {
  text-decoration: none;
}
header #headMain nav li:hover, header #headMain nav li.current {
  background: url(../images/common/line/line2.gif) repeat-x 0 bottom;
}
header #headMain nav li .new {
  position: absolute;
  width: 33px;
  height: 0;
  padding-top: 12px;
  left: 6px;
  top: 31px;
  font-size: 0;
  line-height: 0;
  background: url(../images/nav_new.gif) no-repeat 0 0;
}
header #headMain .social {
  width: 150px;
  position: absolute;
  top: 45px;
  right: -3px;
}
header #headMain .social li {
  width: 70px;
  height: 25px;
  overflow: hidden;
  display: inline;
  float: left;
  margin-left: 5px;
}
header #headMain .social li.socialFacebook {
  position: relative;
  top: -4px;
}

footer {
  width: 1024px;
  margin: 0 auto;
  border-top: 1px solid #94919c;
  padding: 2px 0 40px 0;
}
footer .footMain {
  width: 1024px;
  border-top: 1px solid #94919c;
  padding-top: 41px;
  position: relative;
}
footer .footMain nav {
  width: 150px;
  float: left;
  margin-left: 17px;
  margin-right: 39px;
}
footer .footMain nav li {
  text-align: left;
  margin-bottom: 6px;
}
footer .footMain nav li a {
  display: block;
  background: url(../images/common/arrow/arrow_s1.png) no-repeat 0 center;
  padding-left: 17px;
  font-size: 14px;
  font-family: "NotoSansJP-Medium";
}
footer .footMain .link {
  width: 500px;
  float: left;
  margin-right: 33px;
}
footer .footMain .link ul {
  margin-bottom: 25px;
}
footer .footMain .link li {
  text-align: left;
  margin-bottom: 6px;
}
footer .footMain .link li a {
  display: block;
  background: url(../images/common/arrow/arrow_s2.png) no-repeat 0 center;
  padding-left: 22px;
  font-size: 13px;
}
footer .footMain .copy {
  width: 200px;
  float: left;
  font-size: 10px;
  color: #ffffff;
  text-align: left;
  padding-top: 3px;
}
footer .footMain .pageTop {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 47px;
}
