﻿/* 初始設定 */
html {-ms-overflow-y: scroll;}
body {-webkit-overflow-scrolling: touch;}
body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding: 0px;
}
body, 
Input[type='text'], 
Input[type='password'], 
Input[type='submit'], 
Input[type='reset'], 
Input[type='button'] {
	font-family: Microsoft JhengHei;
	font-size: medium;
}
Input[type='text'], 
Input[type='password'], 
Input[type='submit'], 
Input[type='reset'], 
Input[type='button'] {
	height:auto;
}
@media (max-width: 767px) {
body, 
Input[type='text'], 
Input[type='password'], 
Input[type='submit'], 
Input[type='reset'], 
Input[type='button'] {
	font-size: x-large;
}
Input[type='checkbox']{width:0.9em; height:0.9em;}
}
@media (max-width: 590px) {
Input[type='text'], 
Input[type='password'], 
Input[type='submit'], 
Input[type='reset'], 
Input[type='button'] {
	font-size: xx-large;
}
}
Input[type='checkbox'], 
Input[type='radio'] {
	margin-right: .2em;
}
label {
	font-weight: normal;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	line-height:1.6;
}
li {
	list-style: none;
	vertical-align: bottom;
}
li img {
	vertical-align: top;
}
img {
	border: 0px currentColor;
	border-image: none;
}
table {
	border: 0px currentColor;
	border-image: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
a {text-decoration: none;}
a:visited {color: #939;}
a:focus, INPUT:focus, select:focus, Input[type='checkbox']:focus{outline:solid #fa8484;}
.btn:focus, .form-control:focus {outline:solid #fa8484;}
a img {
	border: currentColor;
	border-image: none;
}
pre {
	padding: 0;
	margin: 0;
	font-size: 1em;
	background: none;
	border: none;
	font-family: "細明體";
	overflow: visible;
    color:#000;
	line-height:170%;
}
a.A1 {
	color: #fff !important;
	text-decoration: none;
	font-size:0.8125em;
	padding:10px;
}

/* 自訂開始 */
a[accesskey] {position: absolute;}
#AU:focus, #AC:focus, #AL:focus, #AL2:focus, #AF:focus {text-decoration:none;}
#AU[accesskey] {color: #444; margin-left: -1em;}
#AU:focus {color: #fff;}
#AC[accesskey] {color: #FFF; margin-left: -1em;}
#AC:focus {color: #000;}
#AF[accesskey] {color: #444; margin-left: -2em;}
#AF:focus {color: #fff;}

/* 網路字型轉圖 */
.glyphicon-paperclip:before {content: normal;}
.glyphicon-paperclip {
	background: url(../images/icon_paperclip.png) 0 0 no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align: top;
	margin-left:3px;
}

mark {
	color: #F00;
	background-color: transparent;
	padding: 0;
}
.message {
	padding: 2em;
}
.badge {
	background-color: #F00;
	color: #fff;
	margin-left: .2em;
	font-family: Microsoft JhengHei;
}
.help-block {
	font-size: 0.85em;
	margin: 0.2em 0;
	padding: 0;
	line-height: 1.6em;
	font-family: "微軟正黑體";
}
.navbar-form {
	-webkit-box-shadow: none;
          box-shadow: none;
}
.form-control {
	font-size: medium;
	font-family: "細明體";
	color:#000;
}
.input-group .btn,
.input-group .form-control {
	height: 34px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: medium;
	border-color: #aaa;
}
.input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-group .btn {
	background-color: #eee;
	color: #000;
}
.input-group .btn:hover {
	background-color: #dedede;
	border-color: #888;
}
@media (max-width: 767px) {
/* 網路字型轉圖 */
.glyphicon-paperclip {
	background:none;
	width:inherit;
	height:inherit;
}
.glyphicon-paperclip:before {content: "\e142";}
.badge {font-size: large;}
.form-control {
	font-size: x-large;
	height:auto;
}
.input-group .btn,
.input-group .form-control {
	height: 42px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: x-large;
}
}
@media (max-width: 590px) {
.badge {font-size: x-large;}
.form-control {font-size: xx-large;}
.input-group .btn,
.input-group .form-control {
	height: 62px;
	font-size: xx-large;
}
}

/* 標籤 */
.label-fei,
.label-eng,
.label-chi,
.label-danger {
  font-family: Microsoft JhengHei;
  display: inline;
  padding: 0em .2em .1em;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;	
  color: #fff;
}
.label-fei a:link,
.label-fei a:hover,
.label-fei a:visited,
.label-eng a:link,
.label-eng a:hover,
.label-eng a:visited,
.label-chi a:link,
.label-chi a:hover,
.label-chi a:visited,
.label-danger a:link,
.label-danger a:hover,
.label-danger a:visited {
	color: #fff;
	text-decoration: none;
}
.label-fei a:focus,
.label-eng a:focus,
.label-chi a:focus,
.label-danger a:focus {
	outline:#000 2px solid;
}
.label-fei {background-color: #C00;}
.label-eng {background-color: #F60;}
.label-chi {background-color: #C00;}

/* 行動版選單 Toggle navigation */
.navbar-toggle {
	margin-top: 18px;
	margin-right: 5px;
	border: none;
	z-index: 999;
}
.navbar-toggle .icon-bar {
	height: 4px;
	border-radius: 2px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .myNavbar {float: right;}
.navbar-default .mySearch {
	margin-right: 5px;
	margin-top: 22px;
	color: #fff;
	background-color: #888!important;
	width: 34px;
	height: 34px;
	padding: 2px 0px 0px 0px;
	border-radius: 20px;
}
@media (max-width: 590px) {
.navbar-toggle {
	margin-top: 28px;
}
.navbar-toggle .icon-bar {
	width: 40px;
	height: 6px;
	border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 8px;
}
.navbar-default .mySearch {
	font-size: 1.6em;
	margin-right: 5px;
	margin-top: 28px;
	width: 52px;
	height: 52px;
	border-radius: 25px;
}
}

/* 主頁寬度 */
.header-con,
.menu-con,
.content-con,
.footer-con {
	width: 83%;
	padding-right: 60px;
	padding-left: 60px;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid {padding:0;}
.header-con {padding-left:0px;}
@media (max-width: 1280px){
.header-con,
.menu-con,
.content-con,
.footer-con {
	width: 955px;
	padding-right: 30px;
	padding-left: 30px;
}
.header-con {padding-left: 0px;}
}
@media (max-width: 985px) {
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.header-con,
.menu-con,
.content-con,
.footer-con {
	width: 100%;
}
.header-con {padding-left: 10px;}
}
@media (max-width: 767px) {
.menu-con,
.content-con {
	padding: 0px;
}
.header-con {padding-left: 10px;}
}

/* 表頭 */
.navbar {
	min-height: 90px;
	margin-bottom: 0px;
	border: none;
	border-radius: 0px;
}
header {
	position: relative;
	background-color: #fff;
	margin-top: 30px;
}
.header-con {
	margin: 0px auto;
	height: 90px;
	position: relative;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.nav-system{
	display:none;
	float:left;
	color:#ffffff;
	margin-top:-2em;
	background:#444;
	width:100%;
	font-size:x-large;
	line-height:2em;
	text-align:center;
}
@media (max-width: 767px) {
header {
	position:relative;
	margin-top:2em;
	border-bottom:4px solid;
}
.navbar {min-height: 72px;}
.header-con {height: 72px;}
.nav-system{display:block;}
}
@media (max-width: 590px) {
header { border-bottom: 6px solid;}
.navbar {min-height: 110px;}
.header-con {height: 110px;}
}

/* LOGO：各機關logo(可自行更換320*90) 或 最多顯示14個中文字 */
.header-con .logo {
	width: 320px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 1.375em;
	font-weight: 800;
	/*color: #000;
	position: relative;*/
}
.header-con .logo IMG {
	vertical-align:top;
}
.header-con a:hover {text-decoration: none!important;}
/* 系統名稱 */
.header-con .sys-name {
	position: absolute;
	top: 0px;
	left: 330px;
	width:320px;
	height:90px;
}
@media (max-width: 900px) {
.header-con .sys-name {display: none;}
}
@media (max-width: 767px) {
.header-con .logo {
	margin-left: 60px;
	cursor: default;
	font-size: 1.125em;
	text-align: left;
	white-space: nowrap;
	line-height: 72px;
	position: absolute;
	top:0;
	left:0
}
.header-con .logo IMG {
	width: 80%;
	height: 80%;
}
}
@media (max-width: 590px) {
.header-con .logo {
	margin-left: 70px;
	line-height: 100px;
}
.header-con .logo IMG {
	width: 120%;
	height: 120%;
}
}

/* 上方選單 */
.header-nav {
	position: absolute;
	top: -30px;
	right:0;
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100%;
	font-size: 0.9375em;
}
.header-nav .navbar-nav {
	margin: 0px;
	float: right;
}
.header-nav .navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}

/* 整合查詢 */
.search-box {
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 0;
	margin: 0;
}

/* 主選單 */
.menu {font-size: 1.125em;}
.menu-con {
	margin: 0px auto;
	position: relative;
}
.menu ul {
	margin: 0 auto;
	display: table;
}
.menu li {
	line-height: 40px;
	float: left;
}
.menu li > a {
	padding: 0px 16px;
	display: inline-block;
}
.menu li > a.active, 
.menu li > a:hover, 
.menu li > a:focus {
	height: 40px;
	text-decoration: none;
}
/* 小螢幕 整合查詢 */
.menu #mySearch {
	padding: 0 2em;
	margin: 0;
}
@media (max-width: 767px) {
.menu {
	height: auto;
	width: 100%;
	font-size: 130%;
}
.menu ul {display:block;}
.menu li {
	clear: left;
	width: 100%;
}
.menu li > a {
	display: block;
	padding: 0.5em 2em;
	border-bottom: #eee 1px solid;
}
.menu li:first-child > a { margin-left: 0px;}
.menu li > a.active, 
.menu li > a:hover, 
.menu li > a:focus {
	height: auto;
}
.menu #mySearch .btn,
.menu #mySearch .form-control {
	height: 42px;
	padding-bottom: 0;
	padding-top: 0;
}
}
@media (max-width: 590px) {
.menu {
	font-size: 150%;
}
.menu #mySearch .btn,
.menu #mySearch .form-control {
	height: 62px;
}
}

/* 主要內容 */
.content-con {
	height: auto;
	min-height: 650px;
	padding-bottom: 10px;
	background-color: #fff;
	position: relative;
}
@media (max-width: 767px) {
.content-con {
	min-height: auto;
	background-color: transparent;
	border:none !important;
}
}

/* 目前位置 */
.breadcrumb {
	padding-left: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	border-radius: 0px;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #333;
	content: ">\00a0";
}
.breadcrumb > .active,
.breadcrumb li a:link,
.breadcrumb li a:visited {color: #333!important;}
@media (max-width: 767px) {
.breadcrumb {font-size: large;}
}
@media (max-width: 590px) {
.breadcrumb {font-size: x-large;}
}

/* 按鈕區塊 */
.btnZone {
	text-align: center;
	margin: 0 auto 20px auto;
	display: table;
}
.btnZone li {float:left;}
/* 按鈕 查詢 */
.btnZone .btn,
.btnZone .btn:visited,
.btn-printer .btn,
.btn-printer .btn:visited,
.btn-post,
.btn-post:visited { 
	background-color: #aaa;
	color: #fff;
	border-color: #aaa;
	margin:2px;
	font-size: medium;
}
.btnZone .btn:hover,
.btnZone .btn:focus, 
.btn-printer .btn:hover,
.btn-printer .btn:focus,
.btn-post:hover,
.btn-post:focus { 
	background-color: #666;
	color: #fff;
}
/* 按鈕 友善列印 */
.btn-printer{
	position: absolute;
	top: 10px;
	right: 30px;
}
/* 按鈕 輔助說明 */
.btn-help {
	background-color: #efefef;
	color: #000;
	border-color: #ccc;
	height:34px;
	font-size: medium;
	font-family: Microsoft JhengHei !important;
}
.btn-help:hover {
	background-color: #dedede;
	border-color: #aaa;
}
.btn-help:hover,
.btn-help:visited {color: #000;}
.btn-help span {margin-right:0.2em;}
/* 按鈕 排序 */
.dropdown-toggle {
	font-size: small;
	height: auto;
}
@media (max-width: 767px) {
.btnZone .btn,
.btnZone .btn:visited,
.btn-printer .btn,
.btn-printer .btn:visited,
.btn-post,
.btn-post:visited { 
	font-size: inherit;
	margin:4px;
}
.btn-post {margin-top:-2.3em;}
.btn-printer,
.btn-help {
	display: none;
}
.dropdown-toggle,
.dropdown-menu {
	font-size: large;
}
}
@media (max-width: 590px) {
.btn-post {margin-top:-2.1em;}
}

/* 本文內容 */
.text-con {
	width: 100%;
	color: #000000;
	height: auto;
	position: relative;
}
.text-con .text-title {
	padding-top: 1em;
	padding-bottom: .5em;
	margin-bottom: 1.5em;
	border-bottom: #aaa 3px solid;
}
.text-con .text-title h2 {font-size: 1.375em; font-weight: 800; line-height: 1.375em;}
.text-con .text-title h2 span {margin-right: 6px;}
.text-con .text-eng {
	margin-left: .5em;
	font-family: "Times New Roman", Times, serif;
}
.text-con .law-result {
	display: block;
	background-color: #efefef;
	padding: 10px 10px;
}
.text-con .law-result h3 {font-size: 1.125em; font-weight: 800; line-height: 1.125em;}
.text-con .law-result h3 span {margin-right: 10px;}
@media (max-width: 767px) {
.text-con .text-title {
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: none;
}
.text-con .text-title h2 {font-size: inherit;}
.text-con .law-result {
	margin-bottom: 10px;
	background-color:transparent !important;
}
.text-con .law-result h3 {font-size: inherit;}
}
@media (max-width: 590px) {
.text-con {font-size:140%;}  
}

/* 頁籤 */
.text-con .nav > li > a {margin: 2px;}
.myTab > li {
	text-align: center;
	display: inline-block;
	font-family: "細明體";
}
.myTab > li > a {border-radius: 5px;}
@media (max-width: 767px) {
.text-con .nav > li > a {margin: 4px 0px;}
.myTab {margin-bottom: 15px;}
}
@media (min-width: 481px) and (max-width: 767px) {
.myTab > li {
	clear: both;
	display: inline-block;
	width: 48.5%;
}
}
@media (max-width: 480px) {
.myTab > li {
	clear: both;
	display: inline-block;
	width: 100%;
}
}

/* 草案檢索 */
.search-forum {
	position: absolute;
	top: 80px;
	right: 0px;;
	padding: 0;
	margin: 0;
}
.draft-info {margin:.5em 0em .5em 2em;}
.draft-info li {
	list-style: decimal;
	padding: .2em;
}
.draft-comment h4 {font-size: 1.125em;}
.draft-comment .info {
	font-size: small;
	color:#666;
	padding:.2em 0;
}
@media (max-width: 767px) {
.draft-comment .info {font-size: x-large;}
}

/* 內容 兩欄 法規檢索 */
.leftCategory, .leftResult {font-family: "細明體";}
.leftCategory, .leftResult {padding: .5em .3em .5em .5em;}
.leftResult span {margin-left: .3em;}
.leftResult li {
	background: url(../images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
}
.leftResult li a:link {
	display: block;
	color: #000;
}
.leftResult li a:hover {
	text-decoration: none;
	background: #aaa;
	color: #ffffff;
	border-radius: 3px;
}
.leftResult li.active a:link {
	font-weight: bold;
	color: #F00;
}
.leftResult li.active a:hover {color: #FF0 !important;}
#tree {padding: .5em 0 .5em .1em;}
@media (max-width: 767px) {
.leftCategory {display: none;}
.leftResult {
	background: none !important;
	border: none !important;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.leftResult li {
	padding: 0;
	background-image: none;
}
.leftResult li a:link,
.leftResult li a:visited,
.leftResult li a:focus {
	border: #ccc 1px solid;
	padding: 8px 30px;
	margin-bottom: 5px;
	border-radius: 8px;
	text-decoration: none;
}
.leftResult li a:hover {
	color: #fff;
}
.leftResult li.active a:link {
	font-weight: normal;
	color: #000;
}
.leftResult li.active a:hover {color: #fff !important;}
}

/* 法規檢索 條文檢索 法規沿革 草案預告 */
.well, .well a {font-family:"細明體";}
.well .btn {
	background-color: #eee;
	color: #000;
	border-color: #aaa;
}
.well .btn:hover {
	background-color: #dedede;
	border-color: #888;
}
.well-post h3 {
	font-weight: normal;
	border-bottom: #aaa 3px double;
	margin-bottom: 1em;
	padding: 5px 0px 15px 0px;
	font-size: 1.125em;
	line-height: 1.125em;
}
.leftCategory h3,
.leftResult h3 {
	font-family: Microsoft JhengHei;
	font-weight: 800;
	border-bottom: #aaa 3px double;
	margin-bottom: 0.5em;
	padding: 5px 0px 7px 0;
	line-height: 1.125em;
}
.law-reg h3 {
	text-align: center;
	font-weight: bold;
}
.law-reg-content {
    width: 75%;
	margin: auto;
	padding: 0 15px;
	line-height: 1.7em !important;
}
.law-search {
    width: 85%;
	margin: auto;
	padding: 0 15px;
}
.law-search label {
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.law-search label span {
	position: absolute;
	top: 0.3em;
	left: -0.5em;
}
@media (max-width: 1280px){
.law-search {width: 80%;}
}
@media (max-width: 985px) {
.law-search {width: 100%; padding: 0;}
}
@media (max-width: 767px) {
.well {
	background-color: transparent !important;
	border: none !important;
	-webkit-box-shadow: none;
            box-shadow: none;
}
.well-post h3 {font-size: inherit;}
.law-reg-content {
	width: 100%;
	padding: 0;
}
}

/* 判例 說明文字 */
.JudgeDesc, .RedDesc {
    color: #ff0000;
}

.JudgeDesc {
    border: #f90c58 1px solid;
    padding: 1em;
    background-color: #fff6f9;
}

.RedDesc {
    padding-bottom: 1em;
}

/* 網站導覽 */
.sitemap {padding: 0 1.2em;}
.sitemap p {padding: .5em 0;}
.sitemap ol {margin-left: 1.4em;}
.sitemap ol li {list-style-type: decimal;}

/* 頁 碼 */
.pageZone .pageinfo {
	line-height: 30px;
	margin-left: 10px;
}
.pageZone .pageline {
	display: inline-block;
	margin-top: 10px;
}
.pageZone .pageno {display: inline-block;}
.pageZone .pager li > a,
.pageZone .pager li > span {
	padding: 2px 14px;
}
.pageZone .pager li > a:link,
.pageZone .pager li > a:visited {
  color: #069;
}
@media (max-width: 955px) {
.pageZone .pageinfo {
	clear: both;
	display: block;
	padding-top: 15px;
	font-size: inherit;
}
}

/* 法規體系列表 */
.law-list {
	width: 60%;
	margin: 0px auto 20px auto;
	font-family: "細明體";
}
.law-list li a {
	display: block;
	border: #ccc 1px solid;
	padding: 8px 30px;
	margin-bottom: 5px;
	border-radius: 8px;
	text-decoration: none;
}
.law-list li a:hover {
	background-color: #efefef;
}

@media (max-width: 1280px) {
.table-extent pre{font-size:1em !important;}
}
@media (max-width: 590px) {
.table-extent pre{font-size:1.375rem !important;}
}


@media (max-width: 767px) {
.law-list {width: 100%;}
}

/* 法規內容 */
@media (max-width: 359px) {
.law-content pre,
.law-content .FileList,
.law-content-moj > .row > .col-no{
	font-size:xx-small;
}
.well > .law-content > pre{ word-wrap:normal;}
}
@media (min-width:360px) and (max-width: 767px) {
.law-content pre,
.law-content .FileList,
.law-content-moj > .row > .col-no{
	font-size:medium;
}
.well > .law-content > pre{ word-wrap:normal;}
}
/* 條文內容 */
.text-pre { white-space: pre;font-family: "細明體";line-height: 180%;}
/* 編章節 */
.law-char-1{font-weight:800;}
.law-char-2{padding-left:3em !important;font-weight:800;}
.law-char-3{padding-left:6em !important;font-weight:800;}
.law-char-4{padding-left:9em !important;font-weight:800;}
.law-char-5{padding-left:12em !important;font-weight:800;}
@media (max-width: 767px) {
.law-content .law-char,
.law-content .law-char-2,
.law-content .law-char-3,
.law-content .law-char-4,
.law-content .law-char-5,
.law-content th {font-size:medium;}
.law-reg-content .law-char-2{padding-left:1.5em !important;}
.law-reg-content .law-char-3{padding-left:3em !important;}
.law-reg-content .law-char-4{padding-left:4.5em !important;}
.law-reg-content .law-char-5{padding-left:6em !important;}
}

/* 回上方 */
#gotop {
	display: none;
	right: 30px;
	bottom: 30px;
	position: fixed;
	z-index: 10000;
	-webkit-overflow-scrolling: touch;
}
#gotop a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	background-color: #666;
	opacity: 0.5;
	display: block;
	font-size: small;
	font-size-adjust: none;
	font-stretch: normal;	
	text-transform: uppercase;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
#gotop a:hover {
	opacity: 0.85;
	background: #222;
}
@media (max-width: 767px) {
#gotop a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	font-size: x-large;
	letter-spacing:-1pt;
}
}

/* 頁尾 */
footer {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.9375em;
}
footer .footer-con {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
footer .footer-con .address li {list-style-type: disc; line-height:1.6em;}
footer .footer-con .visitors {
	top: 0px;
	right: 30px;
	position: absolute;
}
footer .footer-con .logo-box {
	top: 31px;
	right: 30px;
	position: absolute;
}
@media (max-width: 767px) {
footer {font-size: inherit;}
footer .footer-con .logo-box,
footer .footer-con .visitors {display: none;}
footer .footer-con .address { padding:15px 0px 15px 15px;}
}


.SMDev {font-size:190%;}

/* 條文內容、辦法的格式還原 */
.ClearCss table{display:table; width:100%!important;}
.ClearCss td{display:block; display:table-cell; vertical-align:inherit;}
.ClearCss {word-wrap:break-word !important; word-break:break-all !important; white-space:normal !important;}
/*.ClearCss span{word-wrap:break-word !important; word-break:break-all !important; white-space:normal !important;}*/
.ClearCss th{display:block; display:table-cell; vertical-align:inherit; font-weight:bolder; text-align:center;}
.ClearCss fieldset{display:block; margin:auto;}
.ClearCss div{display:block;}
.ClearCss img{margin:auto;}
.ClearCss dfn{font-style:italic;}
.ClearCss i{font-style:italic;}
.ClearCss cite{font-style:italic;}
.ClearCss em{font-style:italic;}
.ClearCss var{font-style:italic;}
.ClearCss address{font-style:italic;}
.ClearCss caption {display:table-caption; text-align:center;}
.ClearCss blockquote{display:block; margin:auto;}
.ClearCss ul{display:block; margin:auto; margin-left:40px;}
.ClearCss ol{display:block; margin:auto; margin-left:40px; list-style-type:decimal;}
.ClearCss ol ul{margin-top:0; margin-bottom:0;}
.ClearCss ul ol{margin-top:0; margin-bottom:0;}
.ClearCss ul ul{margin-top:0; margin-bottom:0;}
.ClearCss ol ol{margin-top:0; margin-bottom:0;}
.ClearCss li{display:block;}
.ClearCss p{display:block; margin:auto; padding:auto;}
.ClearCss pre{display:block; font-family:monospace;}
.ClearCss b{font-weight:bolder;}
.ClearCss strong{font-weight:bolder;}
.ClearCss h1{display:block; font-weight:bolder;}
.ClearCss h2{display:block; font-weight:bolder;}
.ClearCss h3{display:block; font-weight:bolder;}
.ClearCss h4{display:block; font-weight:bolder;}
.ClearCss h5{display:block; font-weight:bolder;}
.ClearCss h6{display:block; font-weight:bolder;}
.ClearCss form{display:block; margin:auto;}
.ClearCss input{display:block;}
.ClearCss textarea{display:block;}
.ClearCss dl{display:block; margin:auto;}
.ClearCss dt{display:block;}
.ClearCss dd{display:block; margin-left:40px;}
.ClearCss dir{margin:auto; margin-left:40px;}
.ClearCss menu{margin:auto; margin-left:40px;}
.ClearCss tt{font-family:monospace;}
.ClearCss code{font-family:monospace;}
.ClearCss kbd{font-family:monospace;}
.ClearCss samp{font-family:monospace;}


/*** 條文 開始 ***/
.law-content-moj {
    width: 100%;
    padding: 1.5em 1em 1.5em 1.5em;
    margin: 0 auto 16px auto;
    background: #ffffff;
    /*border: #ccd3df 1px solid;
    box-shadow: 2px 2px 8px -3px #AAAAAA;
    -webkit-box-shadow: 2px 2px 8px -3px #AAAAAA;
    -moz-box-shadow: 2px 2px 8px -3px #AAAAAA;
    -o-box-shadow: 2px 2px 8px -3px #AAAAAA;*/
    font-family: "細明體";
}

    .law-content-moj > .row {
        margin: 0;
        padding: 8px 0;
        border-bottom: 1px dotted #bbbbbb;
        overflow: hidden;
    }

        .law-content-moj > .row > .col-no {
            float: left;
            width: 8em;
            white-space: nowrap;
            padding-right: 12px;
            line-height: 170%;
            /*margin-left: 26px;*/
            text-align: right;
        }

        .law-content-moj > .row > .col-data {
            float: none;
            width: auto;
            overflow: hidden;
        }
@media (max-width: 767px) {
.law-content-moj {padding:0; background-color:transparent;}
.law-content-moj > .row,
.law-content-moj > .row > .col-no,
.law-content-moj > .row > .col-data {	
	display: block;
	text-align: left!important;
	clear:both;
}
.law-content-moj > .row {
	margin-bottom: 10px;
	border: 2px solid #ddd;
	padding:0;
}
.law-content-moj > .row > .col-no .glyphicon-paperclip{ display: inline; margin:0; padding-right:6px; vertical-align: inherit;}
.law-content-moj > .row > .col-no {
	background-color: #f5f5f5;
	width:100%;
	padding:6px;
	white-space:inherit;
}
.law-content-moj > .row > .col-data {
	background-color:#fff;
	padding:6px;
}
	
}

    /* 編章節 中文用 */
    .law-content-moj h3,
    .law-reg h3 {
        font-size: 1em;
        margin: 0;
        padding: 8px 0;
        font-weight: 800;
        text-align: left;
        border-bottom: 1px dotted #bbbbbb;
        font-family: "細明體";
    }

h3.char-1 {
    padding-left: 0em;
}

    h3.char-1:hover {
        background-color: #fcf8f0;
    }

h3.char-2 {
    padding-left: 3em;
}

h3.char-3 {
    padding-left: 6em;
}

h3.char-4 {
    padding-left: 9em;
}

h3.char-5 {
    padding-left: 12em;
}

h3.char-6 {
    padding-left: 15em;
}