/*--------------------------------------------------------------
	見積検索
--------------------------------------------------------------*/
#estimates-list {

}

#estimates-list th {
	padding: 1;
	font-size:13;
	vertical-align: middle;
}
#estimates-list td {
	padding: 2 1;
	font-size:13;
}

#estimates-list .col_info_date {
	width: 10%;
	text-align: center;
}

#estimates-list .col_info_num {
	width: 10%;
	text-align: right;
}

#estimates-list .col_info_detail {
	width: 5%;
	text-align: center;
}

#estimates-list .col_info_customer {
	width: 20%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
}

#estimates-list .col_info_dateSpan {
	width: 20%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
}

#estimates-list .col_info_content {
	width: 30%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
}

#estimates-listt .col_info_detail {
	width: 10%;
	text-align: center;
}

/*--------------------------------------------------------------
	見積詳細 明細部
--------------------------------------------------------------*/
#estimates-detail-list {

}

#estimates-detail-list .col_info_unit {
	width: 3%;
	text-align: center;
}

#estimates-detail-list .col_info_num {
	width: 4%;
	text-align: right;
}

#estimates-detail-list .col_info_detail {
	width: 5%;
	text-align: center;
}

#estimates-detail-list .col_info_item {
	width: 11%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
}

/*--------------------------------------------------------------
	在庫検索
--------------------------------------------------------------*/
#stock-list {

}
#stock-list th {
	padding: 2 1;
	font-size:13;
}
#stock-list td {
	padding: 2 1;
	font-size:13;
}

#stock-list .col_info_item {
	width: 25%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
}

#stock-list .col_info_unit {
	width: 3%;
	text-align: center;
}

#stock-list .col_info_num {
	width: 10%;
	text-align: right;
}

#stock-list .col_info_detail {
	width: 10%;
	text-align: center;
}

#stock-list .col_small {
	width: 5%;
	text-align: center;

}

#stock-list .lot-row {
	background-color: #FFFFDD;

}




