@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 {
	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 {
	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 .general tbody td.roomA {
	text-align: center;
	font-weight: bold;
	background: #d3f8ff;
}
#EVENT #MAIN div#GUIDE .general tbody td.roomB {
	text-align: center;
	font-weight: bold;
	background: #bde5ff;
}

#EVENT #MAIN div#GUIDE .popup {
	border: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	width: 637px;
	margin-bottom: 35px;
}
#EVENT #MAIN div#GUIDE .popup th,
#EVENT #MAIN div#GUIDE .popup td {
	border: 1px solid #333333;
	border-top: none;
	border-left: none;
	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 {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
#EVENT #MAIN div#GUIDE .popup tbody td.presentation-time {
	background-color: #e3e3e3;
	text-align: center;
	white-space: nowrap;
}

#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;
}