@charset "utf-8";

/* clearfix */
.clearFix {
	zoom:1;
}

.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

/* image replacement */
.hideText {
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	white-space: nowrap;
}

/* thickbox.js */
#TB_window {
	margin-top: -270px;
}

/* base */
html {
	width: 100%;
	height: 100%;
}

body {
	min-width: 960px;
	min-height: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	background: #030000;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 28px;
}

ol, ul, li {
	list-style-type: none;
}

/* layout */
#wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 960px;
	height: 100%;
	min-height: 100%;
	padding-top: 68px;
	background: #030000;
}

#gNavi {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 60px;
	padding-top: 8px;
	left: 0;
	top: 0;
	background: url(../images/bg01.gif) repeat-x;
	zoom: 1;
}

	#gNaviBg {
		width: inherit;
		height: inherit;
		background-color: rgba(1, 1, 1, 0.78);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8010101,endColorstr=#C8010101)";
	}

		#gNaviInner {
			width: 960px;
			height: inherit;
			margin: 0 auto;
		}

			#gNavi a,
			#gNavi p {
				display: block;
				float: left;
				height: inherit;
			}

			#gNavi #naviIntro {
				width: 130px;
			}

			#gNavi #naviStory {
				width: 88px;
			}

			#gNavi #naviChart {
				width: 149px;
			}

			#gNavi #naviInterview {
				width: 151px;
			}

			#gNavi #naviCast{
				width: 182px;
			}

			#gNavi #naviOriginal {
				width: 91px;
			}

			#gNavi #naviTrailer {
				width: 139px;
			}

			#gNavi .trailerOff {
				opacity: .3;
				-ms-filter: "alpha(opacity=30)";
			}

#toTop {
	display: none;
	position: fixed;
	z-index: 98;
	width: 131px;
	height: 73px;
	right: 50px;
	bottom: 50px;
}

	#toTop a {
		display: block;
		width: inherit;
		height: inherit;
	}

#footer {
	width: 100%;
	height: 65px;
	background: url(../images/footer01.jpg) no-repeat center top;
}

	#footerInner {
		width: 960px;
		height: inherit;
		margin: 0 auto;
	}

/* Q&A開閉パネル */
#second #interview {
	position: relative;
	z-index: 4;
	width: 100%;
	height: auto;
	margin-bottom: 64px;
}

	#second #interviewInner {
		position: relative;
		z-index: 5;
		width: 960px;
		height: inherit;
		margin: 0 auto;
	}

		#second #interviewInner > div {
			overflow: hidden;
			margin-top: 30px;
		}

		#second #interviewInner > div:first-child {
			margin-top: 0;
		}

			#second #interviewInner .floatLeftTxt {
				float: left;
				width: 588px;
			}

			#second #interviewInner .floatRightTxt {
				float: right;
				width: 588px;
			}

			#second #interviewInner .floatLeftPic {
				float: left;
				width: 361px;
			}

			#second #interviewInner .floatRightPic {
				float: right;
				width: 361px;
			}

				#second #interviewInner > div > div > div {
					margin-top: 30px;
					background: #3a0202;
					cursor: pointer;
				}

				#second #interviewInner > div > div > div:first-child {
					margin-top: 0;
				}

				#second #interviewInner .tit {
					position: relative;
				}

				#second #interviewInner .txt {
					padding: 12px 20px;
					color: #fff;
				}

				#second #interviewInner .btn {
					position: absolute;
					width: 31px;
					height: 31px;
					right: 28px;
					top: 50%;
					margin-top: -16px;
				}

				#second #interviewInner .interviewOn .btn {
					background: url(../../common/images/btn02.png) no-repeat;
				}

				#second #interviewInner .interviewOff .btn {
					background: url(../../common/images/btn03.png) no-repeat;
				}

				#second #interviewInner .interviewOn .txt {
					display: block;
				}

				#second #interviewInner .interviewOff .txt {
					display: none;
				}
