@charset "shift_jis";
/* CSS Document */

/* --------------------------------------------------

	PC size CSS

-------------------------------------------------- */

#middleSection {
    background-image: none;
}
#contents {
	padding-bottom: 35px;
}
#contents .leftBlock {
	float: left;
}
#contents .rightBlock {
	float: right;
}
#speakersList {
	overflow: hidden;
	zoom: 1;
}
#speakersList .dayBlock {
	width: 490px;
}
#speakersList .dayBlock h2.title01 {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #8c1b1f;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#speakersList .dayBlock .txt {
	text-align: right;
	font-size: 12px;
}
#speakersList .speakerBlock {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #f5f5f5;
	border: solid 1px #9d8f66;
	overflow: hidden;
	zoom: 1;
}
#speakersList .speakerBlock:last-child {
	margin-bottom: 0px;
}
#speakersList .person  {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}
#speakersList .person .thumb {
	float: left;
	width: 160px;
}
#speakersList .person .text {
	margin-left: 180px;
}
#speakersList .person .name {
	margin-bottom: 5px;
	color: #a28419;
	font-size: 20px;
	line-height: 1.3;
}
#speakersList .person .position {
	margin-bottom: 10px;
	font-size: 12px;
}
#speakersList .profileBox {
	clear: both;
	height: 100px;
	overflow: hidden;
	zoom: 1;
}
#speakersList .profileBox.open {
	height: auto;
}
#speakersList .profileBox p {
	margin-bottom: 5px;
}
#speakersList .profileBox p:last-child {
	margin-bottom: 0px;
}
#speakersList .profileBox .en {
	margin-bottom: 10px;
}
#speakersList .more {
	padding: 20px 5px;
	overflow: hidden;
	zoom: 1;
}
#speakersList .more a {
	float: right;
	padding: 2px 5px 5px;
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
#speakersList .speakingList {
	padding: 5px 5px;
	margin-bottom: 10px;
	background-color: #9d8f66;
}
#speakersList .speakingList li {
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
#speakersList .speakingList li:last-child {
	margin-bottom: 0px;
}
#speakersList .speakingList li a {
	text-decoration: underline;
	color: #fff;
}
#speakersList .speakingList li a:hover {
	text-decoration: none;
}