/*--------------------------------------------------------------------------------------------------*/
/* Business Card Direct SytleSheet 2014/10/04 */
/*--------------------------------------------------------------------------------------------------*/

/* 買い物カゴテーブル ------------------------------------------------------------------------------*/

table#shoppingCartTable {
	width:1060px;
}

table#shoppingCartTable th.th_1 {width:120px;}
table#shoppingCartTable th.th_2 {width:140px;}
table#shoppingCartTable th.th_3 {width:210px;}
table#shoppingCartTable th.th_4 {width:60px;}
table#shoppingCartTable th.th_5 {width:140px;}
table#shoppingCartTable th.th_6 {width:100px;}
table#shoppingCartTable th.th_7 {width:100px;}
table#shoppingCartTable th.th_8 {width:80px;}
table#shoppingCartTable th.th_9 {width:100px;}

/* 買い物カゴの検索ダイアログテーブル --------------------------------------------------------------*/
table.shoppingCartSearchTable {
	width:430px;
	border-collapse:collapse;
}

table.shoppingCartSearchTable th {
	width:170px;
	text-align:left;
}

table.shoppingCartSearchTable td {
	text-align:left;
}

/* 買い物カゴテーブル（承認者用） ------------------------------------------------------------------*/
table#shoppingCartAppTable {
	width:1030px;
}

table#shoppingCartAppTable th.th_1 {width:80px;}
table#shoppingCartAppTable th.th_2 {width:100px;}
table#shoppingCartAppTable th.th_3 {width:140px;}
table#shoppingCartAppTable th.th_4 {width:210px;}
table#shoppingCartAppTable th.th_5 {width:60px;}
table#shoppingCartAppTable th.th_6 {width:140px;}
table#shoppingCartAppTable th.th_7 {width:100px;}
table#shoppingCartAppTable th.th_8 {width:100px;}
table#shoppingCartAppTable th.th_9 {width:100px;}

/* オーダー履歴テーブル ----------------------------------------------------------------------------*/
table#orderHistoryTable {
	width:940px;
}

table#orderHistoryTable th.th_1 {width:120px;}
table#orderHistoryTable th.th_2 {width:140px;}
table#orderHistoryTable th.th_3 {width:60px;}
table#orderHistoryTable th.th_4 {width:100px;}
table#orderHistoryTable th.th_5 {width:210px;}
table#orderHistoryTable th.th_6 {width:210px;}
table#orderHistoryTable th.th_7 {width:100px;}

/* オーダー履歴検索ダイアログテーブル --------------------------------------------------------------*/
table.orderHistorySearchTable {
	width:640px;
	border-collapse:collapse;
}

table.orderHistorySearchTable th {
	width:140px;
	text-align:left;
}

table.orderHistorySearchTable td {
	text-align:left;
}

/* ユーザー情報テーブル ----------------------------------------------------------------------------*/
table#userInfoTable, table#changePwTable {
	margin-bottom:6px;
}

/* ユーザー管理テーブル ----------------------------------------------------------------------------*/
table#userListTable {
	width:620px;
}

table#userListTable th.th_1 {width:60px;}
table#userListTable th.th_2 {width:120px;}
table#userListTable th.th_3 {width:180px;}
table#userListTable th.th_4 {width:80px;}
table#userListTable th.th_5 {width:100px;}
table#userListTable th.th_6 {width:80px;}

/* ユーザー管理ダイアログテーブル ------------------------------------------------------------------*/
table.userInfoDialogTable {
	width:550px;
	border-collapse:collapse;
}

table.userInfoDialogTable th {
	width:120px;
	text-align:left;
}

table.userInfoDialogTable td {
	text-align:left;
}

/* 部署情報管理テーブル --------------------------------------------------------------------------*/
table#deptCodeListTable {
	width:960px;
}

table#deptCodeListTable th.th_1 {width:60px;}
table#deptCodeListTable th.th_2 {width:100px;}
table#deptCodeListTable th.th_3 {width:140px;}
table#deptCodeListTable th.th_4 {width:260px;}
table#deptCodeListTable th.th_5 {width:120px;}
table#deptCodeListTable th.th_6 {width:120px;}
table#deptCodeListTable th.th_7 {width:80px;}
table#deptCodeListTable th.th_8 {width:80px;}

/* 部署情報管理ダイアログテーブル ----------------------------------------------------------------*/
table.deptCodeDialogTable {
	width:660px;
	border-collapse:collapse;
}

table.deptCodeDialogTable th {
	width:140px;
	text-align:left;
}

table.deptCodeDialogTable td {
	text-align:left;
}

/* 受注リストテーブル ------------------------------------------------------------------------------*/
table#orderListTable {
	width:1400px;
}

table#orderListTable th.th_1 {width:80px;}
table#orderListTable th.th_2 {width:210px;}
table#orderListTable th.th_3 {width:140px;}
table#orderListTable th.th_4 {width:120px;}
table#orderListTable th.th_5 {width:140px;}
table#orderListTable th.th_6 {width:260px;}
table#orderListTable th.th_7 {width:120px;}
table#orderListTable th.th_8 {width:100px;}
table#orderListTable th.th_9 {width:60px;}
table#orderListTable th.th_10 {width:80px;}
table#orderListTable th.th_11 {width:90px;}

/* 受注リスト検索ダイアログテーブル ----------------------------------------------------------------*/
table.orderListSearchTable {
	width:640px;
	border-collapse:collapse;
}

table.orderListSearchTable th {
	width:150px;
	text-align:left;
}

table.orderListSearchTable td {
	text-align:left;
}

/* PDFダウンロードテーブル -------------------------------------------------------------------------*/
table#pdfDownloadTable {
	width:860px;
}

table#pdfDownloadTable th.th_1 {width:40px;}
table#pdfDownloadTable th.th_2 {width:120px;}
table#pdfDownloadTable th.th_3 {width:140px;}
table#pdfDownloadTable th.th_4 {width:140px;}
table#pdfDownloadTable th.th_5 {width:210px;}
table#pdfDownloadTable th.th_6 {width:210px;}


/*--------------------------------------------------------------------------------------------------*/



