@charset "utf-8";

/* ライブ・出演情報 */
ul#liveInformation {
	width:100%;
}
ul#liveInformation li {
	list-style:none;
	background:url(../images/listmarker.png) no-repeat 9px 19px;
	font-size:12px;
	margin:0;
	padding:14px 20px;
	line-height:157%;
	display:block;
}
ul#liveInformation li:nth-child(even)  {
	background:url(../images/listmarker.png) no-repeat 9px 19px #F2F2F2;
}
ul#liveInformation li h4 {
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:bold;
	margin-bottom:7px;
}