@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: auto;
  font-family: Helvetica Neue, Helvetica, Arial;
  letter-spacing: 0.1em;
  background-color: black;
}

#wrapper, header, #contents, footer {
  width: 100%;
  background: #fefefe;
}

header .inner, #contents .inner, footer .inner {
  width: 1020px;
  height: auto;
  margin: 0 auto;
}

#contents {
  background: transparent;
  width: 100%;
  padding-bottom: 220px;
}

#wrapper {
  min-width: 960px;
  min-height: auto;
  height: auto !important;
  /*IE6対策*/
  height: auto;
  /*IE6対策*/
  color: #000;
}

footer {
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 200;
  background: #000;
  height: 220px;
  padding: 50px 0 0 0;
  position: relative;
  bottom: 0;
  z-index: 8;
}
footer div.inner a {
  color: #5F5F5F;
  text-decoration: none;
}
footer div.inner a span#top-title-up {
  font-size: 16px;
}
footer div.inner a span#top-title-bottom {
  letter-spacing: 0.14em;
  font-size: 16px;
}
footer div.inner p {
  margin-top: 5px;
}
footer div.inner div#share-btn {
  width: 150px;
  height: 80px;
  position: relative;
  top: -60px;
  right: -810px;
}
footer div.inner div#share-btn p {
  margin-bottom: 10px;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.legacy-clearfix {
  *zoom: 1;
}
.legacy-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pie-clearfix {
  *zoom: 1;
}
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
