@charset "UTF-8";


.section ul {
	text-align: center;
}
.section {
	margin-bottom: 20px;
}
table.karaoke {
	width: 500px;
	margin: 5px auto;
}
table.karaoke tr, table.karaoke td {
	text-align: center;
	border:1px solid #cccccc;
	padding: 2px;
}
table.karaoke tr.head {
	font-size: 20px;
	line-height: 24px;
	background: #ffccff;
}
table.karaoke tr.title {
	font-size: 16px;
	line-height: 18px;
	background: #ffffcc;
}

