@charset "UTF-8";

/*** event ‹¤’Ê ***/
.contents_container table th.summary {
	width: 90px;
}
.contents_container table th.time {
	padding-left: 15px;
	width: 95px;
	text-align: left;
}
.contents_container table th.break_time {
	background-color: inherit;
}

.contents_container p.title {
	text-align: center;
	font-weight: bold;
}
.contents_container p.bold {
	font-weight: bold;
}

.contents_container span.bold_red {
	color: #f00;
	font-weight: bold;
}

/*** event index ***/
.contents_container table td.status_prepare {
	background-color: #999999;
	color: #ffffff;
}
.contents_container table td.status_recieve {
	background-color: #ff8833;
	color: #ffffff;
}
.contents_container table td.status_end {
	color: #cc0000;
}

.contents_container table td.status_prepare,
.contents_container table td.status_recieve,
.contents_container table td.status_end {
	width: 80px;
	text-align: center;
}