@charset "utf-8";



#othertopic{
	width: 940px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}



/*
スピーカー紹介
*/

#speakerbox {
	clear:both;
	float: left;
	width: 940px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: solid 1px #cccccc;
	background: #ededfa;
}

#speakerbox.speakerphoto{
	float: left;
	width: 324px;
	height: 113px;
	margin-right: 10px;
}

.speakerphoto img{
	float: left;
	width: 113px;
	margin-right: 13px;
}

.clleft .textbox{
	float: left;
	width: 200px;
	margin-right: 20px;
}

.speakerTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

.speakername {
	font-size: 12px;
	height: 100px;
}
.speakername span{
	font-size: 10px;
	line-height:110%;
	margin-top: 5px;
}

#speakerbox.clright{
	float: left;
	width: 616px;
}

.speakerSessionTitle {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 580px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.clrleft, .clfright{
	float: left;
	width: 290px;
}
.clrleft p, .clfright p{
	font-size: 10px;
	line-height:100%;
	margin: 8px 5px 0px 5px;
}

.clright .clfright{
	float: left;
	width: 290px;
}

/*
スピーカー他の動画&ブログ紹介
*/

.text_relative{
	float: left;
	width:450px;
	font-size: 12px;
	margin-bottom: 10px;
	padding:0 10px;
}


.othermovie {
	float: left;
	width: 430px;
	padding: 10px;
	margin-top:5px;
	margin-bottom:10px;
	border: solid 1px #cccccc;
	background: #ededfa;
}

.othermovie img{
	float: left;
	width: 140px;
	margin-right: 13px;
}

.othermovieclright{
	float: left;
	width:270px;
}

.othermovieTitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

