﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* 部署別用 文書リスト */

/* ■■■ここから、オプション設定　表の色■■■ */

.BrowserItemList_torinet_content
 table
/* th 本文用 */
{
 background-color:#666666;
}



.BrowserItemList_torinet_content
 th
/* th 本文用 */
{
  background-color:#ECFBFF;
  text-align:center;
}

.BrowserItemList_torinet_content
 td
/* td 本文用 */
{
  background-color:#FAFAFA;
}
}
