

/*** for PC Browser ***/
@media (min-width:401px)
{
/* 部署別用 文書リスト */

.BrowserItemList_torinet_content
/* 文書リスト全体 */
{
	margin:0;
	padding:0;
}

.BrowserItemList_torinet_content .waku
{
/*border: 1px solid #cccccc;*/
}

.BrowserItemList_torinet_content .Title
/* H3 文書タイトル */
{
	color: #000000;
	font-weight: bold;
	font-size: medium;
	margin: 0;
	padding: 0;
	border: none;
}

.BrowserItemList_torinet_content h4 
/* H4 本文用 */
{
	color:#006633;
	font-weight: bold;
	font-size: medium;
	margin: 0;
	padding: 0;
	border: none;
}

.BrowserItemList_torinet_content .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 0;
	padding: 0 20px 20px 20px;
        line-height: 150%;
}

.BrowserItemList_torinet_content ul
/* UL 本文用 */
{
	margin: 0 0 0 1em;
}

.BrowserItemList_torinet_content ul li
/* LI 本文用 */
{
	font-weight: normal;
	margin: 0 0 0 2em;
	padding-left: 10px;
	list-style: disc;
	line-height: 200%;
}

.BrowserItemList_torinet_content ol
/* UL 本文用 */
{
	margin: 0 0 0 1em;
}

.BrowserItemList_torinet_content ol li
/* LI 本文用 */
{
	font-weight: bold;
	margin: 0 0 0 2em;
	list-style-type: upper-roman;
	line-height: 200%;
}

.BrowserItemList_torinet_content .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_content .ParentBack
/* 戻るボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_content .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 5px;
	margin: 0;
}

.info {	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 150%;
	background-color: #ffff99;
	border: 5px double #999999;
	margin: 0 40px 0 40px;
	padding: 10px;
}
}
