@charset "utf-8";
.curriculumTableOuter {
	width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.curriculumTable {
	width: 960px;
}

.curriculum tr.orange td.eventText {
	background-color: #fbf1de;
}
.curriculum tr.orange td.eventText,
.curriculum tr.orange td.contentText {
	border-top: none;
}
.curriculum tr.orange:not(tr.orange + tr.orange) td.eventText,
.curriculum tr.orange:not(tr.orange + tr.orange) td.contentText {
	border-top: 1px solid #d6d5d0;
}