@charset "utf-8";

.md_panelArea { background: url("../../imageFile/movie/panel_movie.jpg") no-repeat center; background-size: cover; }

/*============================
#movieArea
============================*/
#movieArea { margin-top: 60px; }
#movieArea .md_mainTitle {}
#movieArea .content {}
#movieArea .content ul {}
#movieArea .content ul li { float: left; width: 530px; margin-right: 40px; margin-top: 40px; position: relative; }
#movieArea .content ul li:first-child { width: 100%; margin-right: 0; margin-top: 40px; position: relative; }
#movieArea .content ul li:first-child  iframe { width: 100%; height: 500px; }
#movieArea .content ul li:nth-child(2n+3) { margin-right: 0; }
#movieArea .content ul li iframe { width: 530px; height: 298px; }