.sentence table {
    white-space:nowrap;
	clear:both;
	margin:10px 0 15px 20px;
	background-color:#f7f7f7;
	width:530px;
	border:1px solid #ccc;
}

.time{
background-color:#fff799;
color:#000;
}

.price {
	font-size:16px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	background-color:#fff;
}

.price2 {
	font-size:16px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	background-color:#fbe6ef;
}

.price3 {
	font-size:16px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	background-color:#f4b4d0;
}

.course {
	font-size:14px;
	line-height:20px;
	background-color:#b05c97;
	color:#fff;
	text-align:center;
}

.playtype_a {
	font-size:10px;
	line-height:16px;
	color:#f14897;
	background-color:#fed7e8;
	text-align:center;
}
.playtype_b {
	font-size:10px;
	line-height:16px;
	color:#1392d4;
	background-color:#c3ebfe;
	text-align:center;
}

.yen {
	font-size:12px;
	line-height:16px;
}

.sentence .annotation {
	font-size:10px;
	line-height:14px;
	border-top:1px solid #fff;
	text-align:left;	
}

.sentence th,
.sentence td {
	margin:0;
	padding:2px 3px;
	border-width:0;

}


