@charset "utf-8";
/***************************************
	Created by www.makeweb.com.tw
***************************************/

.list_tilelist_line {
	/* The main container div */
	/*height:520px;*/
	/*display:inline;*/

	/*border:1px solid #00F;/* 顯示外框(測試用) */
}
.list_tilelist_line ul{
	display: table;
	margin: 40px auto;
	/*margin-top: 40px;*/
	padding:0;
	list-style:none;
}
.list_tilelist_line ul li {
	float: left;
	width: 200px;
	margin: 0 12px;
	padding: 0px;
}
.list_tilelist_line ul li img{
	width: 100%;
}
.list_tilelist_line ul li a{
	color: #FFF;
}
.list_tilelist_line ul li .name{
	height: 60px;
}

.movie_pod table{
	margin: 0 auto;
}