@charset "utf-8";
/* CSS Document */

.contents .speaker {
	clear: both;
	padding-bottom: 20px;
}

.contents .speaker p {
	width: 560px;
	float: left;
}


.contents .speaker p.photo {
	margin-top: -15px;
	width: 140px;
	float: right;
}


/*----- clearfix scheme -----*/
.contents .speaker{
	display: inline-block;
}
.contents .speaker:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html .contents .speaker{
	height: 1em;
}
.contents .speaker{
	display: block;
}
/* initialization for clearfix */