@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* layout
===================================================*/
.imgover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.imgover:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}



/* General Demo Style */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 13px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
	width:100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.clr{
	clear: both;
}
.container > header{
	/* padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left; */
	background-color: rgba(0,0,0,0.75);
	width:100%;
	height:90px;
	text-align:left;
	position: fixed;
	z-index:100;
}
.container > header h1{
	position:absolute;
	top:24px;
	left:60px;
}

.container > header .navi{
	position:absolute;
	top:35px;
	right:60px;
	}

.container > header .navi li{
	float:left;
	margin:0 0 0 60px;
	}

.container > header .navi li a{
	display:block;
	}
	
	
.container .main{
	/* width:1080px;
	height:800px;
	background-color:#FFF;
	margin:0 auto; */
	text-align:left;
	position:absolute;
	left:60px;
	top:90px;
	/* background-color:#CCC; */
	}
	
.container .main h2{
	margin:20px 0 15px 0;
	}
	
.container .main .youtube{
	margin:0 0 0px 0;
	clear:both;
	overflow: hidden;
	}
	
.container .main ul{
	margin:10px 0 10px 0;
	width:600px;
	clear:both;
	overflow:hidden;
	}
	
.container .main ul li{
	margin:0 10px 6px 0;
	float:left;
	}	
	
.container .info{
	position:absolute;
	bottom:80px;
	left:60px;
	}
	
.container .theater_block{
	background-color: rgba(0,0,0,0.75);
	width:900px;
	padding:20px;
	font-size:13px;
	margin:0 0 100px 0;
	}
	
.container .theater_block table{
	color:#FFF;
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	}

.container .theater_block table{
	color:#FFF;
    border-collapse: collapse;
    border-spacing: 0;
	}

.container .theater_block table th {
    padding: 10px 20px;
    border-bottom:1px #6f6f6f solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: center;
}


.container .theater_block table td {
    padding: 15px 20px;
    border-bottom: 1px #6f6f6f solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.container .theater_block table td a{
	color:#FFF;
	text-decoration:underline;
	}

.container .theater_block table td a:hover{
	color:#ec6c00;
	text-decoration: none;
	}


footer{
	width:100%;
	height:60px;
	position: fixed;
	background-color:#FFF;
	bottom:0px;
	/* left:0px; */
	}
	
footer .foot_inn{
	position:relative;
	}
	
footer .foot_inn ul{
	position: absolute;
	top:13px;
	left:60px;
	}

footer .foot_inn ul li{
	float:left;
	font-size:12px;
	margin:0 40px 0 0;
	}
	
footer .foot_inn ul li.link{
	margin:8px 70px 0 0;
	}

footer .foot_inn ul li.link a{
	color:#ec6c00!important;
	}

footer .foot_inn ul li.link a:hover{
	text-decoration:underline;
	}

footer .foot_inn ul li.copy{
	font-size:9px;
	margin:11px 0 0 0;
	color:#999;
	}

footer .foot_inn ul li.copy a{
	font-size:9px;
	margin:11px 0 0 0;
	color:#999;
	}
	
footer .foot_inn .ninja_onebutton{
	position:absolute;
	top:20px;
	right:40px;
	}
	
/* footer .foot_inn .ninja_onebutton ul{
	float:right;
	}
	
footer .foot_inn .ninja_onebutton ul li{
	float:left;
	} */
	
	
/* footer .foot_inn .ninja_onebutton .twitter_tweet_count_m{
	display:none!important;
	} */

/* Header Style */
/* .codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
} */
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
}