

/*** for PC Browser ***/
@media (min-width:401px)
{
.BrowserItemList_torinet_h1titlebar_b
/* 文書リスト全体 */
{
	margin: 10px 0 0 0;
	padding: 0;
}

.BrowserItemList_torinet_h1titlebar_b .h1frame
{
	margin: 0;
	background-position: top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 8px #006c90;
}

.BrowserItemList_torinet_h1titlebar_b .Title
/* H1 文書タイトル */
{
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	padding: 15px 8px 15px 8px;
	letter-spacing: 0.3em;
}


.BrowserItemList_torinet_h1titlebar_b h4 
/* H4 本文用 */
{
	color: #006633;
	font-weight: bold;
	font-size: medium;
	margin: 20px 0 10px 0;
}

.BrowserItemList_torinet_h1titlebar_b .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	padding: 0 20px 20px 20px;
        margin: 0;
        line-height: 1.5;
}

.BrowserItemList_torinet_h1titlebar_b ul
/* UL 本文用 */
{
	margin: 0 0 0 1em;
}

.BrowserItemList_torinet_h1titlebar_b ul li
/* LI 本文用 */
{
	font-weight: normal;
	margin: 0 0 0 2em;
	padding-left: 10px;
	list-style-type: disc;
	line-height: 2;
}

.BrowserItemList_torinet_h1titlebar_b ol
/* UL 本文用 */
{
	margin: 0 0 0 1em;
}

.BrowserItemList_torinet_h1titlebar_b ol li
/* LI 本文用 */
{
	font-weight: normal;
	margin: 0 0 0 2em;
	padding-left: 10px;
	list-style-type: decimal;
	line-height: 2;
}


.BrowserItemList_torinet_h1titlebar_b .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h1titlebar_b .ParentBack
/* 戻るボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h1titlebar_b .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 0;
	margin: 5px;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: large;
	margin: 40px 0 10px 0;
        padding: 0;
        border: none;
}

dl.flow {
	margin: 0;
	padding: 0;
	display: inline;
}
dl.flow dt{
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 2em;
	padding: 0;
}
dl.flow dd{
	color: #000000;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 0 3em;
	padding: 0;
}

.note {
	text-indent: -1em;
	padding-left: 2em;
}

.footer { 
	color: #003399; 
	font-size: small; 
	margin: 10px 0 20px 0; 
	padding: 0; 
	text-align: right; 
}

.chart { 
	width: 100%; 
	margin: 0 auto; 
	padding: 10px 0 10px 1.5em; 
	text-align: left;
        border: none;
}

.fiestable1 { 
	width: 100%; 
	margin: 0 auto; 
	padding: 10px 0; 
	text-align: left;
        border: none;
}
.fiestable1 table{
	width: auto;
	line-height: 1.2;
	margin: 0 0 0 1.5em; 
	padding: 5px; 
	border: 2px #000000 solid; 
	border-collapse: collapse;
	border-spacing: 0;
}
.fiestable1 thead{
	background-color: #ccccff; 
	color: #000000; 
	font-weight: bold; 
	font-size: medium; 
} 
.fiestable1 th{
	text-align: center; 
	vertical-align: middle;
	padding: 5px; 
	border: 1px #000000 solid; 
} 
.fiestable1 tbody{
	background-color: #ffffff;
	color: #000000; 
	font-weight: normal; 
	font-size: medium;
	border-top: 2px #000000 solid; 
} 
.fiestable1 td{ 
	text-align: right; 
	vertical-align: middle;
	padding: 5px; 
	border: 1px #000000 solid; 
}
.fiestable1 td.rowheader{ 
	text-align: left; 
}
.total {
        background-color: #eeeeee;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.BrowserItemList_torinet_h1titlebar_b
/* 文書リスト全体 */
{
	margin: 10px 0 0 0;
	padding: 0;
}

.BrowserItemList_torinet_h1titlebar_b .h1frame
{
	margin: 0;
	background-position: top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 6px #006c90;
}

.BrowserItemList_torinet_h1titlebar_b .Title
/* H1 文書タイトル */
{
	margin: 0;
	padding: 5px 0 5px 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	background-color: #eeeeee;
}

.BrowserItemList_torinet_h1titlebar_b .Contents
/* 本文 */
{
	margin: 0;
	padding: 5px;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

.BrowserItemList_torinet_h1titlebar_b ul
/* UL 本文用 */
{
	margin: 0;
	padding: 0 5px;
}

.BrowserItemList_torinet_h1titlebar_b ul li
/* LI 本文用 */
{
	margin: 10px 0 0 20px;
	padding: 0;
	font-weight: normal;
	list-style-image: url(http://www.pref.tottori.lg.jp/Images/topic.gif);
	list-style-type: disc;
	line-height: 1.3;
}

.BrowserItemList_torinet_h1titlebar_b ol
/* OL 本文用 */
{
	margin: 0;
	padding: 0 5px;
}

.BrowserItemList_torinet_h1titlebar_b ol li
/* LI 本文用 */
{
	margin: 10px 0 0 20px;
	padding: 0;
	font-weight: normal;
	list-style-type: decimal;
	line-height: 1.3;
}

.BrowserItemList_torinet_h1titlebar_b .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h1titlebar_b .ParentBack
/* 戻るボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h1titlebar_b .PageControl
/* ページコントロール */
{
	margin: 5px;
	padding: 0;
	font-size: small;
	text-align: right;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: large;
	margin: 10px 0 5px 0;
        padding: 0;
        border: none;
}

dl.flow {
	margin: 0;
	padding: 0;
	display: inline;
}
dl.flow dt{
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 10px;
	padding: 0;
}
dl.flow dd{
	color: #000000;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 0 20px;
	padding: 0;
}

.note {
	text-indent: -1em;
	padding-left: 2em;
}

.footer { 
	color: #003399; 
	font-size: small; 
	margin: 5px; 
	padding: 0; 
	text-align: right; 
}

.fiestable1 { 
	width: 100%; 
	margin: 0 auto; 
	padding: 10px 0; 
	text-align: center;
        border: none;
}
.fiestable1 table{
	width: auto;
	line-height: 1.1;
	margin: 0 auto; 
	padding: 1px; 
	border: 2px #000000 solid; 
	border-collapse: collapse;
	border-spacing: 0;
}
.fiestable1 thead{
	background-color: #ccccff; 
	color: #000000; 
	font-weight: bold; 
	font-size: small; 
} 
.fiestable1 th{
	text-align: center; 
	vertical-align: middle;
	padding: 1px; 
	border: 1px #000000 solid; 
} 
.fiestable1 tbody{
	background-color: #ffffff;
	color: #000000; 
	font-weight: normal; 
	font-size: small;
	border-top: 1px #000000 solid; 
} 
.fiestable1 td{ 
	text-align: right; 
	vertical-align: middle;
	padding: 1px; 
	border: 1px #000000 solid; 
}
.fiestable1 td.rowheader{ 
	text-align: left; 
}
.total {
        background-color: #eeeeee;
}
}
