html {
	width:1080px;
	margin:0 auto;
}
body {
	font: 100%/1.4;
	font-size:44px;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	background-color:#8A1744;
	color:#FFFFFF;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, h1, h2, h3, h4, h5, h6, p, div, img, menu,input,label {
	padding: 0;
	margin: 0;
}
/*HTML5 サポート - 新しい HTML5 タグを display:block に設定 - */
header, section, footer, aside, article, figure, figcaption, cite, time, main {
	padding: 0;
	margin: 0;
	display: block;
}

/* Android標準ブラウザバグ対応 */
article, figure, figcaption, cite, time, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, p {
	background-color:rgba(255,255,255,0.01);
}

/* Android chromeバグ対応 */
p, dl, dt, dd, ul, li {
	max-height:100%;
}
li, dt, dd {
	padding: 0;
	margin: 0;
	list-style:none;
}
a {
	color:#fff;
	text-decoration:none;
}
img {
	vertical-align:bottom;
}
a img {
	border: none;
}

.lead_h {
	display:none;
}
footer p {
	text-align:center;
	font-size:0.8em;
	background-color:#8A1744;
}
#ch_mod {
	margin-bottom:40px;
	height:134px;
	background:url(../images/common/switch.png) no-repeat center;
	background-color:#8A1744;
}
footer {
	border-top:#FFF 4px solid;
	margin-top:80px;
	padding:20px 0 40px 0;
	background-color:#8A1744;
}

/*〜header〜*/
header {
	width:1080px;
	height:160px;
	background: url(../images/common/bg_navbar.png);
	background-color:#EEE3C8;
}
header h1 {
	height:140px;
	background:url(../images/common/tvo_logo.svg) no-repeat center;
}
header span {
	display:none;
}

/*〜レイアウト〜*/
#movie {
	display:block;
	width:1080px;
	height:645px;
	position:relative;
	top:-115px;
	background:url(../images/bg_movie.png) no-repeat;
	clear:both;
}
#section01 {
	width: 1080px;
	height: 1200px;
	background:url(../images/bg_header.jpg) no-repeat;
	font-size:0em;
}
#section01 h2 {
	width:590px;
	height:595px;
	background:url(../images/logo.png) no-repeat;
	font-size:0em;
	float:left;
}
#section01 h3 {
	width:490px;
	height:225px;
	background:url(../images/date.png) no-repeat;
	font-size:0em;
	float:left;
}
#section01 h4 {
	width:490px;
	height:370px;
	background:url(../images/txn.png) no-repeat;
	font-size:0em;
	float:left;
}
#prologue {
	width:1080px;
	background:url(../images/bg_prologue.jpg) center top no-repeat;
}
#prologue p {
	width:540px;
	padding:100px 0 0 40px;
	font-size:36px;
	line-height:175%;
	float:left;
}
#episode01 dt {
	width:1080px;
	height:250px;
	background:url(../images/ttl_episode01.jpg) no-repeat;
	font-size:0em;
}
#episode01 dd, #episode02 dd, #episode03 dd  {
	width:1000px;
	margin:0 0 0 40px;
	font-size:36px;
	line-height:175%;
}
#episode02 dt {
	width:1080px;
	height:250px;
	background:url(../images/ttl_episode02.jpg) no-repeat;
	font-size:0em;
}
#episode03 dt {
	width:1080px;
	height:250px;
	background:url(../images/ttl_episode03.jpg) no-repeat;
	font-size:0em;
}

/*〜ページトップ〜*/
#pageTop{
	display:block;
	width:200px;
	height:200px;
	background:url(../images/common/btn_pagetop.png) no-repeat;
	position:fixed;
	bottom:20px;
	right:0px;
	opacity:0.5;
}

/* ~~ その他の float/clear クラス ~~ */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}


