@charset "UTF-8";

#main{
background:url(images/bg.jpg) top center no-repeat;
background-size: cover;
}
#cts{
width: 600px;
margin: 40px auto 80px auto;
text-align: left;
}
.ttl{
display: block;
margin-bottom:20px;
}
.movie{
display:block;
width: 540px;
margin-bottom: 30px;
}
.movie img{
width: 100%;
}