html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 100%;
  background: url("../images/bg-main.gif") repeat 0 0;
}

.wrapper {
  height: 100%;
  min-height: 800px;
  padding-bottom: 108px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/bg-main-top.gif") repeat-x 0 0;
  text-align: center;
  overflow: hidden;
}

.contents {
  width: 1000px;
  height: 712px;
  position: relative;
  margin: 0 auto;
}

.title {
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 11;
  margin: 0 0 0 -164px;
}

.slides {
  width: 18000px;
  text-align: center;
  *zoom: 1;
}
.slides:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.slides li {
  float: left;
}

.facebook-page {
  width: 368px;
  position: absolute;
  left: 50%;
  bottom: 161px;
  margin: 0 0 0 -430px;
}
.facebook-page .label {
  padding: 0 0 7px 0;
  color: #3b5a99;
  font-size: 85.7%;
  font-weight: bold;
}

.ui-left {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  margin: -35px 0 0 0;
  padding: 10px 30px 10px 0;
}
.ui-left:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.ui-right {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  margin: -35px 0 0 0;
  padding: 10px 0 10px 30px;
}
.ui-right:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/**
 * intro
 */
.intro {
  width: 1000px;
  padding: 208px 0 0 0;
}

/**
 * player
 */
.player {
  width: 1000px;
  position: relative;
  margin: 0 -50px;
  padding: 0 50px 74px 50px;
}
.player .position {
  padding: 139px 0 27px 70px;
  text-align: left;
}
.player .photo {
  position: absolute;
  right: 0;
  top: 0;
}
.player .description {
  width: 455px;
  min-height: 150px;
  margin: 0 70px;
  padding: 22px 405px 0 0;
  background: url("../images/border.png") no-repeat 0 0;
  color: #010101;
  font-size: 75%;
  line-height: 2.0;
  text-align: left;
}
.player .sns {
  width: 368px;
  margin: 35px auto 0 70px;
}
.player .sns .label {
  padding: 0 0 7px 0;
  color: #3b5a99;
  font-size: 85.7%;
  font-weight: bold;
}

/**
 * footer
 */
.footer {
  width: 100%;
  min-width: 1000px;
  height: 108px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url("../images/bg-footer.png") repeat-x 0 0;
}
.footer .inner {
  width: 1000px;
  height: 108px;
  position: relative;
  margin: 0 auto;
}
.footer .thumbnail {
  width: 360px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 7px;
  margin: 0 0 0 -180px;
  text-align: center;
}
.footer .thumbnail li {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.footer .thumbnail li a {
  width: 18px;
  height: 18px;
  background: url("../images/icon-pointer.png") no-repeat 50% 50%;
  display: block;
}
.footer .thumbnail li.active a {
  background: url("../images/icon-pointer-active.png") no-repeat 50% 50%;
}
.footer .logo {
  position: absolute;
  left: 5px;
  bottom: 0;
}
.footer .slogan {
  position: absolute;
  left: 117px;
  bottom: 14px;
}
.footer .copyright {
  width: 276px;
  position: absolute;
  left: 50%;
  bottom: 32px;
  margin: 0 0 0 -138px;
}
.footer .sns {
  width: 108px;
  position: absolute;
  right: 10px;
  top: 58px;
}
.footer .sns li {
  float: left;
  margin: 0;
}
.footer .sns li + li {
  margin-left: 8px;
}
