@charset "UTF-8";
/* CSS Document */
#calendar300 {
	width:300px;
	margin-bottom:10px;
}
#calendar300 table, td, th {
	border: 1px #fff solid;
}
#calendar300 td, th {
	text-align: center;
	background: #EEE;
}
.saturday  {
	color:#fff;
	background: #006;
}
.sunday  {
	color:#fff;
	background: #C00;
}
caption {
	background-color:#003E72;
	color:#FFF;
}
.cal-month {}
.cal-day {}
.cal-tsuki {}
.cal-nichi {}

#showtimes {
	width:300px;
	margin-bottom:10px;
	}
#showtimes  table{
	border:1px solid #003E72;
	}
#showtimes td {
	line-height:1.2em;
	}
#showtimes ul {
	list-style-type:none;
	margin:0 5px;
	padding:0;
	}
#showtimes li a{
	list-style:none;
	font-size:14px;
	line-height:1.4em;
	display:block;
	margin:10px 0;
	*margin:3px 0 0;
	padding:5px 0 3px 27px;
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:4px 5px;
	background-color: #f2f9fe;
	border: 1px solid #bee1fa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#showtimes li a:hover{
 border:1px solid #93cdf7;
 background-color: #c3e3fa;
}
.showtime-text1 {
	padding:3px 3px 0 3px;
}
.showtime-text2 {
	padding:3px;
}
