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

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

	SP size CSS

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

#mainImage {
	padding: 6px 0;
	background-image: url(../common/images/bg_middle_01_sp.gif);
	background-position: top center;
	background-repeat: repeat;
	-moz-background-size: 930px 344px;
	-webkit-background-size: 930px 344px;
	background-size: 930px 344px;
}
#mainImage p img {
	width: 100%;
}
#speakersList {
	padding: 10px;
	overflow: hidden;
	zoom: 1;
}
#speakersList .dayBlock {
	margin-bottom: 15px;
}
#speakersList .dayBlock:last-child {
	margin-bottom: 0px;
}
#speakersList .dayBlock h2.title01 {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #8c1b1f;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#speakersList .dayBlock .txt {
	text-align: right;
	font-size: 12px;
}
#speakersList .speakerBlock {
	margin-bottom: 10px;
	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: 94px;
}
#speakersList .person .thumb img {
	width: 100%;
}
#speakersList .person .text {
	margin-left: 105px;
}
#speakersList .person .name {
	margin-bottom: 5px;
	color: #a28419;
	font-size: 12px;
	line-height: 1.3;
}
#speakersList .person .position {
	margin-bottom: 10px;
	font-size: 10px;
}
#speakersList .profileBox {
	clear: both;
	height: 80px;
	font-size: 11px;
	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: 5px;
}
#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;
	background-color: #9d8f66;
	margin-bottom: 10px;
}
#speakersList .speakingList li {
	margin-bottom: 5px;
	color: #fff;
	font-size: 11px;
	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;
}