@charset "utf-8";
/* 占い師待機スケジュール CSS */

/*見出し*/
#back_c1 h3 {
	width:725px;
	height:50px;
	margin:6px auto;
	background-image:url(../img/midashi3.jpg);
	overflow:hidden;
	text-indent:-1000px;
}

/*見出しテキスト*/
#back_c1 p.text {
	width:695px;
	font-size:0.9em;
	line-height:1.4;
	margin:0 auto 1em;
}

/*スケジュール一覧テーブル*/
table.schedule {
	width:725px;
	margin:0 auto 15px;
	border-collapse:collapse;
	border:solid 1px #666;
}
table.schedule caption {
	font-weight:bold;
	font-size:0.9em;
	text-align:left;
	width:695px;
	margin:0 auto 5px;
}
caption a {
	color:#b38893;
}
table.schedule th {
	background-color:#ffe0e8;
	border:solid 1px #666;
	padding:5px 0;
}
table.schedule th.namae {
	width:10em;
}
table.schedule td {
	text-align:center;
	color:#d98e90;
	font-size:0.9em;
	line-height:1.6;
	border-right:solid 1px #666;
	border-bottom:dashed 1px #acacac;
	padding:5px 0;
}
table.schedule td.namae {
	font-size:0.8em;
	color:#666;
	text-align:left;
	padding-left:0.5em;
}




