

/*** for PC Browser ***/
@media (min-width:401px)
{
.BrowserItemList_torinet_h2g_border
/* 文書リスト全体 */
{
	margin: 0;
	padding: 0;
}

.BrowserItemList_torinet_h2g_border .Title
/* H2 文書タイトル */
{
	color: #000000;
	font-weight: bold;
	font-size: large;
	margin: 20px 0 0 0;
	padding: 5px 5px 5px 10px;
	background-color: #f5f5f5;
	border-top: 1px solid #009999;
	border-left: 5px solid #009999;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.BrowserItemList_torinet_h2g_border h3 
/* H3 本文用 */
{
	font-weight: bold;
	font-size: medium;
	margin: 20px 0 10px 0;
	padding: 0;
	border: none;
}

.BrowserItemList_torinet_h2g_border h4 
/* H4 本文用 */
{
	font-weight: bold;
	font-size: medium;
	margin: 10px 0 0 1em;
	padding: 0;
	border: none;
}

.BrowserItemList_torinet_h2g_border .Contents
/* 本文 */
{
	color: #000000;
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 0;
	padding: 20px;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ul
/* UL 本文用 */
{
	margin: 0 0 0 1em;
}

.BrowserItemList_torinet_h2g_border ul li
/* UL LI 本文用 */
{
	margin: 0 0 0 1em;
	list-style-type: disc;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ol
/* OL 本文用 */
{
	margin: 0;
	padding: 0;
}

.BrowserItemList_torinet_h2g_border ol li
/* OL LI 本文用 */
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h2g_border .ParentBack
/* 戻るボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h2g_border .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 5px;
	margin: 0;
}

ol.s001 { counter-reset: listcounter;}
ol.s001>li:before {
	content: url(http://www.pref.tottori.lg.jp/css/icon/excel16.gif)" "counter(listcounter, decimal)"．";
	counter-increment: listcounter;
	list-style: none;
}
ol.s001>li {
	display: block;
	margin: 0;
	padding: 0 0 0 3.5em;
	text-indent: -3.5em;
}
ol#appendix { counter-reset: listcounter;}
li#s1-1:before, li#s1-3:before, li#s1-7:before {
	content: url(http://www.pref.tottori.lg.jp/css/icon/pdf16.gif)" "counter(listcounter, decimal)"．";
	counter-increment: listcounter;
}

ol.listnumber {
	margin: 0;
	padding: 0 0 0 4em;
}
ol.listnumber>li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: decimal;
	list-style-image: none;
}

ol.listalpha {
	margin: 0;
	padding: 0 0 0 4em;
}
ol.listalpha>li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: upper-alpha;
	list-style-image: none;
}

.footer {
	color: #003399;
	font-size: small;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.BrowserItemList_torinet_h2g_border
/* 文書リスト全体 */
{
	margin: 10px 0;
	padding: 0;
}

.BrowserItemList_torinet_h2g_border .Title
/* H2 文書タイトル */
{
	margin: 0;
	padding: 5px 0 5px 5px;
	color: #000000;
	font-size: large;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	line-height: 1.3;
	background-color: #eeeeee;
	border: none;
	border-left: 6px solid #009999;
}

.BrowserItemList_torinet_h2g_border h3 
/* H3 本文用 */
{
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: medium;
	font-weight: bold;
	line-height: 1.3;
	background-color: transparent;
	border: none;
}

.BrowserItemList_torinet_h2g_border h4 
/* H4 本文用 */
{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	background-color: transparent;
	border: none;
}

.BrowserItemList_torinet_h2g_border .Contents
/* 本文 */
{
	margin: 0;
	padding: 5px;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ul
/* UL 本文用 */
{
	margin: 0;
	padding: 0 5px;
}

.BrowserItemList_torinet_h2g_border ul li
/* UL LI 本文用 */
{
	margin: 10px 0 0 20px;
	padding: 0;
	font-size: small;
	list-style-type: disc;
	line-height: 1.3;
}

.BrowserItemList_torinet_h2g_border ol
/* OL 本文用 */
{
	margin: 0;
	padding: 0 5px;
}

.BrowserItemList_torinet_h2g_border ol li
/* OL LI 本文用 */
{
	margin: 10px 0 0 20px;
	padding: 0;
	font-size: small;
	list-style-type: decimal;
	line-height: 1.3;
}

.BrowserItemList_torinet_h2g_border .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h2g_border .ParentBack
/* 戻るボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h2g_border .PageControl
/* ページコントロール */
{
	margin: 5px;
	padding: 0;
	font-size: small;
	text-align: right;
}

ol.s001 { counter-reset: listcounter;}
ol.s001>li:before {
	content: url(http://www.pref.tottori.lg.jp/css/icon/excel16.gif)" "counter(listcounter, decimal)"．";
	counter-increment: listcounter;
	list-style: none;
}
ol.s001>li {
	display: block;
	margin: 0;
	padding: 0 0 0 3em;
	text-indent: -3em;
}
li#s1-1:before, li#s1-3:before, li#s1-7:before {
	content: url(http://www.pref.tottori.lg.jp/css/icon/pdf16.gif)" "counter(listcounter, decimal)"．";
	counter-increment: listcounter;
}

ol.listnumber {
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
}
ol.listnumber>li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: decimal;
	list-style-image: none;
}

ol.listalpha {
	margin: 0;
	padding: 0 0 0 25px;
}
ol.listalpha>li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: upper-alpha;
	list-style-image: none;
}

.footer {
	color: #003399;
	font-size: small;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}
}
