@charset "utf-8";

.contents .timetable {
	margin-top: 20px;
	margin-bottom: 30px;
}
.contents .timetable th,
.contents .timetable td {
	border: 1px solid #bbb;
}
.contents .timetable th {
	background: #cfcfcf;
}
.contents .timetable tr.break td {
	background: #eee;
}

#outline .session{
	padding-bottom: 10px;
}
#outline .session h4{
	padding: 8px 10px;
	line-height: 1.3;
}
#outline .session h4 strong{
	font-size: 125%;
}
#outline .session h4 span.speaker{
	font-weight: normal;
}
#outline .session .photo{
	float: right;
	width: 120px;
}
#outline .session p{
	float: left;
	width: 560px;
	margin-left: 20px;
}
#outline .session{
	display: inline-block;
}
#outline .session:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/* hide from MacIE \*/
* html #outline .session{
	height: 1em;
}
#outline .session{
	display; block;
}
/* end of clearfix */

