@charset "utf-8";
/* CSS Document */

.wrap01 {
	width: 800px;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
.wrap01 .waku {
	padding: 20px;
}
.wrap01 .waku .left {
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	background: #222;
	text-align: center;
	color: #fff;
	padding: 5px;
}
.wrap01 .waku .right {
	font-size: 12px;
	line-height: 22px;
	width: 630px;
	border-top:1px dotted #333;
	padding-top:10px;
}
.wrap01 .waku .right p, .wrap01 .waku .right p a {
	font-size: 12px;
	line-height: 22px;
}
.wrap01 .waku .clear {
	margin-bottom: 20px;
}
.table {
	margin: 10px 0;
}
.table table {
	width: 630px;
	background: #CCC;
	border: 1px solid #BBB;
}
.table td {
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
.date {
	background: #444;
	color: #FFF;
	border: 1px solid #888;
}
.time {
	background: #EEE;
	border: 1px solid #BBB;
}
