﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/* 部署別用 文書リスト */

.BrowserItemList_torinet_content
/* 文書リスト全体 */
{
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.BrowserItemList_torinet_content .waku
{
/*border:1px solid #cccccc;*/
}

.BrowserItemList_torinet_content .Title
/* 文書タイトル */
{
	color: #000000;
	font-weight: bold;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	border: none;
}

.BrowserItemList_torinet_content h2 
/* H2 本文用 */
{
	background-color: #eeeeff;
	color: #000066;
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
	border: none;
}

.BrowserItemList_torinet_content h3 
/* H3 本文用 */
{
	color: #000000;
	background-color: #eeeeff;
	font-weight: bold;
	font-size: medium;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: none;
}

.BrowserItemList_torinet_content h4 
/* H4 本文用 */
{
	color: #000000;
	background-color: #eeeeff;
	font-weight: bold;
	font-size: medium;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: none;
}

.BrowserItemList_torinet_content .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 0px;
	padding: 20px 15px 0px 15px;
	line-height: 150%;
}

.BrowserItemList_torinet_content ul
/* UL 本文用 */
{
	margin: 0em 0em 0em 1em;
	list-style-type: disc;
}

.BrowserItemList_torinet_content ol
/* OL 本文用 */
{
	margin: 0em 0em 0em 1em; 
	list-style-type: decimal;
}

.BrowserItemList_torinet_content li
/* LI 本文用 */
{
	margin: 0em 0em 0em 2em;
	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;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.info {
	background-color: #eeffff;
	margin: 20px 15px 0px 15px;
	padding: 20px;
	border: 1px solid #333399;
}
.info h2{
	background-color: #eeffff;
	color: #000066;
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.pic0 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
	border: none;
}
.pic1 {
	float: left;
	clear: both;
	width: 265px;
	font-size: 100%;
	text-align: center;
	vertical-align: top;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	border: none;
}
.pic2 {
	float: left;
	width: 265px;
	font-size: 100%;
	text-align: center;
	vertical-align: top;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	border: none;
}
.pic0 img{
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
}
.pic1 img{
	width: 250px; 
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
}
.pic2 img{
	width: 250px;
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
}
.pic1 p{
	text-align: left;
	border: none;
}
.pic2 p{
	text-align: left;
	border: none;
}

.note {
	color: #000000;
	background-color: #eeeeff;
	FONT-STYLE: normal;
	margin: 20px 15px 30px 15px;
	padding: 10px 20px;
	border: #808080 1px solid; 
}
.note h3{
  font-weight: normal;
  font-style: italic;
  padding: 0px;
  margin: 0px;
  border: none;
}
}
