* { -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,.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,.8);
    padding: 6px 12px;
    border-radius: 10px;
    color: #fff;
    font-size: .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:.7;}
.footer-text {
    padding:0 20px;
    font-size:.9em;
    font-style:italic;
    opacity:.8;
    text-shadow: 1px 1px 1px rgba(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: -7px;
    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;
}

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;
}

.Breadcrumb{
  text-align: left;
}
  .Breadcrumb li{
    list-style: none;
    font-size: 12px;
  }
  .Breadcrumb li a{
    text-decoration-line: none;
    color: #fff;
  }

  .indexh2{
    width: 830px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
  }

    #footMenu{
      list-style: none;
    font-size: 12px;
    }
    #footMenu li{
      display: inline;
    }

  #footMenu li a{
    text-decoration: none;
    color: #fff;
  }
