p {
	padding:0;
	margin:0;
}
.color-f {
	color: #00ada9;
}
a{
	outline: none;
}
a:focus{
	outline: none;
}

.content{
    width:100%;
    padding:20px;
}
div.h1{
    margin:20px auto;

    font-size: 150%;
    color:#183E71;
    text-align:left;
}

.titleimage{
    text-align: center;
}
.title {
    font-size: 1.8em;
    color: #00248c;
}
.subtitle {
	font-size:1.2em;
	font-weight:normal;
    color: #00248c;
    text-align: center;
}
.subcaution{
	font-size:1.0em;
	font-weight:normal;
    color: #f00;
    text-align: center;
}
.timetable_caption {
	margin: 0px auto 10px auto;
	width: 1000px;
}
.timetable_footer {
	margin: 0px auto 30px auto;
	width: 1000px;
}
.timetable {
	table-layout: fixed; 
	margin: 0px auto 10px auto;
	border-collapse: collapse;
	border: 1px solid #D9EFDF;
	width: 1000px;
}
.timetable th {
	font-size:0.8em;
}
.timetable td {
	font-size:0.8em;
	border: 1px solid #00ada9;
	text-align: center;
}


.small {
    font-size:80%;
}
.sessname{
    color:#183E71;
}
.sessname a{
    color:#183E71;
}

.caution{
    color:#E82C0C;
}
.caution a{
    color:#E82C0C;
}

.detail {
  color: #183E71;

}
.detail:hover {
  text-decoration: underline;
cursor: pointer;

}
.session_name {
}
.session_time {
	font-size: 0.8em;
}
.names_zacho {
  padding-left: 10px;
  color: #666;
  font-size: 85%;
  background-color: #fff2c4;
}
.names_speaker {
    padding-left: 10px;
    color: #666;
    font-size: 85%;
}
.h_day {
	border: solid #00ada9 1px;
}
.h_room {
	border: solid #00ada9 1px;
	text-align: center;
}
.h_time_r {
	border-top: solid #00ada9 1px;
	border-bottom: solid #00ada9 1px;
	border-right: solid #00ada9 1px;
}
.h_time_l {
	border-top: solid #00ada9 1px;
	border-bottom: solid #00ada9 1px;
	border-right: solid #00ada9 1px;
	width: 8px;
}
.cell-n {
	border-right: 1px solid #D9EFDF;
	border-left: 1px solid #D9EFDF;
	border-top: solid #00ada9 1px;
	border-bottom: solid #00ada9 1px;
	width: 10px;
}
.cell-r {
	border-right: 1px solid #00ada9;
	border-left: 1px solid #D9EFDF;
	border-top: solid #00ada9 1px;
	border-bottom: solid #00ada9 1px;
	width: 10px;
}
.cell-row {
	height: 40px;
}
