/* agenda */
#agenda *{
	box-sizing:border-box;
}

/* date tab */
.date-tab{}
.date-tab .part-title{float:left;}
.date-tab .go-822, .date-tab .go-823{float:right; font-size:18px; color:#999 !important; margin-top:28px;}

.part-title{margin-bottom:20px; font-size:46px;}
.part-title small{font-size:24px; color:#999;}


#agenda table{
	margin-bottom:30px;
}
#agenda table thead th{
	background-color:#f3a2b7;
	color:#000;
}
#agenda table tbody tr:nth-child(even){
	background-color:#fff6f5;
}
#agenda table tbody th{
	background-color:#f8e2e7;
	border:1px solid #ccc;
}
#agenda table tbody td{
	border:1px solid #ccc;
	padding:5px 12px;
}
#agenda table tbody td:nth-child(1){
	text-align:center;
	width:120px;
}
#agenda table .rest{
	color:#f088a3;
}