* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;}

h1,h2,h3,h4,h5,h6{
	text-indent:-99999px;
	position:absolute;
}




/* loading
---------------------------------- */

#loader {
	background:url(../../images/loading.gif);
	background-size: cover;
    width: 60px;
    height: 60px;
    position: fixed;
    _position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 200;
}

#overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

a:link {color: #c50018;}
a:visited {color: #c50018;}
a:hover {color: #EF0003;}
a:active {color: #8B0002;}

a img{border:0;}
a:focus{ outline: none;}



/*

movie

*/

.movarea{
	width:90%;
	margin:0 auto;
	padding:0 0 40px 0;
}

.movieTitle{
	background-color: #cb0010;
	font-size: 20px;
	color:#fff;
	width:90%;
	padding:10px 0;
	line-height:1em;
	text-align:center;
	margin: 0 auto;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}


#movarea{
	width:576px;
	padding:0 0 20px;
	margin:0 auto;
}

#mov {
	margin: 0 auto;
	width:576px;
	height: 324px;
	clear:both;
}
#nav {
	width: 576px;
	height:80px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
    position: relative;
}

#nav ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
#nav ul li.btnleft {
	list-style: none;
	text-align: center;
	float: left;
	border: 2px solid #fff;
	position: relative;
    left: -50%;
}
#nav ul li {
	list-style: none;
	text-align: center;
	float: left;
	border: 2px solid #fff;
	position: relative;
  left: -50%;
	margin-left: -2px;
}
#nav ul li a {
	padding: 0;
	width: 189px;
	height:75px;
	color: #666;
	background: #97000c;
	display: block;
}
#nav ul li a:hover,
#nav ul li a.active {
	background: #cb0010;
}


/*

menu

*/

#menuAll{
width: 580px;
padding: 25px 0;
margin: 0 auto;
}

.menuLine{
width: 100%;
height: 10px;
line-height: 0;
margin: 0 auto;
}

#menuAboutBtn,.menuBtn{
width: 580px;
margin: 0 auto;
line-height: 0;
}

#menuAboutBtnAll{
background-color: #fff;
width: 580px;
padding: 0;
margin: 0 auto;
display: none;
}

.menuBtnAbout{
width: 95%;
margin: 0 auto;
padding: 0 0 7px;
line-height: 0;
}

/*

sns

*/

#snsall{
	width:400px;
	height:20px;
	margin:0;
	position:absolute;
	bottom:5px;
	left:10px;
	z-index:11;
}

#snsall #sns{
	display:inline;
	margin:0;
	float:left;
}

#snsall #sns li{
	height:20px;
	display:inline;
	float:left;
	padding:0;
	margin-right:5px;
}

#snsall #sns li.fbbtn{ width:119px;}
#snsall #sns li.twitterbtn{ width:75px;}
#snsall #sns li.linebtn{ width:70px;}
#snsall #sns li.googlebtn{ width:50px;}


/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
