@charset "utf-8";
@import url("bace.css");
@import url("common.css");
@import url("jquery.bt.css");
/* ===================================================================
CSS information

 file name  :calendar.css
 style info :カレンダーカテゴリ用css
 
=================================================================== */

#calendar #maincontents #intro {
	margin-bottom:25px;
	page-break-after: avoid;
}
#calendar #maincontents #intro p {
	margin-bottom:10px;
}
#calendar #maincontents #intro h4 {
	font-weight:bold;
	font-size:75%;
}
#calendar #maincontents #intro li {
	display: inline;
	padding-right: 10px;
}

#calendar #maincontents #schedule {
	page-break-before: avoid;
}
#calendar #maincontents #schedule table {
 width:195px;
	float:left;
	margin:0 20px 15px 0;
}
#calendar #maincontents #schedule caption {
	text-align:center;
}
#calendar #maincontents #schedule th,
#calendar #maincontents #schedule td {
	border:solid 1px #a6a6a6;
	font-weight:bold;
	text-align:center;
}
#calendar #maincontents #schedule th {
	background:#888;
	color:#FFF;
}
#calendar #maincontents #schedule td {
	color:#333;
	width:29px;
	height:40px;
	overflow:visible;
	background:#FFF;
	font-size:62.5%;
	vertical-align:top;
}
#calendar #maincontents #schedule td.holiday {
 color:#E30000;
}
#calendar #maincontents #schedule td.closed {
	background:#e6e6e6;
}
#calendar #maincontents #schedule td.open {
	background:#b7daa9;
}
#calendar #maincontents #schedule td img {
	display:block;
	margin:0 auto;
}
#calendar #legend {
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	font-size:83.3%;
	padding: 5px 0;
}
