﻿html
{
	font-size: 84%;
}

body
{
	margin: 0;
	color: #323232;
}

input
{
	font-size: 100%;
}

textarea
{
	font-size: 100%;
}

select
{
	font-size: 100%;
}

a
{
	color: blue;
}
a:hover
{
	position: relative;
	left: 1px;
	top: 1px;
}
a img
{
	border: 0;
}


.menu2_display_none
{
	display: none;
}

.font_size
{
	display: inline-block;
	height: 16px;
	width: 17px;
	line-height: 10%;
	margin-right: 2px;
	margin-bottom: 4px;
	vertical-align: middle;
}
       
/*回頁首、回上一頁*/
.top_back
{
	width: 100%;
	text-align: right;
}

/*查詢條件*/
.inquiry
{
	line-height: 180%;
	margin-bottom: 8px;
}	
.inquiry input
{
	vertical-align: middle;
}
.inquiry select
{
	vertical-align: middle;
}
.inquiry img
{
	vertical-align: middle;
}
.inquiry .lblmsg
{
	vertical-align: middle;
	color :Red;	
}

/*** 無邊線 Table ***/
.noborder_table td
{
	border-style:none;
}

/*** Table 置中 ***/
.table_center
{
	margin-left: auto; 
	margin-right: auto;
}

/*** 縮排 ***/
.serial_text_1
{
	margin-left: 1em;
	text-indent: -1em;
}
.serial_text_2
{
	margin-left: 2em;
	text-indent: -2em;
}
.serial_text_3
{
	margin-left: 3em;
	text-indent: -3em;
}
.serial_text_4
{
	margin-left: 4em;
	text-indent: -4em;
}
.serial_text_5
{
	margin-left: 5em;
	text-indent: -5em;
}
.serial_text_6
{
	margin-left: 6em;
	text-indent: -6em;
}
.serial_text_7
{
	margin-left: 7em;
	text-indent: -7em;
}
.serial_text_8
{
	margin-left: 8em;
	text-indent: -8em;
}
.serial_text_9
{
	margin-left: 9em;
	text-indent: -9em;
}
.serial_text_10
{
	margin-left: 10em;
	text-indent: -10em;
}
.indent_text_1
{
	text-indent: 1em;
}
.indent_text_2
{
	text-indent: 2em;
}
.link_1
{
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
.link_1 li
{
	background-image: url(../images/icon_link1.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
	padding: 0 0 0 20px;
}

.link_2
{
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
.link_2 li
{
	background-image: url(../images/icon_link2.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
	padding: 0 0 0 15px;
}

.link_3
{
	 list-style: none;
	 margin: 0;
	 padding: 0;
	   
}
.link_3 li
{
	background-image: url(../images/icon_link3.gif);
	background-repeat: no-repeat;	
	background-position: 0 6px;
	padding: 0 0 0 10px;
}

/*** 法規縮排 ***/
/*** 條 ***/
.laws_Article
{
	margin-left: 7em;
	text-indent: -7em;
}
/*** 項 ***/
.laws_item
{
	margin-left: 2em;
	text-indent: -2em;

}
/*** 款 ***/
.laws_detail
{
	margin-left: 3em;
	text-indent: -3em;
}
/*** 無編號 ***/
.laws_0
{
	margin-left: 0em;
	text-indent: 0em
}

/*** 表格型 Table (Grid) ***/
.input_table
{
	border-color: #888888;
	border-collapse: collapse;
}
.input_table th
{
	background-color: #e7e7e7;
	color: #006cff;
	border-color: #888888;
	white-space:nowrap;
}
.input_table td
{
	border-color: #888888;
	padding-left: 15px;
	padding-right: 15px;	
}
.input_table .label
{
    text-align: right;
    background-color: #e7e7e7;
	color: #006cff;
	border-color: #888888;
	white-space:nowrap; 
}
.input_table .Header
{
    font-weight: bold;
    background-color: #e7e7e7;
	color: #006cff;
	border-color: #888888;
	white-space:nowrap; 
}

/*** 必要欄位註記 ***/
.Must_filled
{
    color: #FF0000;
    padding-right: 0.3em;
}
/*** 頁尾button ***/
.content_button
{
    padding-bottom: 5px;
    text-align: right;
}

.accessibility
{
	color: #0D3688;
    text-decoration: none;
}

/*表格*/
.table
{
	border: none;
	border-collapse: collapse;
	background-color: #ffffff;
	line-height: 150%;
}
.table td
{
	border: solid 1px #b3b3b3;
	padding-left: 10px;
	padding-right: 10px;	
}

.table th
{
	border: solid 1px #b3b3b3;
	background-color: #c8deff;
	color: #000000;
	white-space:nowrap;
}

.table a
{
	color: #333333;
	text-decoration:underline;
	font-weight :bold ;
}
.table a:hover
{
	text-decoration:underline;
}
/*表格第二列*/
.alt-item
{
  background-color:#f0f0f0;
  Color:#000000;
}
/*表格下方頁碼*/
.table-footer td
{
	padding : 2px 2px 2px 2px;
	border: none;
	font-weight: bold;
}
.table-footer a
{
	color: #f2145d;
	font-weight: bold;
}
.table-footer a:hover
{
	text-decoration:underline;
}
.btn_display_none
{
    display: none;
}

/*政府15貼紙*/
.rank_sticker
{
    vertical-align: middle;
}
