@charset "UTF-8";
table	{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
th, td	{
	padding-right: 30px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	line-height: 15px;
	height: 34px;
	vertical-align: middle;
}
.th_top {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #ebebeb;
}
.th_bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.midasi {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #ebebeb;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
