/*
YUI 3.17.1 (build 0eb5a52)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

#wrapper {
  position: relative;
  min-width: 980px;
  overflow: hidden;
}
#wrapper .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#wrapper .bg1 {
  background: url(../img/common/bg/bg_h.png);
}
#wrapper .bg2 {
  background: url(../img/common/bg/bg_w.png);
}
#wrapper .bg3 {
  background: url(../img/common/bg/bg_cross.png);
}
#wrapper .bg4 {
  background: url(../img/common/bg/bg_grid.png) repeat-y center top;
}
#wrapper header {
  background: url("../img/howto/bg_green.gif") repeat-x top;
}
#wrapper header div {
  width: 980px;
  margin: auto;
  background: url("../img/howto/bg_header.png") no-repeat center top;
  position: relative;
  padding-top: 45px;
}
#wrapper header div .chara {
  position: absolute;
  left: 0;
  top: 45px;
}
#wrapper header div h1 {
  text-align: center;
}
#wrapper header div .text {
  text-align: center;
}
#wrapper #contents {
  width: 883px;
  margin: auto;
  margin-top: 73px;
}
#wrapper #contents ul li {
  float: left;
  margin-right: 33px;
  margin-bottom: 70px;
}
#wrapper #contents ul li:nth-child(2n) {
  margin-right: 0;
}
#wrapper #sample {
  background: url("../img/gallery/bg.png");
  position: relative;
  height: 478px;
}
#wrapper #sample .bg {
  position: absolute;
  left: 50%;
  margin-left: -520px;
  height: 478px;
  z-index: 10;
}
#wrapper #sample h2 {
  padding-top: 70px;
  margin-bottom: 57px;
  text-align: center;
}
#wrapper #sample ul {
  position: relative;
  z-index: 15;
  width: 634px;
  margin: auto;
}
#wrapper #sample ul li {
  float: left;
  margin-left: 22px;
}
#wrapper #sample ul li:first-child {
  margin-left: 0;
}
#wrapper #sample dl {
  background: url(../img/release/line_release.png) no-repeat left top;
  padding-top: 7px;
  width: 306px;
  margin: auto;
}
#wrapper #sample dl dd {
  position: relative;
  cursor: pointer;
}
#wrapper #sample dl dd .cover {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/release/thumb_on_cover.png);
}
#wrapper #sample dl dd .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#wrapper #sample dl dd .play p {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  margin-top: -45px;
  top: 50%;
  margin-left: -45px;
}
#wrapper #sample dl dt {
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  padding-top: 20px;
}
#wrapper #sample dl.movie {
  cursor: pointer;
}
#wrapper #sample dl.sound dd, #wrapper #sample dl.soundClose dd {
  background: url(../img/release/thumb_sound.png);
  height: 172px;
}
#wrapper footer {
  padding-bottom: 60px;
  margin-top: 67px;
  text-align: center;
}
#wrapper footer .back {
  margin-bottom: 30px;
}
#wrapper footer .back a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#pageTop {
  position: fixed;
  z-index: 500;
  bottom: 30px;
  right: 40px;
  cursor: pointer;
  width: 42px;
  height: 42px;
}
#pageTop p {
  position: absolute;
  top: 0;
}
#pageTop p.l {
  height: 44px;
  width: 3px;
  background: #b4e500;
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
  left: 10px;
}
#pageTop p.r {
  height: 44px;
  width: 3px;
  background: #b4e500;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  transform: rotate(-27deg);
  right: 10px;
}
