@import url("common.css");

/* ------------------------------
 Top
------------------------------ */

#top .toptitle {
	background: url(../operation/img/top.jpg) no-repeat left top;
}
table.data {
	width: 100%;
	margin: 0 0 16px 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: #CCC 1px solid;
}
table.data th {
	padding: 8px;
	white-space: nowrap;
	text-align: center;
	line-height: 1.4;
}
table.data thead th {
	background-color: #AAA;
	color: #FFF;
	border: #CCC 1px solid;
	font-weight: bold;
}
table.data tbody {
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}
table.data tbody th {
	padding: 8px 16px;
	text-align: left;
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px dotted;
}
table.data td {
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px dotted;
	padding: 9px 6px;
	text-align: center;
	line-height: 1.4;
}
table.data .margin td {
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-left: none;
	border-right: none;
	background-color: #FFF;
	font-size: 0px;
	line-height: 0;
}
table.data tbody tr:nth-child(odd) {
	background-color: #F5F5F5;
}
.notes {
	text-align: right;
}
