
/* style */
/* -------------------------------------------------------- */
#movie {
	width:480px;
	margin:10px;
}
body {
	border:0;
	width:480px;
}
#movie h1 {
	margin:18px 0 5px;
}
#movie .detailbtn {
	text-align:center;
	margin-top:10px;
}
#movie .close {
	text-align:center;
	margin-top:15px;
}
#movie .movie-area {
	text-align:center;
}
#maincontents.popup {

}

/* clearfix */
.clfix {
	height         :auto !important;
	height         :1px;
	min-height     :1%;  /* for IE 7*/
	/*\*//*/display:inline-table;/**/
}
.clfix:after {
	content        :".";
	display        :block;
	clear          :both;
	height         :0;
	font-size      :1%;
	line-height    :1%;
	visibility     :hidden;
}