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

/*#theater {
	background-repeat: no-repeat;
	background-position: 50% 0 no-repeat fixed;
	background-attachment: fixed;
	height: 900px;
}*/

body#theater {
/*	background-color: #FFDE00;*/
	background:url(/images/comments/bg.jpg) 0% 0 no-repeat fixed;
	background-attachment:fixed;
	background-size: cover;
}
#main {
	margin-bottom: 100px;
	min-height: 530px;
}

h2 {
	margin-top: 100px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing:0.03em;
}
#main table a{
	color: #fff;
	text-decoration: underline;
}

#main a:hover{
	text-decoration: none;
}


#main .commentsArea{
	width: 40%;
	margin-left: 60%;
}
#main ul.commentList:after {
  content: "";
  clear: both;
  display: block;
}
#main ul.commentList li {
	padding: 40px;
	background-color: rgba(99,159,205,0.6);
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 60px;
	border-radius: 5px;
}
#main ul.commentList li dt .date {
	font-size: 13px !important;
}

#main ul.commentList li a{
	color: #FFFFFF;
	font-weight: normal;
}
#main ul.commentList li dd {
	margin-top: 20px;
}
#main ul.commentList li dd p {
	font-size: 15px !important;
	font-weight: normal !important;
}
#main a.more {
	background-color: #639FCD;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 40px;
	border-radius: 5px;
	display: inline-block;
}







