﻿

/*** 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
/* 文書タイトル */
{
	color:#000000;
	font-weight: bold;
	font-size: medium;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	letter-spacing: 0.1em;
	background-color:#cccccc;
	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 h4 
/* H4 本文用 */
{
	color:#000000;
	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: 0;
	padding: 20px 0px 30px 1em;
        line-height: 1.5;
}

.BrowserItemList_torinet_content ul
/* UL 本文用 */
{
	margin: 5px 0 5px 2em;
}

.BrowserItemList_torinet_content ul li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-image: none;
	list-style-type: square;
	line-height: 1.5;
}

.BrowserItemList_torinet_content ol
/* OL 本文用 */
{
	margin: 5px 0 5px 2em;
}

.BrowserItemList_torinet_content ol li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-image: none;
	list-style-type: decimal;
	line-height: 1.5;
}

.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;
}

h2, h3{
	font-weight: bold;
	font-size: 110％;
	margin: 20px 0 5px 0;
	border: none;
}
h3{
	margin-left: 1em;
}

ul.list-1 {
	margin: 10px 0 10px 1em;
}
ul.list-1 li{
	font-weight: bold;
	list-style-image: url(https://www.pref.tottori.lg.jp/css/icon/excel16.gif);
}
ul.list-2 {
	margin: 5px 0 5px 1em;
	padding: 0 0 0 1em;
	border: none;
}
ul.list-2 li{
	float: left;
	display: block;
	width: 43%;
	margin: 5px 20px 0 0;
	padding: 2px 0 0 20px;
	list-style: none;
	line-height: 1.3;
	background: url(https://www.pref.tottori.lg.jp/css/icon/excel16.gif) no-repeat left top scroll;
	border: none;
}

ul.linkindex {
	margin: 0;
	padding: 0 0 0 1em;
	border: none;
}
ul.linkindex li{
	float: left;
	display: block;
	width: 11em;
	margin: 5px 20px 5px 0;
	padding: 2px 0 0 20px;
	list-style: none;
	line-height: 1.3;
	background: url(https://www.pref.tottori.lg.jp/Images/topic.gif) no-repeat left top scroll;
	border: none;
}
/*
.linkindex li a{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
*/
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.BrowserItemList_torinet_content
/* 文書リスト全体 */
{
	margin: 0;
	padding: 0;
	width:100% !important;
}

.BrowserItemList_torinet_content .waku
{
/*border:1px solid #cccccc;*/
}

.BrowserItemList_torinet_content .Title
/* H3 文書タイトル */
{
	color:#000000;
	font-weight: bold;
	font-size: medium;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	letter-spacing: 0.1em;
	background-color:#cccccc;
	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 h4 
/* H4 本文用 */
{
	color:#006633;
	font-weight: bold;
	font-size: medium;
	margin-left:0em;
	margin-top:1em;
	margin-bottom:1em;
}




.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: 5px;
}
}
