@charset "utf-8";
/* CSS Document */

/*----------------------------

comment Style

-----------------------------*/

#main{
	width: 932px;
	margin: 0 auto;
	padding-top: 50px;
	
}

#main{
	width: 932px;
	margin: 0 auto;
}
#commentArea{
	padding: 30px;

}
.movieBox{
	background: url(../images/new/comment_movie_bg.jpg) no-repeat top center;
	width: 418px;
	height: 363px;
	float: left;
	margin-right:30px;
}
.movieBox1{
	background: url(../images/new/comment_movie_bg.jpg) no-repeat top center;
	width: 418px;
	height: 363px;
	margin: 0 auto;
}
.movieBox1 img,
.movieBox img{
	margin: 25px 0;
}
.end{
	margin-right: 0 !important; 

}
.movieWrap{
	overflow: hidden;
	margin-bottom: 50px;
}
.commentBox{
	background: url(../images/new/comment_bg_top.png) no-repeat top center;
	padding-top: 20px;
	text-align: left;
	margin-bottom: 50px;
}
.commentBox .txt{
	background: url(../images/new/comment_bg.png) repeat-y center;
	line-height: 1.8em;
	padding: 20px 25px;
	color: #332413;
	font-size: 23px;
}
.commentBox .txt span{
	color: #f74a0e;
	font-size: 30px;
}
.commentBoxInner{
	background: url(../images/new/comment_bg_ft.png) no-repeat bottom center;
	padding-bottom:20px;
}
#commentArea .name{
	line-height: 1em;
	font-size: 23px;
	color: #b36a14;
	text-align: left;
	padding: 0 25px;
	font-weight: bold;
}
#commentArea .name span{
	font-size: 14px;
	display: block;
	text-indent: -10px;
}
.commentBox .name{
	background: url(../images/new/comment_bg.png) repeat-y center;
}