@charset "UTF-8";

/* CSS Document */
@import url(http://kyoto-kenren.or.jp/css/common.css);
@import url(http://kyoto-kenren.or.jp/css/contents.css);


/* ========= Contents | index/night =========*/
.schedule table,
.schedule-night table  {
	width: 528px;
	margin: 15px 0 0 2px;
	border-collapse: collapse; 
	border: 2px #82745b solid;
	font-size: 90%;
}
.schedule table tr,
.schedule-night table tr  {
	border-top: 1px #82745b solid;
	border-left: 1px #82745b solid;
}
.schedule table th,
.schedule table td,
.schedule-night table th,
.schedule-night table td {
	padding: 6px 4px;
	line-height: 1.3;
	text-align: center;
	vertical-align: top;
	border-right: 1px #82745b solid;
	border-bottom: 1px #82745b solid;
}
.schedule table th,
.schedule-night table th {
	height: 1em;
	white-space: nowrap;
	background-color: #b3a293;
	font-weight: bold;
	vertical-align: middle;
}
.schedule table td {
	background-color: #f7f4ef;
}
.schedule table .subhead {
	background-color: #e5dcd0;
}


/* ========= contents | night =========*/
.note-night {
	width: 528px;
	border-collapse: collapse; 
	border: 1px #cccccc solid;
	font-size: 90%;
}
.note-night td {
	width: 50%;
	padding: 5px;
	vertical-align: middle;
}
.note-night img {
	margin-left: 5px;
	vertical-align: top;
}

.prev {
	float: left;
	margin-bottom: 5px;
	text-align: left;
	font-size: 85%;
}
.next {
	margin-bottom: 5px;
	text-align: right;
	font-size: 85%;
}