

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/* 部署別用 文書リスト */

.BrowserItemList_torinet_h2blue
/* 文書リスト全体 */
{
	margin:0;
	padding:0;
	margin-left:0px;
        margin-top:12px;
}
/* 部署別用 文書リスト */


/* ■■■ここから、オプション設定　表の色■■■ */

.BrowserItemList_torinet_h2blue table
/* th 本文用 */
{
	background-color:#666666;
}



.BrowserItemList_torinet_h2blue th
/* th 本文用 */
{
 text-align:center;
  background-color:#ECFBFF;
}

.BrowserItemList_torinet_h2blue td
/* td 本文用 */
{
  background-color:#FAFAFA;
}

/* ■文書リストH2青のリスト */

.BrowserItemList_torinet_h2blue ol
/* UL 本文用 */
{
	margin:0px;
	margin-left:2em;
}

.BrowserItemList_torinet_h2blue ol li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: decimal ;
	line-height: 130%;
        margin-top:0.8em;
        margin-bottom:0.8em;
}
}
