@charset "utf-8";
/* CSS Document */


#movie{
	width:100%;
	height:670px;
	position:relative;
	z-index:10;
}

.buttonBar{
	display:none;
}

#movie{
	background:url(bak_main.jpg);
	background-size: cover;
}

#movie h1{
	width:100%;
	position:absolute;
	top:230px;
	z-index:50;
	text-align:center;
}

#movie .add_box{
	width:1000px;
	margin:0 auto;
	text-align:right;
	position:absolute;
	top:442px;
	left: 0;
    right: 0;
	z-index:40;
}

#movie .add_box a img{
	margin-top:5px;
}

#movie #cover_mv{
	width:100%;
	height:670px;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

/*--- 
@media only screen and (max-width: 769px) {
	
#movie{
	height: 300px;
}
#movie h1{
	top:50px;
}
#movie h1 img{
	width: 80%;
}
#movie #cover_mv{
	height:300px;
	background: none;
}
	
}
--*/

@media only screen and (max-width: 480px) {

#movie{
	display: none;
}


}
