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

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

table#shoppingCartTable {
	width:1310px;
}

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

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

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

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

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

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

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

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

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

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

/* ユーザー管理テーブル ----------------------------------------------------------------------------*/
table#userListTable {
	width:820px;
	table-layout: fixed;
	word-wrap: break-word;
}

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

/* 事業所・店舗情報管理テーブル --------------------------------------------------------------------*/
table#deptCodeListTable {
	width:860px;
}

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

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

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:100px;}
table#orderListTable th.th_5 {width:120px;}
table#orderListTable th.th_6 {width:140px;}
table#orderListTable th.th_7 {width:160px;}
table#orderListTable th.th_8 {width:140px;}
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:170px;
	text-align:left;
}

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

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

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:40px;}
table#pdfDownloadTable th.th_6 {width:210px;}
table#pdfDownloadTable th.th_7 {width:210px;}

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



