@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------listPh*/
.lpPhTb {
	margin:5px;
}
.lpPhTb table {
	border-collapse:collapse;
	width: 100%;
}
.lpPhTb td {
	width:33%;
	text-align:center;
	vertical-align:top;
	padding:0;
}
.lpPhTb td .box {
	margin:10px auto;
	width: 209px;
}
.lpPhTb td .box .image {
	margin:0 0 5px 0;
	background-image: url(../images/movielistbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 148px;
	width: 209px;
}
.lpPhTb td .image img {
	width:187px;
	height: 127px;
	border:1px solid #fff;
	margin:9px 0 0 0;
}
.lpPhTb td .box h3 {
	font-size:100%;
	background-image: none;
}


/*---------------------------------------------------*/
.qaTb {
	width: 100%;
	margin:10px 0px;
	clear:both;
	border: 2px  dotted #09C;
	border: 2px  dashed #09C\9;
	position:relative;
	border-radius:5px;
	behavior: url(js/PIE.htc);
	background-color: #F0F0F0;
}
.qaTb table {
	border-collapse:collapse;
	width: 97%;
	margin:20px auto;
	color: #333333;
	
}
.qaTb table th{
	padding:7px 7px 5px 40px;
	color: #09C;
	text-align:left;
	border:1px solid #09C;
	border-left:7px solid #09C;
	background-color:#FFF;
	
}
.qaTb table th span{
	color:#0075a9;
	margin:0 5px 0 -25px;}
.qaTb table td{
	padding:7px 10px 15px 15px;}
.qaTb table td ul{
	margin:10px 10px 10px 30px;}
.qaTb table td ul li{
	margin:0 0 3px 0;
	list-style-type: lower-alpha;
}