/* CSS Document */
.seminarClosed {
	color:#FF0000;
	font-weight:bold;
}

.msie #bodyArea #contentsArea table.dataTable01 ul.iconLinkListA01 {
    font-size: 12px;
    line-height: 150%;
}

.title {
	font-size: 14px;
}

.speakerPhoto {
	overflow: hidden;
}

.speakerPhoto img {
	float: right;
}

.fontGray{
	color:#999999;
}

#contentsArea article p.textAndImage02 span.profileText{
	width: 467px;
	text-align: right;
	margin: 0 0 15px 0;
	font-size: 12px;
}


@media only screen and (max-width: 599px){

#contentsArea article p.textAndImage02 span.profileText{
	width: 100%;
	text-align: left;
}

}