﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.BrowserItemList_torinet_h2g_border
/* 文書リスト全体 */
{
	margin: 20px 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 本文用 */
{
        clear: both;
        background-color: #eeeeee;
	font-weight: bold;
	font-size: medium;
	margin: 15px 0 10px 0;
         padding: 8px 5px 5px 8px;
         border-left-width: 3px;
         border-left-style: solid;
         border-left-color: #33cc99;
}

.BrowserItemList_torinet_h2g_border h4 
/* H4 本文用 */
{
         background-color: transparent;
	font-weight: bold;
	font-size: medium;
	margin: 10px 0 0 0;
         padding: 0 0 0 10px;
}

.BrowserItemList_torinet_h2g_border .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 0;
	padding: 15px 0 15px 15px;
        line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ul
/* UL 本文用 */
{
	margin: 5px 0 5px 1em;
}

.BrowserItemList_torinet_h2g_border ul li
/* LI 本文用 */
{
	margin: 5px 0 5px 2em;
	list-style-type: square;
	line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ol
/* OL 本文用 */
{
	margin: 5px 0 5px 1em;
}

.BrowserItemList_torinet_h2g_border ol li
/* LI 本文用 */
{
	margin: 5px 0 5px 2em;
	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;
}

div.pic{
	width: auto;
	text-align: center;
	margin: 20px auto;
 	padding: 0;
	border: none;
}
div.pic img{
	width: 400px;
	margin: 0 auto;
 	padding: 0;
	border: none;
}

div.picleft{
	float: left;
	width: auto;
	text-align: center;
	margin: 0 25px 0 10px;
 	padding: 0;
	border: none;
}
div.picleft img{
	width: 150px;
	margin: 0 auto;
 	padding: 0;
	border: none;
}

ul li.listpdf {
	margin-top: 10px;
	margin-left: 2em;
	list-style-image: url(https://www.pref.tottori.lg.jp/css/icon/pdf16.gif);
	font-weight: bold;
}
ul li.linklist {
	margin-bottom: 10px;
	margin-left: 2em;
	list-style-image: url(https://www.pref.tottori.lg.jp/Images/topic.gif);
	font-weight: bold;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.BrowserItemList_torinet_h2g_border
/* 文書リスト全体 */
{
	margin: 0;
	padding: 0;
	max-width:320px !important;
}

.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-left:0em;
	margin-top:0.8em;
	margin-bottom:0.6em;
         padding: 2px 0 2px 4px;
         border-left-width: 3px;
         border-left-style: solid;
         border-left-color: #33cc99;
}

.BrowserItemList_torinet_h2g_border h4 
/* H4 本文用 */
{
         background-color: transparent;
	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: 10px 0 10px 20px;
         padding: 10px 5px;
         line-height: 1.5;
}

.BrowserItemList_torinet_h2g_border ul
/* UL 本文用 */
{
	margin:0px;
	margin-left:1em;
}

.BrowserItemList_torinet_h2g_border ul li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: square;
	line-height: 1.3;
}

.BrowserItemList_torinet_h2g_border ol
/* UL 本文用 */
{
	margin:0px;
	margin-left:1em;
}

.BrowserItemList_torinet_h2g_border ol li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	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: x-small;
	text-align: right;
}

.BrowserItemList_torinet_h2g_border .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

div.picleft{
	width: auto;
	text-align: center;
	margin: 10px 0;
 	padding: 0;
	border: none;
}
div.picleft img{
	width: 50%;
	margin: 0 auto;
 	padding: 0;
	border: none;
}

ul li.listpdf {
	margin-top: 10px;
	margin-left: 2em;
	list-style-image: url(https://www.pref.tottori.lg.jp/css/icon/pdf16.gif);
}
ul li.linklist {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2em;
	list-style-image: url(https://www.pref.tottori.lg.jp/Images/topic.gif);
	font-size: large;
	font-weight: bold;
}
}
