

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/* 部署別用 文書リスト */
.BrowserItemList_torinet_content
/* 文書リスト全体 */
{
	margin-bottom:5px;
	padding:5;
	margin-top:5px;
        margin-left:0px;
        border:0px none;
        background-color:#fff;  /*#f1f1f1*/
        height:100%;
}

.BrowserItemList_torinet_content .waku
{
/*border:1px solid #cccccc;*/

}


.BrowserItemList_torinet_content h4 
/* H4 本文用 */
{
	color:#006633;
	font-weight: bold;
	font-size: medium;
	margin-left:0em;
	margin-top:1em;
	margin-bottom:1em;
}

.BrowserItemList_torinet_content .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 13px 10px 10px 10px;
         line-height: 150%;
}

.BrowserItemList_torinet_content ul
/* UL 本文用 */
{
	margin:0px;
	margin-left:1em;
}

.BrowserItemList_torinet_content ul li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: square;
	line-height: 130%
}

.BrowserItemList_torinet_content ol
/* UL 本文用 */
{
	margin:0px;
	margin-left:2em;
}

.BrowserItemList_torinet_content ol li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: decimal;
	line-height: 130%
}



.BrowserItemList_torinet_content .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_content .ParentBack
/* 戻るボタン */
{
	font-size: x-small;
	text-align: right;
}

.BrowserItemList_torinet_content .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.Contents img{
 margin:0;
 margin-top:6px;
 margin-right:14px;
 margin-bottom:10px;
 margin-left:auto;
 padding:6px;
        border:0px none;

}
}
