﻿@charset "UTF-8";

/* h3Area
-------------------------------------------------*/
div.h3Area {
	padding: 0 0 0 10px;
}

/* timeschedule */
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

#tabs ul {
	border-left: 1px solid #1147AB;
	border-bottom: 7px solid #1147AB;
	width: 719px;
}
#tabs ul li {
	float: left;
	width: 240px;
}
#tabs ul li.first {
	width: 239px;
}
#tabs ul li a {
	display: block;
	height: 40px;
	text-align: center;
	background: #DCE8FE;
	border: 1px solid #1147AB;
	border-left: none;
}
#tabs ul li.ui-tabs-selected a {
	color: #fff;
	background: #1147AB;
}
#tabs ul li a span.inner {
	display: block;
	padding-top: 8px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.scheduleTableHead {
	background: url(/2010/ja/conference/images/schedule_head_bg.gif) no-repeat;
	height: 110px;
	width: 720px;
}
.scheduleTableHead table {
	border: none;
}
.scheduleTableHead table th,
.scheduleTableHead table td {
	border: none;	
	font-size: 10px;
	padding: 0;
	text-align: center;
	font-weight: normal;
	background: none;
	line-height: 1.3;
}
.scheduleTableHead table tr.line1 td {
	height: 58px;
}
.scheduleTableHead table tr.line2 td {
	height: 18px;
}

.scheduleTableHead table th.cell01 {
	width: 55px!important;
	height: 31px;
}
.scheduleTableHead table th.cell02 {
	width: 95px!important;
	height: 31px;

}
.scheduleTableHead table td {
	color: #666;
}
.scheduleTable {
	position: relative;
}
/* items */
.pice { position: absolute; z-index: 1;}
.item17-1 { top: 245px; left: 60px; }
.item17-2 { top: 245px; left: 155px; }
.item17-3 { top: 405px; left: 155px; }
.item17-4 { top: 85px; left: 440px; }
.item17-5 { top: 85px; left: 535px; }
.item17-6 { top: 245px; left: 535px; }
.item17-7 { top: 85px; left: 630px; }

.item18-1 { top: 245px; left: 60px; }
.item18-2 { top: 245px; left: 155px; }
.item18-3 { top: 405px; left: 155px; }
.item18-4 { top: 285px; left: 440px; }
.item18-5 { top: 485px; left: 60px; }

.item19-1 { top: 245px; left: 60px; }
.item19-2 { top: 45px; left: 440px; }
.item19-3 { top: 75px; left: 535px; }
.item19-4 { top: 245px; left: 535px; }
.item19-5 { top: 45px; left: 630px; }

/* #pageNavi */
ul#pageNavi li {
	float: left;
	
	background-repeat: no-repeat;
}

ul#pageNavi li a {
	display: block;
	width: 240px;
	height: 30px;
}

#content h3 {
	/*background:url(/2010/ja/conference/images/conference_ttl_bg.gif) no-repeat;*/
	height: 32px;
	color: #fff;
	padding: 0;
	border: none;
	position: relative;
}
#content h3 span {
	display: table;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content h2 span.img,
#content h3 span.img {
	display: block;
	position: absolute;
	right: 10px;
	top: 7px;
	text-align: right;
	width: 700px;
}
body.exhibitorEventDetail #content h3 {
	background:transparent url(/2010/common/images/h3_bg.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	height:1%;
	color: #000000;
	padding:2px 0 3px 10px;
}
body.exhibitorEventDetail #content h3 span {
	display: table;
	position: absolute;
	left: 10px;
	top: 6px;
}

#content h4 {
	background: url(/2010/common/images/h3_bg.gif) repeat-y 0 0;
	padding: 2px 0 3px 10px;
	font-weight: bold;
	margin: 0 0 15px 0;
	position: relative;
	height: 1%;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}
#content h4 span.img {
	display: block;
	position: absolute;
	right: 10px;
	top: -3px;
	text-align: right;
	width: 700px;
}

table.conferenceTable {
	border: none;
	width: 100%;
}
table.conferenceTable th,
table.conferenceTable td {
	border: none;
	padding: 0;
}
table.conferenceTable th {
	width: 150px;
	/*background: url(/2010/ja/conference/images/blue_bg.gif) repeat-y;*/
}
table.conferenceTable th p {
	padding: 0 0 0 30px;
}
table.conferenceTable th p.linkRegister {
	padding: 5px 0 0 15px;
	font-weight: normal;
}
table.conferenceTable td h5 {
	font-weight: bold;
	border-bottom: 1px solid #ECECEC;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}
table.conferenceTable td h5 span.img {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 2px;
	text-align: right;
	width: 198px;
	background: none;
}
table.conferenceTable td h5 span {
	color: #fff;
	background: #006666;
	padding: 0 4px;
}
table.conferenceTable td h5 span.bgBlue {
	background: #1252C9;
}
table.conferenceTable td h6 {
	font-weight: bold;
}
table.conferenceTable td dl dd {
	padding: 0 0 0 1em;
}
table.conferenceTable td ul.listStyleCircle {
	padding-left: 20px;
}
table.conferenceTable td ul.listStyleCircle li {
	list-style-type: circle;
}
table.conferenceTable td.bottomLine {
	border-bottom: 1px solid #ECECEC;
	height: 10px;
}
table.timeShedule {

	width: 100%;
}
table.timeShedule th {
	background: #F1F1F1;

}
.cel01 {
	width: 120px;
}

#exEventNavi {
	margin: 0 0 40px 0;
}
#exEventNavi li {
	width: 240px;
	height: 30px;
	float: left;
}
#exEventNavi li a {
	display: block;
	width: 240px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
#exEventNavi li.date17 a {
	background-position: 0px 0px;
}
#exEventNavi li.date18 a {
	background-position: -240px 0px;
}
#exEventNavi li.date19 a {
	background-position: -480px 0px;
}

body.exhibitorEvent1117 #exEventNavi li.date17 a,
#exEventNavi li.date17 a:hover {
	background-position: 0px -30px;
}
body.exhibitorEvent1118 #exEventNavi li.date18 a,
#exEventNavi li.date18 a:hover {
	background-position: -240px -30px;
}
body.exhibitorEvent1119 #exEventNavi li.date19 a,
#exEventNavi li.date19 a:hover {
	background-position: -480px -30px;
}

table.tableText {
	border: 0;
}
table.tableText td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

.personLeft {
	float: left;
	width: 100px;
}

.personRight {
	float: right;
	width: 620px;
}

.programWrapLeft {
	float: left;
	width: 540px;
}

.programWrapRight {
	float: right;
	width: 180px;
	text-align: right;
}

/* Clearfix
-------------------------------------------------*/
#exEventNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#exEventNavi {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html#exEventNavi { height: 1%; }
#exEventNavi { display: block; }
/* End hide from IE-mac */