@charset "utf-8";
/*
h1 {
	background: url(../img/h1_droid.png) #6eb92b right bottom no-repeat;
	height: 84px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 82px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	border: 2px solid #6eb92b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 2px 3px #999;
	-webkit-box-shadow: 1px 2px 3px #999;
}
*/
#program {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
/*
#program h2 {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #6EB92B;
	font-size: 16px;
	font-weight: bold;
	background-color: #F7F7F7;
	padding-left: 10px;
	color: #000;
	margin-top: 30px;
}
#program h3 {
	width: 100%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-left: 5px;
}
#program h4 {
	font-weight: bold;
	color: #360;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 130%;
}
#program p {
	font-size: 80%;
	line-height: 180%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 2em;
	text-wrap: normal;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}
*/
#info {
	width: 320px;
}
#info h3 {
	width: 320px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-left: 5px;
}
#info h4 {
	font-weight: bold;
	color: #360;
	width: 320px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 130%;
}
#info p {
	width: 320px;
	font-size: 80%;
	line-height: 120%;
	text-wrap: normal;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}
table.tb_timetable {
	font-size: x-small;
	line-height: 130%;
	width: 100%;
	margin-bottom: 30px;
	border-collapse:collapse;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}
.tb_timetable th {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #E2E7CD;
	width: 12%;
	height: 2em;
	table-layout: fixed;
	text-wrap: normal;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}
.tb_timetable th.room {
	background-color: #F0F2E6;
}
.tb_timetable tr.rest {
	background-color: #F7F7F7;
}
.tb_timetable td {
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: top;
	width: 68px;
	text-wrap: normal;
	table-layout: fixed;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}
table.tb_conference {
	width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 12px;
	line-height: 150%;
}
.tb_conference th {
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	width: 17em;
}
.tb_conference td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tb_conference tr.rest {
	background-color: #F7F7F7;
}
.tb_LT_contents {
	font-size: 11px;
	line-height: 120%;
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.tb_LT_contents th {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #E2E7CD;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}
.tb_LT_contents td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CCC;
}
.tb_LT_contents td.LT_title {
	background-color: #F7F7F7;
	width: 15em;
}
.tb_LT_contents td.LT_name {
	background-color: #F7F7F7;
	font-weight: bold;
	width: 6em;
}
