/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* TIME TABLE */
/*//////////////////////////////////////////////////////////////////////////////////////////*/
body, html{ height: 100%}

.timetable table{
	table-layout: fixed;
    width: 100%;
    vertical-align: top;
	height: 100%;
	margin-bottom: 30px;
	min-height:400px;
}

.timetable #room1-group{background: #f9e5e1;}
.timetable #room2-group{background: #fff3e2;}
.timetable #room3-group{background: #f0eaf4;}
.timetable #room4-group{background: #f0f7ec;}
.timetable #room5-group{background: #e9edf7;}

.timetable #room1{background: #d7063a !important;}
.timetable #room2{background: #ec6d45 !important;}
.timetable #room3{background: #a066aa !important;}
.timetable #room4{background: #34b496 !important;}
.timetable #room5{background: #3d62ad !important;}

.timetable th {
    	text-align: center;
	padding: 15px;
	white-space:normal;
    padding: 5px 0;
    /*border-right: 1px solid #eaeaea;*/
    text-align: center;
	color: #FFF;
	line-height: 1.4;
}

.timetable table th:first-child {
    border: none !important;
}

.timetable table th.timeline {
	display: none;
    color: #666;
	vertical-align: top;
	text-align: right;
	padding-right: 4px;
	width: 5%;
	font-weight: normal;
}

.timetable th.timeline span {
    display: block;
    margin-top: -1.6em;
	line-height: 1;
	font-size: 10px;
}

.timetable td {
	border-top: 1px solid #FFF;
	vertical-align:top;
	position: relative;
}

.timetable tr:nth-child(2) td,
.timetable tr:nth-child(5) td,
.timetable tr:nth-child(6) td {
    border-top: none;
}

.timetable td .category {
	background-color: #f27191;
	color: #FFF;
	font-weight: bold;
	height: 30px;
	text-align: center;
}

.timetable td .category p {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}
 .timetable td .category small {
	 margin-top: 0;
}

.timetable .item{
	width: 100%;
	z-index: 100;
	/*position: relative;*/
	-moz-box-sizing: border-box;
}
.timetable .item a{
	display: block;
	text-decoration: none;
	text-align: left;
	color: #333;
}
.timetable .item a:hover{	text-decoration: underline;}

.timetable .item p{	padding: 8px 8px 30px;}
.timetable .item p.time,
.timetable .item p.time,{	padding-bottom: 4px;}

.timetable .item.txt p{	 text-align: center;}
.timetable .item .time {
	background-color: rgba(255, 255, 255, 0.72);
	padding: 0;
}
.timetable .item .num {
	padding: 0 5px 6px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.timetable .item.col2 .num {right: -100%;}
.timetable .item.col3 .num {right: -200%;}
.timetable .item.col4 .num {right: -300%;}
.timetable .item.col5 .num {right: -400%;}
.timetable .item .num span {
	display: inline-block;
	padding: 2px;
	font-size:12px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.timetable .item label {
	display: inline-block;
	background-color: #84a3cc;
	color: #FFF;
	padding: 4px;
	margin-bottom: 0;
}

.timetable input[type="checkbox"]{
	margin-top: 0;
	vertical-align:top;
}

.timetable .item small {
	display: block;
	margin-top: 6px;
}
.timetable .item .time span {
	font-size: 10px;
}

.timetable .col2{ width: 200%;}
.timetable .col3{ width: 300%;}
.timetable .col4{ width: 400%;}
.timetable .col5{ width: 500%;}


.timetable td p {
	padding: 0 5px;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 0;
	text-align: left;
}
.timetable table td p a {
    color: #333;
    text-decoration: none;
}

.timetable table td.room {
	background-color: #898f9a;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	border-top: none;
}

@media (min-width: 599px){
	.timetable{display: block;}
	.seminar-block-sm{display: none;}
}
@media (max-width: 598px){
	.timetable-sm{display: none;}
	.seminar-block{display: block;}

}

/* Special Event */
.special {
display: table;
width: 100%;
border: 1px solid #c83a48;
margin-bottom: 40px;
}

.special > * {
display: table-cell;
vertical-align:middle;
}

.special .check {
background-color: #c83a48;
color: #FFF;
text-align: center;
padding: 8px;
}

.special .title {
font-size: 1.2em;
font-weight: bold;
padding: 8px;
}

.special .time {
display: inline-block;
margin-left: 16px;
color: #666;
}

.special label {margin-bottom: 0;}
/*  END Special Event */

/* カンファレンス用レイアウト */
.cnf-item{
	padding-top: 8px;
	padding-bottom: 10px;
}

.cnf-item h4, .cnf-item small{
	font-weight: bold;
}

.timetable td .cnf-item p{
	padding: 4px 15px;
	line-height: 1.5;
}

.cnf-item .img-box img{
	width: 100%;
	max-width: auto;
}
