@charset "utf-8";
@import "common.css";

#EVENT #MAIN div#GUIDE h4.heading {
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#333333;
	background-color:#d3f8ff;
	font-weight:bold;
	font-size:15px;
	padding:8px 15px;
	margin:0;
}
#EVENT #MAIN div#GUIDE .outline .heading {
	display:none;
}
#EVENT #MAIN div#GUIDE .general {
	border-collapse:separate;
	border-width:1px 1px 0 0;
	border-style:solid;
	border-color:#333333;
}
#EVENT #MAIN div#GUIDE .general thead {
	display:none;
}
#EVENT #MAIN div#GUIDE .general tbody th {
	vertical-align:top;
	background-color:#e3e3e3;
	text-align:center;
	font-weight:bold;
	/*white-space: nowrap;*/
}
#EVENT #MAIN div#GUIDE .note {
	margin-top:5px;
	_font-size:9.5px;
}
#EVENT #MAIN div#GUIDE .general tbody .time {
	width:15%;
}
#EVENT #MAIN div#GUIDE .general tbody .program {
	background-color:#9dd8ff;
	text-align:left;
	font-weight:bold;
}
#EVENT #MAIN div#GUIDE .general tbody .break {
	background-color:#fff5c9;
	text-align:center;
	font-weight:bold;
}
#EVENT #MAIN div#GUIDE .general tbody td .title {
	font-weight:bold;
	color:#22255f;
	margin-bottom:5px;
}
#EVENT #MAIN div#GUIDE .general tbody td dt {
	background: url(../img/mark_cmn_square_01.gif) 0 0.5em no-repeat;
	color:#22255f;
	padding-left:10px;
}
#EVENT #MAIN div#GUIDE .general tbody td dd {
	margin-bottom:5px;
}
/* 09.03.25 ǋL */
#EVENT #MAIN div#GUIDE .popup thead th.roomA,
#EVENT #MAIN div#GUIDE .general tbody td.roomA {
	text-align: center;
	background: #e5fffa;
}
#EVENT #MAIN div#GUIDE .popup thead th.roomB,
#EVENT #MAIN div#GUIDE .general tbody td.roomB {
	text-align: center;
	background: #e6f7ff;
}
#EVENT #MAIN div#GUIDE .popup thead th.roomC,
#EVENT #MAIN div#GUIDE .general tbody td.roomC {
	text-align: center;
	background: #e0ffeb;
}


#EVENT #MAIN div#GUIDE .popup {
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 35px;
}
#EVENT #MAIN div#GUIDE .popup th,
#EVENT #MAIN div#GUIDE .popup td {
	border: 1px solid #333333;
	padding:5px 10px;
}
#EVENT #MAIN div#GUIDE .popup thead th {
	background-color: #d3f8ff;
	text-align: center;
	font-weight: bold;
}
#EVENT #MAIN div#GUIDE .popup tbody th {
	background-color: #fff5c9;
	font-weight: bold;
	text-align: center;
}
#EVENT #MAIN div#GUIDE .popup tbody td.presentationID {
	width:35px;
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
#EVENT #MAIN div#GUIDE .popup tbody td.presentation-time {
	width:90px;
	background-color: #e3e3e3;
	text-align: center;
	white-space: nowrap;
}
#EVENT #MAIN div#GUIDE .popup tbody td span.title{
	font-weight:bold;
	color:#22255f;
	margin-bottom:5px;
}


#EVENT #MAIN div#GUIDE h2.event_date {
	width: 637px;
	background-image: url(../event/img/bg_text_popup.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px 10px;
	margin: 10px 0;
	color: #003074;
	font-weight: bold;
}
#EVENT #CLOSE {
	margin: 20px 50px 0 0;
	padding: 20px 0;
	text-align: center;
	border: dashed 1px #b7b5c5;
	background-color: #d4eaf5;
}


#EVENT #MAIN div#GUIDE .general tbody td h5 {
	background: url(../img/mark_cmn_square_01.gif) 0 0.5em no-repeat;
	color:#22255f;
	padding-left:10px;
	margin-bottom:10px;
}


#EVENT #MAIN div#GUIDE .general tbody td .item {
	/zoom: 1;
	overflow: hidden;
	margin-left:10px;
	margin-bottom: 5px;
	background: #fff;
}

#EVENT #MAIN div#GUIDE .general tbody td p.photo {
	float: left;
	margin-right: 10px;
}

#EVENT #MAIN div#GUIDE .general tbody td .text {
	/zoom:1;
	overflow: hidden;
	font-size:11px;
	/font-size:9px;
}
#EVENT #MAIN div#GUIDE .general tbody td .text strong {
	font-size:13px;
}

#EVENT #MAIN div#GUIDE .general tbody td table.detail {
	border:none;
	margin-left:10px;
}
#EVENT #MAIN div#GUIDE .general tbody td table.detail th,
#EVENT #MAIN div#GUIDE .general tbody td table.detail td {
	vertical-align:top;
	border:none;
	padding:0 15px 0 0;
}
#EVENT #MAIN div#GUIDE .general tbody td table.detail td p {
	margin-top:3px;
	font-size:11px;
	/font-size:9px;
	width:70px;
}
#EVENT #MAIN div#GUIDE .general tbody td table.detail td p strong {
	font-size:13px;
}
#EVENT #MAIN div#GUIDE .general tbody td ul {
	list-style-type:disc;
	padding-left:20px;
}

