@charset "utf-8";

.tabs-box .content {	
	padding: 10px;
}

.tabs-box .content .area-box-left {
	float: left;
	width: 622px;
}
.tabs-box .content .area-box-right {
	float: right;
	width: 292px; 
}

.festival-profile-box {
	width: 622px;
}
.festival-profile-box .content-area {
	background: #ECEAE1;
	width: 602px;
}
.festival-profile-box .player {
  float: left;
  width: 355px;  
}
.festival-profile-box .player .content-area {
	background: #333; 
	width: 335px;
	padding: 6px 10px;
}
.festival-profile-box p.headline {
	font-weight: bold; 
	font-size: 14px; 
	margin: 0px; 
	padding: 10px 0px;
}
.festival-profile-box p.text {
	margin: 0px;
}
.info-box {
	width: 622px;
	margin-top: 40px;
}
.info-box .content-area {
	width: 620px; 
	border-right: 1px solid #CECECE; 
	border-left: 1px solid #CECECE;
}

.latest-live-recording-box {
	width: 292px;	
}
.latest-live-recording-box .content-area {
	width: 100%;
	background: #E9E9E9;
}
.latest-live-recording-box .download-box {
	margin: 5px 0px 0px 8px;
	width: 275px;
}
.latest-live-recording-box .download-box .content-area {
  background: #FFF;
  height: 36px;
  width: 265px;
}
.latest-live-recording-box .download-box .info {
	float: left;
	width: 129px;
}
.latest-live-recording-box .download-box .detail {
	float: left;
	width: 45px;
	margin-left: 10px;
}
.latest-live-recording-box .download-box .cart {
	float: left;
	margin-left: 10px;
}

.history {
	margin-top: 20px;
}
.history li {
	float: left;
	margin-bottom: 5px;
}
.history .audio {
	float: left; 
	width: 420px;
  list-style-type: none; 
  margin: 0px;
}
.history .audio span {
	margin: 0px 10px;
}
.history .video {
	float: left; 
	width: 440px;
  list-style-type: none; 
  margin: 0px;
}
.history .video span {
	margin: 0px 10px;
}
