@charset "utf-8";
/* charset */

* { margin: 0; padding: 0; }
.outerbox {
/*
	display:none;
*/
	font-size:x-small;
	min-height:1020px;
/*	width:960px; */
	position:relative;
/*
	left:40px;
	overflow:hidden;
	border-color:blue;
 */
}
.ttframe {
	position:relative;
/*
	top:40px;
	left:30px;
	width:900px;
	height:800px;
	overflow:hidden;
*/
}
#cellcols {
	position:absolute;
	height:30px;
	top:0px;
	left:120px;
/*
	width:100%;
	min-width:800px;
	border-color:green;
*/
}

#cellcols li {
	display: block;
	overflow: hidden;
	position: absolute;
	padding-top:10px;
	font-size:medium;
}

#cellcolsMorning {
	position:absolute;
	height:30px;
	top:0px;
	left:120px;
/*
	width:100%;
	min-width:800px;
	border-color:green;
*/
}

#cellcolsMorning li {
	display: block;
	overflow: hidden;
	position: absolute;
	padding-top:10px;
	font-size:medium;
}


#ttcellspace {
	position:absolute;
	top:40px;
	left:0px;
/*
	border-color:pink;
*/	
}
#ttcellspaceMorning {
	position:absolute;
	top:40px;
	left:0px;
/*
	border-color:pink;
*/	
}

/* 時間割のセル */
.timetablecell {
	position:absolute;
	width:88px;
	height:120px;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	color:#224;
	background-color:#ffffff;
	border:1px solid #ccc;
	font-size:x-small !important;
	cursor: pointer;
	line-height:1.3;
	overflow: hidden;
}
/* 時間割のセル 拡大（中） */
.midsizecell {
	color:#224;
	background-color:#fff;
	border:1px solid #ccc;
	z-index:10;
	box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.05) ;
	
}
.largesizecell {
	color:#333;
	font-size:13px;
	
	border:0px solid #ccc;
	z-index:20;
	border-color:pink;
	box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1) ;
}
.smallinnercell {
	position:relative;
	padding:0px;
	margin:0px;
	border-width:0px;
}
.midinnercell {
	position:relative;
	padding:10px;
	border-width:0px;
}
.largeinnercell {
	position:relative;
	padding:10px;
	border-width:0px;
	font-size:13px;
	
}


/* 行タイトル */
.lineheader {
	position:absolute;
	width:88px;
	height:120px;
	margin:0px;
	padding:10px;
	color:#333;
	font-size:small;
	line-height:1.4;
	text-shadow:0px 1px 1px 0px rgba(1.0, 1.0, 1.0, 0.9);
	background:url(images/thBg.png) ;
	background-color:#eee;
	border:1px solid #999;
	cursor: pointer;
	box-shadow: 0px 1px 1px 0px rgba(1.0, 1.0, 1.0, 0.9) inset;
	
}

.titleS {
	color:#84b063;
	font-weight:bold;
}
.speakernameS, .speakerprofileS,.speakernameM, .speakerprofileM {
	color:#00f;
	font-weight:bold;
}


.titleM {
	color:#84b063;
	font-weight:bold;
	display:block;
	border-bottom:1px dotted #ccc;
}

.sessiontitleM {
	
	font-weight:bold;
}

.titleL {
	font-size:13px;
	color:#84b063;
	font-weight:bold;
	display:block;
	border-bottom:1px dotted #ccc;
}

.sessiontitleL {
	font-size:13px;
	
	font-weight:bold;
}

.speakerprofileL {
	font-size:13px;
	
	display:block;
}

.speakernameL {
	font-size:13px;
	margin-bottom:8px;
	display:block;
	
}

.abstractL {
	font-size:12px;
}




.r30 {
    -webkit-border-top-left-radius: 30px;
    -khtml-border-radius-topleft: 30px;    
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
     
    -webkit-border-top-right-radius: 30px;
    -khtml-border-radius-topright: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
 
    -webkit-border-bottom-left-radius: 30px;
    -khtml-border-radius-bottomleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
     
    -webkit-border-bottom-right-radius: 30px;
    -khtml-border-radius-bottomright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px; 	
}
.r15 {
    -webkit-border-top-left-radius: 15px;
    -khtml-border-radius-topleft: 15px;    
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
     
    -webkit-border-top-right-radius: 15px;
    -khtml-border-radius-topright: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
 
    -webkit-border-bottom-left-radius: 15px;
    -khtml-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
     
    -webkit-border-bottom-right-radius: 15px;
    -khtml-border-radius-bottomright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px; 	
}
.r08 {
    -webkit-border-top-left-radius: 8px;
    -khtml-border-radius-topleft: 8px;    
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
     
    -webkit-border-top-right-radius: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
 
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
     
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px; 	
}
.r04 {
    -webkit-border-top-left-radius: 4px;
    -khtml-border-radius-topleft: 4px;    
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
     
    -webkit-border-top-right-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
 
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
     
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-radius-bottomright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; 	
}
