@charset "utf-8";
/*------------------------------------------------------------
	program
------------------------------------------------------------*/
#conts{
	padding:40px 20px;
	border-bottom:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
}
.cntTtl{
	padding-bottom:0;
	font-size:36px;
	text-align:center;
	letter-spacing: 1.5em;
}

.stage{margin-bottom:10px;}
.stageTtl{
	padding:5px 20px;
	margin:0;
	background-color:#ddd;
	font-size:30px;
	border-radius:5px;
}
.stageTtl span{margin-right:30px;}

.repertoire{
	padding:20px 40px;
	border-bottom:1px dotted #eee;
}
.repertoire:last-child{border:none;}

.repertoire .player{
	padding:0;
	margin:0 0 20px;
	text-align:center;
}
.repertoire .player li{
	display:inline;
	margin-left:30px;
	font-size:14px;
}
.repertoire .player li:first-child{margin-left:0;}
.repertoire .player li .name{
	font-size:24px;
	margin-left:10px;
}

.repertoire .music{font-size:0;}
.repertoire .music dt{
	display:inline-block;
	width:60%;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
}

.repertoire .music dd{
	display:inline-block;
	margin:0;
	margin-bottom:15px;
	width:40%;
	font-size:14px;
	text-align:right;
	line-height:30px;
}