#content h1.data-table-page-header {
	width: auto;
	height: 40px;
	font-size: large;
	font-weight: bold;
	line-height: 40px;
}

#content table.data-table-search-form {
	width: auto;
	margin: 1em 0 2.5em 0;
}

#content table.table-wrapper,
#content table.table-wrapper tr,
#content table.table-wrapper th,
#content table.table-wrapper td {
	width: auto;
	border: none;
	vertical-align: top;
}

#content table.report-data-table {
	/*font-size: x-small;*/
	text-align: center;
	width: 100%;
	margin: 0 auto 2.5em 0;
}

#content table.report-data-table tr.sum-top {
	border: none;
	background-color: #c6ccd3;
}

#content table.report-data-table tr.sum-top td {
	border-bottom: 3px double black;
}

#content table.report-data-table tr.sum-bottom {
	border: none;
	background-color: #c6ccd3;
}

#content table.report-data-table tr.sum-bottom {
	border-top: 3px double black;
}

#content table.report-data-table th.x-small {
	/*width: 6%;*/
	/*max-width: 6%;*/
	width: 4%;
	max-width: 4%;
}

#content table.report-data-table th.small {
	width: 10%;
	max-width: 10%;
}

#content table.report-data-table th.medium {
	width: 13%;
	max-width: 13%;
}

#content table.report-data-table th.large {
	width: 17%;
	max-width: 17%;
}

#content table.report-data-table td.string {
	text-align: left;
	white-space: normal;
}

#content table.report-data-table td.memo {
	text-align: left;
	white-space: normal;
}

#content table.report-data-table td.name {
	text-align: center;
	white-space: nowrap;
}

#content table.report-data-table td.status {
	text-align: center;
	white-space: nowrap;
}

#content table.report-data-table td.sum {
	background-color: #e2e5e8;
}

#content table.report-data-table td.number,
#content table.report-data-table td.account,
#content table.report-data-table td.percentage {
	text-align: right;
	white-space: nowrap;
}

#content table.report-data-table td.count,
#content table.report-data-table td.date {
	text-align: center;
	white-space: nowrap;
}

#content table.report-data-table thead tr th,
#content table.report-data-table tbody tr td {
	padding: 0.5em 0.5em;
}

#content table.report-data-table thead tr th {
	background-color: #708090;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
}

#content table.report-data-table tbody tr td {
	/*border: 1px solid red;*/
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
}

/*#content table.report-monthly-project-schedule-data-table tbody tr:hover {*/
	/*background-color: #E2E5E8;*/
/*}*/

#content table.report-data-table tbody tr td span.main-info {
	font-size: medium;
}

#content table.report-data-table tbody tr td span.sub-info {
	color: #8890a1;
	font-size: x-small;
	display:inline-block;
}

#content table.report-data-table tbody tr.sum-top td span.sub-info,
#content table.report-data-table tbody tr.sum-bottom td span.sub-info
{
	color: #8890a1;
	font-size: x-small;
}

#content table.report-data-table tbody .yen:before {
	content: '\\ ';
	display: inline-block;
}

#content table.report-data-table tbody tr td span.client-name {
	color: #8890a1;
	font-size: x-small;
}

#content table.report-data-table tbody tr td span.staff-name {
	font-size: medium;
}

#content table.report-data-table tbody tr td span.game-name {
	font-size: medium;
}

#content table.report-data-table tbody tr td span.order-name {
	font-size: x-small;
}

#content table.report-data-table tbody tr td span.list-type {
	color: #8890a1;
	font-size: x-small;
}

#content table.report-data-table tbody tr td span.count {
	font-size: medium;
}

#content table.report-data-table tbody tr td span.total {
	font-size: medium;
}

#content table.report-data-table tbody tr td span.uncompleted-total {
	color: #8890a1;
	font-size: x-small;
}

#content table.report-data-table tbody tr td span.cost {
	font-size: medium;
}

#content table.report-data-table tbody tr td span.cost-rate {
	font-size: x-small;
}

#content table.report-data-table tbody tr td span.cost-rate.over-fifty {
	color: red;
}

/* tdの中のdl */

#content table.report-data-table tbody tr td dl {
	width: auto;
}

#content table.report-data-table tbody tr td dl dt {
	float: left;
	clear: left;
	width: auto;
	color: black;
	font-weight: normal;
}

#content table.report-data-table tbody tr td dl dd {
	float: left;
	width: auto;
	text-align: left;
}

/* 納品完了のtrはグレーにする*/
#content table.report-data-table tbody tr.delivery-status-done {
	background-color: #E2E5E8;
}

/* for summary data table */

#content table#search-list-d-summary-data-table {
}

#content table#search-list-d-summary-data-table th {
	width: 14.28%;
}

/* for orders-list table */

#content table.orders-list {
	/*border-collapse : separate;*/
	border-spacing : 0 1px;
	border-top: 1px solid black;
	border-right: none;
	border-bottom: 1px solid black;
	border-left: none;
}

#content table.orders-list tbody tr {

}

#content table.orders-list tbody tr td{
	border-top: 1px solid black;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#content table.orders-list tbody tr.header-line td{
	background-color: #e4f2e3;
	border-top: 1px solid #a9b4bd;
	border-right: none;
	border-bottom: 1px solid #c6cdd3;
	border-left: none;
	text-align: left;
	color: #808e80;
	font-size: 90%;
}

#content table.orders-list tbody tr.first-line td{
	border: none;
}

#content table.orders-list tbody tr.second-line td{
	border-top: 1px dotted #c6cdd3;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* レポート下部ののメンテナンスメニュー */

#content div.report-maintenance-menu {
	color: #707070;
	text-align: right;
}