td .dateFormat { display: none; } div.inline { float:left; } .clearBoth { clear:both; } div.reportBlock table.list { width:auto; } div#out_Div { /* ここにヘッダを格納 */ position:relative; overflow: hidden; float:left; /* width:32768px; */ /* 20230523 ljh lightning */ } div#out_Div_L { position:relative; overflow: hidden; float:left; } div#in_Div {/* tbodyが入っている。ここがスクロール対象*/ position:relative; overflow: auto; /*スクロールバー*/ float:left; /* width:32768px; */ /* 20230523 ljh lightning */ /* height: 100px; *//* tbodyを表示する高さ、後でjsにて調整 */ /*20230607 ljh lightning*/ } div#in_Div_L { position:relative; overflow: hidden; float:left; /* height: 100px; *//*20230607 ljh lightning*/ } body .pbBody table.list tr.headerRow td { box-sizing: border-box; text-align:center;font-weight:normal; padding:0px 0px 0px 1px; } body .pbBody table.list tr.headerRow td.header1 { text-align:center;font-weight:normal; padding:0px 0px 0px 0px; } body .pbBody table.list tr.dataRow td { box-sizing: border-box; padding:0px 0px 0px 1px; border-width: 0px 0px 1px 0px; vertical-align: middle; word-break:break-all; } body .pbBody table.list tr.dataRow td.dataCellBorder { /* いらない、使っていない */ padding:0px 0px 0px 1px; border-width: 0px 0px 1px 0px; vertical-align: middle; word-break:break-all; } body .pbBody table.list tr.dataRow td.dataCellBorder1 { padding:0px 0px 0px 1px; border-width: 0px 0px 1px 1px; vertical-align: middle; word-break:break-all; } @-moz-document url-prefix() { body .pbBody table.list tr.dataRow td.dataCellBorder1 {padding:0px 0px 0px 0px; border-width: 0px 0px 1px 1px; vertical-align: middle; word-break:break-all;} } /* table.list td {width:100px;} */ /* 20230523 ljh lightning */ table.list td.col_noChk {width:0px;} table.list td select {width:95%;} /* 20230509 ljh lightning start */ /* table.list td input {width:95%;} */ table.list td input[type="text"] {width:95%;} input.inc.btn{ padding: 0 4px; } input.dec.btn{ padding: 0 4px; } /* 20230509 ljh lightning end */ table.list td textarea { height:50px; width:90%; } /*URLFOR($Resource なのでRelationListPagingCmpCssに入れません*/ /* body .pbBody table.list tr.headerRow td.colViewing { // デフォルト値、最小化アイコンを表示 background-image:url('{!URLFOR($Resource.IconResizeMinus_5)}') ; background-repeat:no-repeat; } body .pbBody table.list tr.headerRow td.colUnHideIcon { //最大化アイコンを表示 background-image:url('{!URLFOR($Resource.IconResizePlus_5)}'); background-repeat:no-repeat; } */ body .pbBody table.list tr.headerRow td.col_Scroll {width:0px; padding:0px; border-width:0px;} body .pbBody table.list tr.dataRow td.col_Scroll {width:0px; padding:0px; border-width:0px;} /* 20230508 ljh lightning切换 start */ body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th { background: #f2f3f3; border-width: 0 0 1px 1px; border-color: #e0e3e5; color: #000; font-size: .9em; font-weight: bold; padding: 5px 2px 4px 5px; white-space:normal; } body .pbBody table.list tr th, body .pbBody table.list tr td { border: 1px solid #ededed; color: #000; white-space:normal; } /* table#tableData{ width: 1000px; } table#tableHeader{ width: 1000px; } */ /* 20230508 ljh lightning切换 start */