@charset "utf-8";

@media only screen and (max-width: 640px) {

/*============================
#movieArea
============================*/
#movieArea { margin-top: 30px; }
#movieArea .md_mainTitle {}
#movieArea .content {}
#movieArea .content ul {}
#movieArea .content ul li { float: inherit; width: inherit; margin-right: 0; margin-top: 20px; }
#movieArea .content ul li:first-child { float: inherit; width: inherit; margin-right: 0; margin-top: 20px; }	
#movieArea .content ul li:nth-child(2n+3) { margin-right: 0; }
#movieArea .content ul li iframe { width: 100%; height: 200px; }
#movieArea .content ul li:first-child iframe { width: 100%; height: 200px; }

}