* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.box {
  background: rgba(0, 0, 0, 0.6);
  /* padding: 20px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*height: 100%;*/
  text-align: center;
}

.logo {
  text-align: -webkit-center;
  margin-top: 25px;
}
.nav {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 999999;
  width: 150px;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.credit {
  margin: 20px 0;
}
.download-links {
  margin-top: 20px;
}
.download {
  margin-left: 10px;
  padding: 5px 10px;
  color: #fff;
  background: #111;
  border-radius: 5px;
  display: inline;
}
.video-list {
  list-style: none;
  margin: 0 0 -10px;
  padding: 0;
  text-align: center;
}
.video-list li {
  margin-bottom: 10px;
}
.video-list .playlist-btn {
  display: block;
  width: 100%;
}
.main {
  position: relative;
  width: 100%;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  /* background-image: url(../images/pattern.png); */
  height: 1353px;
}
.nav-link {
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
  font-style: normal;
}
.toggle-btn {
  position: absolute;
  bottom: -50px;
  left: 5px;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 0.8em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.playlist {
  padding: 0;
  margin: 20px 20px 40px;
}
.playlist-btn {
  background: #000;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.dimmed {
  opacity: 0.7;
}
.footer-text {
  padding: 0 20px;
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

#loader {
  width: 100px;
  height: 1305px;
  display: none;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: 8%;
  left: 42%;
  margin-top: -XXpx; /* heightの半分のマイナス値 */
  margin-left: -XXXpx; /* widthの半分のマイナス値 */
  z-index: 100;
}

#fade {
  width: 100%;
  height: 1400px;
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

body {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "Osaka,monospace", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  line-height: 1.6em;
  background-color: #000000;
}

.hh {
  height: 36px;
  background-color: rgba(0, 0, 0, 0.84);
  text-align: center;
  font-size: 14px;
  padding: 0;
  margin-top: -4px;
  color: #dcdcdc;
}
#container {
  height: 1325px;
  content: "";
  z-index: 0;
  /* background-image: url(../images/pattern.png); */
}

.enter {
  text-align: -webkit-center;
  margin-top: 29px;
}

.footer {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.93);
}

.k_bn {
  text-align: center;
  padding-top: 20px;
}

.k_bn img {
}

.footer p {
  font-size: 13px;
  text-align: center;
}

body {
  background-color: black;
  color: white;
}

#header {
  z-index: 10;
  top: 0;
  left: 0;
  padding: 5px 40px;
  color: white;
}

#header a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

#header a:hover {
  opacity: 0.8;
}

#info,
#code {
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.53);
  width: 490px;
  margin-top: 50px;
  border-radius: 0 10px 10px 0;
}

#pname {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 50px;
  margin: 0;
  margin-top: 20px;
}

#pinfo {
  margin: 0;
  font-size: 15px;
}

#link {
  background: #cf0000;
  color: white;
  text-decoration: none;
  padding: 4px 8px;
  display: block;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 12px;
}

#link:hover {
  background: #e90000;
}

#code {
}

#code pre {
  margin: 0;
  font-size: 12px;
  font-family: "Lucida Console";
}

#footer {
  width: 100%;
  height: 150px;
}
.index_h2 {
  width: 900px;
  margin: 0 auto 20px;
}
.index_h2 section {
  margin-bottom: 30px;
}
.index_h2 h2 {
  font-size: 18px;
  color: #000;
  background: #fff;
}
.index_h2 div {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
}
#footer {
  height: auto;
  text-align: center;
  margin: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  position: relative;
  background-repeat: repeat-y;
  background-image: url(../img/bg22.png);
  background-position: center;
  font-size: 14px;
}
#footer li {
  display: inline;
}
#footer li a {
  color: #fff;
  text-decoration: none;
}
#copyright {
  height: 45px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
  font-size: 12px;
}
#copyright a {
  color: #fff;
}

.banner_area img {
  max-width: 100%;
  vertical-align: bottom;
}