

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/* 部署別用 文書リスト */

.BrowserItemList_torinet_h1title
/* 文書リスト全体 */
{
  margin:5px 0 0 0;
  padding:0;
}

.BrowserItemList_torinet_h1title .h1frame
{
 margin-top:5px;
 margin-bottom:2px;
 background-image : url(rtitle_h1back.gif);
 background-repeat: no-repeat;
 background-position: left top;
 background-color:#808080;
}

.BrowserItemList_torinet_h1title .Title
/* H1 文書タイトル */
{
  text-align: left;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #ffffff;
  background-color:#808080;
  font-size: 150%;
  font-weight: bold;
  background-image : url(ltitle_h1back.gif);
  background-repeat: no-repeat;
  background-position: right top;
  margin:0 0px 0 15px;
  padding:12px 10px 10px 5px;
  letter-spacing: 0.3em;
}


.BrowserItemList_torinet_h1title h4 
/* H4 本文用 */
{
	color:#006633;
	font-weight: bold;
	font-size: medium;
	margin-left:0em;
	margin-top:1em;
	margin-bottom:1em;
}

.BrowserItemList_torinet_h1title .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: medium;
         background-color:#f5f5f5;
	text-align: left;
	padding: 5px 5px 0px 20px;
         margin: 0;
         line-height: 150%;
}

.BrowserItemList_torinet_h1title ul
/* UL 本文用 */
{
	margin:0px;
	margin-left:1em;
}

.BrowserItemList_torinet_h1title ul li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: square;
	line-height: 130%
}

.BrowserItemList_torinet_h1title ol
/* ol 本文用 */
{
	margin:0px;
	margin-left:2em;
}

.BrowserItemList_torinet_h1title ol li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: decimal;
	line-height: 130%
}




.BrowserItemList_torinet_h1title .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
  display:none;
}

.BrowserItemList_torinet_h1title .ParentBack
/* 戻るボタン */
{
	font-size: x-small;
	text-align: right;
}

.BrowserItemList_torinet_h1title .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
}
