@charset "utf-8";
* {
	padding:0;
	margin:0;
}
img {
	border:0;
}
#bigpad {
	height: 141px;
	width: 500px;
	position: fixed;
	right: 40px;
	bottom: 20px;
	border: 1px solid #FFF;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #e8e8e8;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	padding: 10px;
	background: -moz-linear-gradient(center bottom, #ffffff 100%,#f7f7f7 0%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #ffffff),color-stop(0, #f7f7f7));
	color: #006;
	margin-bottom: 15px;
}


.content{
/*
width:1800px;
height:800px;
*/
margin:0 auto;
}

/*
.lefttable{
width:800px;
float:left;
margin:10px;
border:1px #dedede solid;
padding:5px;
display:none;
}
*/
.lefttable{
float:left;
}

/*.conferencelist{
float:left;
margin:10px;
border:1px #dedede solid;
padding:5px;
display:none;
}*/

.title{
	margin-bottom:6px;
}
table.conferencelist {
	border-collapse:collapse;
}
table.conferencelist th {
	border: 1px solid #e8e8e8;
	color: #000;
	padding: 10px;
}

table.conferencelist td {
	border: 1px solid #e8e8e8;
	padding: 10px;
}
table.conferencelist .th-index {
	color: #FFF;
	background-color: #06C;
	border-radius: 10px 10px 0 0;
}

.description{font-size:11px; font-family:Geneva, Arial, Helvetica, sans-serif;}

.date{
	width:12%;
	text-align:center;
}

.loader{
height:11px;
}

.confitem{
	padding-top: 50px;
	padding-bottom: 50px;
}

.roomname{
	width:25%;
	text-align:left;
}
.status{
	width:15%;
	text-align:center;
	background-color: #FFF;
}
.status-level0 {
	width:15%;
	text-align:center;
	background-color: #999;
	color: #FFF;
}
.status-level1 {
	width:15%;
	text-align:center;
	background-color: #39F;
	color: #FFF;
}
.status-level2 {
	width:15%;
	text-align:center;
	background-color: #9C0;
	color: #000;
}
.status-level3 {
	width:15%;
	text-align:center;
	background-color: #FC0;
	color: #000;
}
.status-level4 {
	width:15%;
	text-align:center;
	background-color: #F33;
	color: #FFF;
}
.timetable{
	width:35%;
	text-align:left;
	font-size:large;
	font-weight:bold;
}
.detailbox{
	display:none;

}
.detailinfo{
	/*
	position: fixed;
	top: 100px;
	right: 50px;
	*/
	overflow: auto;
	float:right;
	width: 500px;
	height: 680px;
	text-align: left;

}
ul {
	list-style-type: none;
	background-color: #FFF;
	border-radius:20px;
	box-shadow:#999 2px 4px 6px;
}
.data-name {
	font-size: large;
	font-weight: bold;
	color: #FFF;
	background-color: #06C;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	border-radius: 10px 10px 0 0;
}
.data-company {
	font-size: large;
	font-weight: bold;
	color: #FFF;
	background-color: #06C;
	padding: 10px;
}
.data-time {
	font-size: large;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #06C;
	background-color: #f7f7f7;
}
.data-title {
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.data-contents {
	font-size: small;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}







.trcolor1 {
	background-color: #FFFFFF;
}
.trcolor2 {
	background-color: #f7f7f7;
}




.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
