html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #000;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 5px;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
}
body {
	display: none;
}
img {
	vertical-align: bottom;
}

/* スペース調整 */
.mt10 {
	margin-top: 10px;
}
.mt16 {
	margin-top: 16px;
}
.mt20 {
	margin-top: 20px;
}
.mt24 {
	margin-top: 24px;
}
.mt40 {
	margin-top: 40px;
}
.mt70 {
	margin-top: 70px;
}
.mb14 {
	margin-bottom: 14px;
}
.mb70 {
	margin-bottom: 70px;
}

/* 背景 */
#back {
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: url(../image/page_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

/* シリーズ */
#series {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
#btn_series {
	width: 978px;
	height: 100px;
	margin: 0 auto;
}
.btn_series {
	float: left;
	margin: 16px 8px;
}

/* コンテナー */
#container {
	position: relative;
	width: 100%;
	min-width: 1000px;
}

/* メインビジュアル */
#top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	min-height: 1340px;
	margin: 0 auto;
	overflow: hidden;
}
#main_top {
	width: 100%;
	min-width: 1000px;
	min-height: 1240px;
	max-height: 1340px;
	background-image: url(../image/main_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	margin-top: 100px;
}
#main_top img {
	width: 100%;
}
#title_logo {
	position: absolute;
	top: 53%;
	left: 35%;
	margin-left: -330px;
}
#lead_text {
	position: absolute;
	top: 220px;
	left: 20%;
	margin-left: -170px;
}
#day {
	position: absolute;
	bottom: 45px;
	left: 20%;
	margin-left: -170px;
}
#staff_cast {
	position: absolute;
	bottom: 45px;
	right: 20%;
	margin-right: -170px;
}
#ziz_logo {
	position: absolute;
	top: 130px;
	left: 20%;
	margin-left: -170px;
}
#ziz_twitter {
	position: absolute;
	top: 130px;
	right: 20%;
	margin-right: -170px;
}

/* 原作 */
#obi {
	width: 100%;
	height: 322px;
}
#gensaku {
	position: relative;
	width: 100%;
	height: 322px;
	margin: -62px auto 0;
	background-image: url(../image/gensaku_obi.png);
	background-size: 100% 322px;
	-moz-background-size: 100% 322px;
	overflow: hidden;
}
#gensaku_back {
	position: absolute;
	top: 62px;
	left: 50%;
	margin-left: -500px;
}
#gensaku_pattern {
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	height: 260px;
	background-image: url(../image/gensaku_pattern.png);
	background-position: center;
}
#gensaku_pic {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -566px;
}
#gensaku_text {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: -470px;
}
#btn_gensaku {
	position: absolute;
	bottom: 38px;
	left: 50%;
	margin-left: -470px;
}

/* コンテンツ */
.contents {
	width: 860px;
	margin: 0 auto;
	text-align: center;
}
.contents_title {
	width: 1000px;
	margin: 80px auto 0;
}
hr.short {
	width: 80px;
	margin: 40px auto 40px;
	border: solid #B9B9C8;
	border-width: 1px 0 0 0;
}
.pic {
	float: left;
	margin-top: 10px;
}
#dl {
	width: 840px;
	margin: 4px auto 0;
}
.dl_btn {
	float: left;
	padding: 20px 5px 0;
}
.dl_btn p {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 160%;
}
.clear {
	clear: both;
}

#special_list {
  width: 600px;
  margin: 40px auto;
}

.special {
  float: left;
  padding: 0 20px;
	text-align: center;
	
}

/* テキスト */
.text1 {
	font-size: 14px;
	line-height: 160%;
}
.text2 {
	color: #FFF;
	font-size: 14px;
	line-height: 160%;
}

/* リンク */
a, a:link, a:active, a:visited {
	color: #FFF;
	font-style: normal;
	text-decoration: underline;
}
a:hover, a:active {
	border: none;
	outline: none;
}
a img {
	border: none;
	outline: none;
}
