@charset "utf-8";
/* schedule */
#schedule div#content {
	margin: -22px 0 0 0; 
}
#schedule div#flash {
	position: relative; 
	height: 82px;
}
#schedule div#flash p {
	position: absolute; 
	top: 22px; 
	left: 200px; 
	font-size: 80%; 
}
#schedule div#flash h2 {
	padding-top: 22px; 
}
#schedule table.title  {
	width: 100%;
	vertical-align: text-top; 
}
#schedule table.timetable a:link		{ color: #000; text-decoration: underline; font-weight: bold; }
#schedule table.timetable a:visited		{ color: #000; text-decoration: underline; font-weight: bold; }
#schedule table.timetable a:active		{ color: #000; text-decoration: underline; font-weight: bold; }
#schedule table.timetable a:hover		{ color: #000; text-decoration: underline; font-weight: bold; }

#schedule table.title th {
	background: #000 url(../schedule/img/bg_table.gif) 0 0 no-repeat; 
	color: #fff; 
	text-align: left;
	padding: 3px 0 2px 12px;
	vertical-align: middle; 
}
#schedule table.title th h3 {
	font-weight: bold;
}
#schedule table.title th p { font-size: 80%; }
#schedule table.title td {
	background: #000 url(../schedule/img/bg_table.gif) 100% 0 no-repeat;
	color: #fff; 
	text-align: right; 
	vertical-align: top;
	font-size: 80%; 
	padding: 3px 12px 3px 0; 
	width: 30%; 
}
#schedule table.title td.time {
	background: #000 url(../schedule/img/bg_table.gif) 100% 0 no-repeat;
}
#schedule table.title td.icon {
	background-image: none; 
	vertical-align: bottom; 
	padding: 0 12px 8px 0; 
}
#schedule table.title td p img { padding: 0 0 0 2px; }

#schedule table.timetable  {
	width: 100%; 
	margin: 0 0 12px 0; 
}
#schedule table.timetable th {
	border-bottom: 1px solid #000; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
	background-color: #666; 
	color: #fff; 
	text-align: left; 
	vertical-align: middle; 
	padding: 0 0 0 12px; 
}
#schedule table.timetable td {
	border-bottom: 1px solid #000; 
	border-right: 1px solid #000; 
	width: 8%; 
	text-align: center; 
	vertical-align: top; 
	padding: 5px 0; 
	line-height: 1.2em; 
	font-weight: bold; 
	background-color: #fff;
}
#schedule table.timetable td {
	border-bottom: 1px solid #000; 
	border-right: 1px solid #000; 
	width: 8%; 
	text-align: center; 
	vertical-align: top; 
	padding: 5px 0; 
	line-height: 1.2em; 
	font-weight: bold; 
	background-color: #fff;
}

#schedule table.timetable td.matinee { background-color: #ffffcc; }
#schedule table.timetable td.midnight { background-color: #ccccff; }
#schedule table.timetable td.late { background-color: #cef5fe; }
#schedule table.timetable td span { font-size: 80%; }
#schedule table.timetable td img {padding: 5px 0 0 0; }
/* -----explain-----*/

#schedule div#explain h2 {
	border-bottom: 1px solid #dadada; 
	padding: 24px 0 5px 0; 
}
#schedule div#explain table {
	width: 100%; 
}
#schedule div#explain table th {
	width: 146px; 
	border-bottom: 1px solid #dadada; 
	text-align: left; 
	vertical-align: top; 
	padding: 10px 0 10px 0; 
}
#schedule div#explain table td {
	border-bottom: 1px solid #dadada; 
	font-size: 80%; 
	vertical-align: top;  
}
#schedule div#explain ul {
	padding: 8px 0 0 0; 
}
#schedule div#explain ul li {
	float: left; 
	width: 120px; 
}
#schedule div#explain ul li img {
	padding: 0 10px 2px 0; 
	vertical-align: middle; 
}
#schedule div#explain dl {
	padding: 10px 0 0 0; 
}
#schedule div#explain dl dd {
	margin: -20px 0 0 46px; 
	padding: 0 0 10px 0; 
	line-height: 1.5em; 
}
* html body#schedule div#explain dl dd { margin: -18px 0 0 46px; }
/* safari only \*/
html:\66irst-child body#schedule div#explain dl dd { margin: -16px 0 0 46px; }
/* end */

#schedule span.cinematinee {
	font-size: 80%;
	padding: 0 0 0 27px; 
	margin: 0 0 3px 0; 
	background: url(../schedule/img/cinematinee.gif) 0 50% no-repeat;
}
#schedule span.late {
	font-size: 80%;
	padding: 0 0 0 27px; 
	margin: 0 0 3px 0; 
	background: url(../schedule/img/late.gif) 0 50% no-repeat;
}
#schedule span.midnight {
	font-size: 80%;
	padding: 0 0 0 27px; 
	margin: 0 0 3px 0; 
	background: url(../schedule/img/midnight.gif) 0 50% no-repeat;
}

