@charset "utf-8";
/**
 *
 *  LIVE
 *
 */

/* -------------------------------------------------
   live-section
------------------------------------------------- */

.live-section{
	width:700px;
	letter-spacing:0.8px;
}
.live-section .list{
	width:700px;
	margin-bottom:50px;
}
.live-section .list h2{
	font-size:124%;
	font-weight:bold;
}
.live-section ul{
	width:700px;
}
.live-section ul li{
	overflow:hidden;
	padding:7px 0 6px;
	border-bottom:1px dotted #333333;
}
.live-section ul li span{
	display:block;
	float:left;
	margin-right:50px;
}
.live-section ul li p{
	overflow:hidden;
	/zoom:1;
}
.live-section ul li a{
	text-decoration:underline;
}
.live-section ul li a:hover{
	text-decoration:none;
}

/* .end  イベント終了
-----------------------------------------------------------------*/
.live-section .list.end{
	color: #999;
}
.live-section .list.end h2:after{
	content: "【終了しました】";
}
.live-section .list.end ul li span {
	opacity: 0.6;
}
.live-section .list.end ul li a {
	color: #94032D;
}
