

/*** for PC Browser ***/
@media (min-width:401px)
{
.BrowserItemList_torinet_h2g_border
/* 文書リスト全体 */
{
	margin: 0;
	padding: 0;
}

.BrowserItemList_torinet_h2g_border .Title
/* H2 文書タイトル */
{
	font-weight: bold;
	font-size: large;
	margin: 0;
	padding: 10px 0px 8px 10px;
	background-color:#f5f5f5;
	border-top: 1px solid #009999;
	border-left: 5px solid #009999;
	letter-spacing: 0.1em;
}

.BrowserItemList_torinet_h2g_border h3 
/* H3 本文用 */
{
	background-color: #eeeeee;
	font-weight: bold;
	font-size: medium;
	margin: 15px 0 5px 0;
	padding: 5px;
	border: none;
}

.BrowserItemList_torinet_h2g_border h4 
/* H4 本文用 */
{
	background-color: #eeeeee;
	font-weight: bold;
	font-size: medium;
	margin-left:0em;
	margin-top:0.6em;
	margin-bottom:0.4em;
	padding-left:6px;
}

.BrowserItemList_torinet_h2g_border .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 0;
 	padding: 10px 15px 40px 15px;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ul
/* UL 本文用 */
{
	margin: 10px 0;
	margin-left: 1em;
}

.BrowserItemList_torinet_h2g_border ul li
/* UL LI 本文用 */
{
	margin: 0;
	margin-left: 1em;
	margin-bottom: 5px;
	list-style-image: none;
	list-style-type: square;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ol
/* OL 本文用 */
{
	margin: 10px 0;
	margin-left: 1em;
}

.BrowserItemList_torinet_h2g_border ol li
/* OL LI 本文用 */
{
	margin: 0;
	margin-left: 1em;
	margin-bottom: 5px;
	list-style-image: none;
	list-style-type: decimal;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h2g_border .ParentBack
/* 戻るボタン */
{
	font-size: x-small;
	text-align: right;
}

.BrowserItemList_torinet_h2g_border .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

ul li.listpdf {
	list-style-image: url(https://www.pref.tottori.lg.jp/css/icon/pdf16.gif);
}
ul li.listword {
	font-weight: normal;
	list-style-image: url(https://www.pref.tottori.lg.jp/css/icon/word16.gif);
}
ul li.listexcel {
	font-weight: normal;
	list-style-image: url(https://www.pref.tottori.lg.jp/css/icon/excel16.gif);
}
ul li.linklist {
	list-style-image: url(https://www.pref.tottori.lg.jp/Images/topic.gif);
}

h3 ~ p, h3 ~ ul, h3 ~ ol {
	padding-left: 10px;
	padding-right: 0;
}

blockquote{
	font-weight: bold;
	font-size: 110%;
	font-style: oblique;
	margin: 10px 0;
	line-height: 1.5;
}

table.jushou {
  width: 99%;
  table-layout: fixed;
  border: 1px #000000 solid;
  border-collapse: collapse;
  color: #000000;
}
table.jushou thead tr th{
  background-color: #ECFBFF;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 8px 3px;
}
table.jushou thead tr th.kigyoumei{
  width: 13.5em;
}
table.jushou tbody tr td{
  background-color: #FAFAFA;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
  white-space: normal;
  word-break: break-all;
  padding: 8px 3px;
}
table.jushou tbody tr td ul{
  margin: 0 0 0 1em;
  padding: 0;
}
table.jushou tbody tr td ul li{
  margin: 0 0 0 1em;
  padding: 0;
	list-style-image: none;
	list-style-type: disc;
  line-height: 1.3;
}
}
