@charset "utf-8";

* { margin: 0; padding: 0; }
body { background: url(../img/bg_texture_black.jpg) repeat; }

#customer_header,
#customer_footer {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
#customer_header a,
#customer_header a img,
#customer_footer a,
#customer_footer a img {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#customer_header a:hover img,
#customer_footer a:hover img {
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#customer_header header {
  z-index: 100;
  position: relative;
}
#customer_header header .inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  max-width: 96%;
  height: 70px;
  text-align: left;
}
#customer_header header h1 {
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  line-height: 0;
}
#customer_header header p {
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  left: 180px;
  top: 20px;
}
#customer_header header p span {
  font-size: 10px;
  letter-spacing: 1px;
}

#customer_footer footer { padding: 50px 0; }
#customer_footer footer small {
  font-size: 12px;
  letter-spacing: 1px;
}

