@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/Result =========*/
/* List */
.schedule-button {
	width: 530px;
	height: 32px;
	margin-bottom: 60px;
}
.schedule-button li {
	float: left;
}
.space {
	margin-right: 16px;
}
	
/* Table */
.schedule {
	width: 528px;
	border-collapse: collapse;
	border: 2px #82745b solid;
	font-size: 88%;
}

.schedule tr {
	border-top: 1px #82745b solid;
	border-left: 1px #82745b solid;
}

.schedule th,
.schedule td {
	padding: 6px 4px;
	line-height: 1.3;
	vertical-align: top;
	border-right: 1px #82745b solid;
	border-bottom: 1px #82745b solid;
}

.schedule th {
	background-color: #b3a293;
	font-weight: bold;
	text-align: center;
}

.schedule td {
	background-color: #f7f4ef;
}

.schedule .subhead {
	background-color: #e5dcd0;
}

.schedule .day {
	width: 17em;
	text-align: center;
	/*white-space: nowrap;*/
}
.schedule .day-detail {
	width: 12em;
	text-align: center;
}

.schedule .name {
	width: 25em;
	text-align: left;
}
.schedule .name-detail {
	text-align: left;
}

.schedule .time {
	width: 5em;
	text-align: center;
}

.schedule .place {
	width: 6em;
	text-align: center;
}

.schedule .blue,
.schedule .red,
.schedule .black  {
	width: 7em;
	text-align: center;
}
.schedule .blue {
	color: #2e6381;
}
.schedule .red {
	color: #990000;
}

.schedule .black {
	text-align: center;
}

/* Text*/
.link-result {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 85%;
}


/* ========= Contents | Result =========*/
/* Headline */
.head-result {
	padding-left: 15px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 4px #692637 solid;
}
.date-result {
	margin: 7px 15px 30px;
	font-size: 95%;
	line-height: 1.8;
}
.detail {
	width: 529px;
	/*margin-bottom: 15px;*/
	border: 1px #cccccc solid;
	background-color: #fbfaf7;
}
.detail h4 {
	padding-left: 35px;
	background: url(http://kyoto-kenren.or.jp/images/common/item_headline.gif) 5px center no-repeat;
	line-height: 2.5;
	font-weight: bold;
}
/* Text*/
.detail p {
	padding: 10px 10px 5px;
}
.detail img {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.detail hr {
	height: 1px;
	margin: 30px 4px 15px;
	color: #bbbbbb;
	background-color: #bbbbbb;
	border: 0;
	text-align: left;
}
/* Table */
.detail table {
	width: 500px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 2px #82745b solid;
	text-align: center;
}
.detail table tr {
	border-top: 1px #82745b solid;
	border-left: 1px #82745b solid;
}
.detail table th,
.detail table td {
	padding: 6px 4px;
	line-height: 1.3;
	vertical-align: top;
	font-size: 80%;
	border-right: 1px #82745b solid;
	border-bottom: 1px #82745b solid;
}
*html body .detail table th,
*html body .detail table td {
	padding: 6px 4px;
	line-height: 1.3;
	vertical-align: top;
	font-size: 70%;
	border-right: 1px #82745b solid;
	border-bottom: 1px #82745b solid;
}
.detail table th {
	background-color: #b3a293;
	font-weight: bold;
}
.detail table td {
	background-color: #f7f4ef;
}
/* Anchor */
.anchor-taikai {
	width: 136px;
	height: 24ox;
	margin: 15px 2px 10px 380px;
}
	
/* ========= Contents | Join =========*/
.notice {
	margin: 0 5px 20px;
	border: 1px #999999 solid;
	background-color: #ffffff;
	color: #472b10;
}
.notice p {
	padding: 12px;
	font-size: 105%;
}
.member-login {
	margin: 20px auto;
	width: 198px;
}
