@charset "utf-8";
table#table-01 {
	width: 600px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #0066FF;
	color: #FFFFFF;
	font-size: 14px;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

#wrap #naka #right #eve-rep li .thu {
	display: block;
	width: 70px;
	float: left;
	margin-right: 10px;
}
#wrap #naka #right #cal {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

