@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページのスタイル
=================================================================== */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  text-align: center;
  background: #191919;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
#wrapper {
    width: 100%;
    overflow: hidden;
    background: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/vr/images/bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 1100px;
}
/* --=== #content ===-- */
.contents {
  padding: 65px 0 25px;
  margin-top: 20px;
}
h1 {
  margin-bottom: 30px;
}
p.read {
  margin-bottom: 35px;
}
ul.thumbnail {
  margin-bottom: 20px;
}
ul.thumbnail li {
  display: inline-block;
  margin: 0 5px;
}
p.text-free {
  margin-bottom: 25px;
}
/* --=== header ===-- */
#header {
  width: 100%;
  background-color: #000;
  padding: 10px;
  height: 45px;
  position: fixed;
}
#logo {
  float: left;
}
#social {
  float: right;
  margin: 12px 20px 0px 0;
}
#social li {
  float: left;
  margin-right: 10px;
  line-height: 0;
}
/* --=== footer ===-- */
ul.footer-banner {
  margin-bottom: 15px;
}
ul.footer-banner li {
  display: inline-block;
  margin: 0 3px;
}
