@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;
}

/* 2010/1/10 */
/* ----- セッション ----- */
.session{
	padding-bottom: 10px;
}
.session h4{
	padding: 8px 10px;
	line-height: 1.3;
}
.session h4 strong{
	font-size: 125%;
}
.session h4 span.speaker{
	font-weight: normal;
}
.session .photo{
	float: right;
	width: 120px;
}
.session p{
	float: left;
	width: 560px;
	margin-left: 20px;
}
.session{
	display: inline-block;
}
.session:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
.session{
	display: block;	
}

#outline div.session h4,
#outline div.session p{
	margin-left: 0;
}
#outline div.session p,
#outline div.session ul{
	margin-left: 10px;
}
#outline p.note{
	color: #999999;
	margin-left: 0;
}
.session p{
	width: auto;
	float: none;
	margin: 15px 0 0 0;
}
.session .photo{
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.session .image img{
	margin: -1px;	
}
div.session-primary{
	width: 510px;
	display: table-cell;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
div.session-secondary{
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
div.session ul{
	margin: 5px 0 0 0;	
}
div.session ul li{
	background: url(/prx/000/http/cssnite.webridge-kagawa.com/sitemap/img/ico-arw-002.gif) no-repeat scroll 0 0.5em;
	padding-left: 10px;	
}

