﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/* 部署別用 文書リスト */

.BrowserItemList_torinet_content
/* 文書リスト全体 */
{

	margin: 0px;
	padding: 0px;
}

.BrowserItemList_torinet_content .waku
{
/*border:1px solid #cccccc;*/
}

.BrowserItemList_torinet_content .Title
/* 文書タイトル */
{
	background-color: #cccccc;
	color:#000000;
	font-weight: bold;
	font-size: medium;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #003333;
	border-left-color: #003333;
}

.BrowserItemList_torinet_content h2 
/* H2 本文用 */
{
	background-color: #eeeeff;
	color: #000066;
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin: 2em 0em 1.5em 0em;
	padding: 5px;
	border: none;
}

.BrowserItemList_torinet_content h3 
/* H3 本文用 */
{
	background-color: #eeeeff;
	font-weight: bold;
	font-size: medium;
	margin: 1.5em 0em 0em 0em;
	padding: 5px;
	color: #000000;
	border: none;
}

.BrowserItemList_torinet_content h4 
/* H4 本文用 */
{
	background-color: #eeeeff;
	color: #000000;
	font-weight: bold;
	font-size: medium;
	margin: 0em 0em 0.5em 1em;
	padding: 5px 0px 0px 0px;
	border: none;
}

.BrowserItemList_torinet_content .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 2em 1em 2em 1em;
	line-height: 150%;
}

.BrowserItemList_torinet_content ul
/* UL 本文用 */
{
	margin: 0em 0em 0em 1em;
}

.BrowserItemList_torinet_content ol
/* OL 本文用 */
{
	margin: 0em 0em 0em 1em;
}

.BrowserItemList_torinet_content li
/* LI 本文用 */
{
	margin: 0em 0em 0em 2em;
	list-style-type: disk;
	line-height: 150%;
}

.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: 5px;
}

.info {
	background-color: #eff;
	margin: 0em 0em 0em 0em;
	padding: 1em;
	border: 1px solid #999;
}

.info h2{
	background-color: #eff;
	color: #000066;
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin: 0em 0em 0.5em 0em;
}

.note {
  BORDER: #808080 1px solid;
  PADDING: 1em;
  MARGIN: 20px 0px 20px 0px;
  COLOR: #000000;
  FONT-STYLE: normal;
}

.note h3{
  font-weight: normal;
  font-style: italic;
  padding: 0px;
  margin: 0px;
  border: none;
}

.pic {
	font-size: small;
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: none;
}
}
