﻿/*** 基本 開始 ***/
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, "細明體";
	color: #333;
	background-color: #e0f4e5;
}
a{color:#0000bf;}
a:hover,a:focus {text-decoration: none; color:#F60;}
a.disabled {
    /* Make the disabled links grayish */
    color: gray!important;
    /* And disable the pointer events */
    pointer-events: none;
}
.container a:not(.btn):not(.page):visited {
    color: #800080;
}
label {
	line-height: 1.2em;
}
#iframe-data{
    min-height:720px;
}
/* checkbox 跟 label對齊*/
input[type=checkbox], input[type=radio] {
	vertical-align: bottom;
	position: relative;
	margin-right: 4px;
	width: 1.2em;
	height: 1.2em;
 	*overflow: hidden;
}
input[type=text] {
	font-size: 0.985em;
}
select, select.form-control {
	font-size: 0.985em;
	padding: 0.25em;
}
.btn {
	font-family: "Yu Gothic", SimHei, '微軟正黑體';
	font-weight: 800;
}
.btn-success {background-color: #44a644; border-color:#389638;}
.btn-primary {background-color: #206bac; border-color:#225c8f;}
.btn-warning {background-color: #f08f06; border-color:#ed8b00;}
.btn-info {background-color: #45b2d3; border-color:#2fa0c2;}
.btn-success:hover {background-color: #389638;}
.btn-primary:hover {background-color: #225c8f;}
.btn-warning:hover {background-color: #ed8b00;}
.btn-info:hover {background-color: #2fa0c2;}
.AdSearch_area{
    color:#f60;
    font-weight:600;
    font-size:16px;
}
/*英譯法規註記*/
.eng, .fei {
	background-color: #EF6601;
	color: #FFFFFF !important;
	font-family: 微軟正黑體;
	font-size: 0.875em;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	line-height: 1.3em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 15px;
}
.eng {background-color: #EF6601;}
/*廢止法規註記*/
.fei {background-color: #900404;}
/*紅字標註*/
.redAlert{color:#FF0000; margin-left: 0 !important;}
mark, .highlight {
    padding: 0;
    color: red;
    background-color: yellow;
}
a[accesskey] {position: absolute;}
#AU:focus, #AC:focus, #AZ:focus {text-decoration:none;}
#AU[accesskey] {color: #374657; margin-left: -1em; line-height:20px; top:10px; font-weight:bold;}
#AU:focus {color: #fff;}
#AC[accesskey] {color: #e6f5eb; margin-left: -1em;}
#AC:focus {color: #000;}
#AZ[accesskey] {color: #3e3e3e; margin-left: -1em;}
#AZ:focus {color: #fff;}
/*** 基本 結束 ***/

/*** 頁首 開始 ***/
.header-top {
	background-color:#374657;
	width:100%;
	position: fixed;
	z-index: 10;
	top: 0;
	border-bottom:2px solid #e0f4e5;
}
.header-top > .top-nav {padding-left:1em;}
.header-top .header-sys {float:left;}
.header-top .header-sys a {
	color:#fff;
	text-decoration:none;
	font-family: '微軟正黑體';
	font-size: 1.125em;
	padding:0 1.25em;
	line-height:40px;
	display:inline-block;
}
.header-top .header-sys a.active {
	color:#374657;
	font-weight:800;
	position:relative;
	z-index:0;
}
.header-top .header-sys a.active::before {
	position: absolute;
    z-index: -1;
    content: '';
    top: 0; right: 0; bottom: 0; left: 0;
    background-color:#e0f4e5;
    transform: skew(-30deg);
}
.header-top > .top-nav, .header .header-nav, .navigation > .nav-menu, .container .main, .footer .footer-area {
	width: 1200px;
}
.header-top > .top-nav, .header .header-nav, .container .main, .footer .footer-area {
	overflow: hidden;
	margin: 0 auto;
}
.navigation-fixed {
	position: fixed;
	z-index: 9;
	top: 42px;
	width: 100%;
	box-shadow: 0px 5px 19px -5px #242424;
	-webkit-box-shadow: 0px 5px 19px -5px #242424;
	-moz-box-shadow: 0px 5px 19px -5px #242424;
	-o-box-shadow: 0px 5px 19px -5px #242424;
}
/* LOGO */
.header-nav {position:relative; padding-top:40px;}
.header-nav h1 {
	color: #000;
	font-weight: 800;
	font-family: '微軟正黑體';
	font-size: 1.875em;
	padding:0;
	margin:0;
}
.header-nav h1 a:link,
.header-nav h1 a:visited,
.header-nav h1 a:hover {
	color: #000;
}
.header-nav h1.logo > a:link {
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: 180px;
	line-height: 70px;
}
/* 上方選單 */
.header-sub-nav {
	float:right;
	line-height: 40px;
}
.header-sub-nav ul {
	margin: 0;
	padding: 0;
}
.header-sub-nav li {
	display: table-cell;
	list-style-type: none;
}
.header-sub-nav li a {
	display: block;
	padding: 0 0.7em;
	font-size: 0.875em;
	font-family: '微軟正黑體';
	color: #fff;
}
.header-sub-nav li a:hover {
	color: #FF0;
}
.header-sub-nav .popover {
	width: 11em;
}
/* 主選單 */
.navigation {
	clear: both;
	padding: 0;
	margin: 0 0 0 -.5px;
	background: #306f2d;
	font-family: "微軟正黑體";
}
.navigation > .nav-menu {
	overflow: hidden;
	margin: 0 auto;
}
.navigation > .nav-menu > ul {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0px;
	background: #306f2d;
	height:37px;
}
.navigation > .nav-menu > ul > li {
	float: left;
	min-width: 6em;
}
.navigation > .nav-menu > ul > li > a {
	display: block;
	padding: 3px 12px;
	margin: 0 .5px;
	line-height: 1.7em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.125em;
	color: #FFF;
	text-shadow: rgba(10, 10, 10, 0.5) 1px 3px 3px;
}
.navigation > .nav-menu > ul > li > a:hover, .navigation > .nav-menu > ul > li.active > a {
	background: #2f7242;
	background: -moz-linear-gradient(top, #2f7242 0%, #669d76 100%);
	background: -webkit-linear-gradient(top, #2f7242 0%, #669d76 100%);
	background: linear-gradient(to bottom, #2f7242 0%, #669d76 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7242', endColorstr='#669d76', GradientType=0 );
}
/*** 頁首 結束 ***/

/*** 主內容 開始 ***/
.container {
	clear: both;
	width: 100%;
	font-size: 101%; /*IE8以後字體會面模糊.放大一點點就會正常*/
	min-height: 320px;
	margin-bottom: -15px;
	background: #bcd7c1;
	background: -moz-linear-gradient(top, #bcd7c1 0%, #73ac72 100%);
	background: -webkit-linear-gradient(top, #bcd7c1 0%, #73ac72 100%);
	background: linear-gradient(to bottom, #bcd7c1 0%, #73ac72 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd7c1', endColorstr='#73ac72', GradientType=0 );
}
.container .main {
	display: table;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px;
	font-size: 0.938em;
	background-color: #f3faf4;
	min-height: 620px;
	position:relative;
}
.container .left-section {
	float: left;
	vertical-align: top;
	padding-right: 8px;
	width: 18em;
	margin-right: 15px;
}
.container .main-section {
	float: none;
	vertical-align: top;
	width: auto; /*自動縮放寬度*/
	overflow: hidden;

}
/*** 主內容 結束 ***/

/*** 頁尾 開始 ***/
.footer {
	clear: both;
	width: 100%;
	min-height: 4em;
	margin-top:15px;
	/*padding: 1em 0;*/
	font-family: '微軟正黑體';
	font-size: 0.875em;
	background-color: #3e3e3e;
	color: #fff;
}
.footer a:link, .footer a:visited {
	color: #ffcc00;
}
.footer a:hover {
	text-decoration: underline;
}
.footer li {
	list-style-type: disc;
}
.footer-area ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-position: inside;
	padding-left: 3px;
	background-color: #3e3e3e;
	padding:1em 0;
	margin-bottom:0;
}
/* 回上方 */
#gotop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	cursor: pointer;
	font-family: "微軟正黑體";
	font-size: 14px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
#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;
}
/*** 頁尾 結束 ***/

/*** 首頁 ***/
.img-banner {
	background: url(../images/mainIMG-out.jpg) no-repeat top center;
	width: 100%;
	height: 240px;
	padding: 9.4em 0em 0 3em;
	margin-bottom: 1em;
}
/* 最新訊息 */
.news-list {
	margin: 0.5em auto;
	padding: 0px 2px 5px 2px;
	border-radius: 10px;
}
.news-list a {
	color: #000;
}
.news-list a:hover {
	color: #06F;
}
.news-list ol {
	margin: .2em auto 0 auto;
}
.news-list li {
	clear: both;
	line-height: 2.2em;
	list-style-type: decimal-leading-zero;
	background: url(../images/line.gif) repeat-x bottom left;
}
.news-list li:last-child {
	background-image: none;
}
.news-list h2 {
	font-size: 1.375em;
	font-family: '微軟正黑體';
	font-weight: 800;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 6px 10px;
	position: relative;
}
.news-list h2 .filter-box {
	display:inline-block;
	font-size:0.875em;
	color:#422100;
	text-shadow:none;
	background-color:#e1d3ba;
	padding:8px 5px;
	border-radius:20px;
	margin-left:20px;
	width:auto;
	white-space:nowrap;
	/*position:absolute;
	top:6px;
	left:230px;*/
}
.news-list h2 .filter-box .btn-filter {
	color:#422100;
	padding:2px 10px 2px 28px;
	margin-right:4px;
	position:relative;
}
.news-list h2 .filter-box .btn-filter:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color:#9c7737;
	border-radius:10px;
	top:10px;
	left:10px;
}
.news-list h2 .filter-box a:active,
.news-list h2 .filter-box a:visited {
	color:#422100 !important;
}
.news-list h2 .filter-box a:last-child {margin-right:0;}
.news-list h2 .filter-box .active,
.news-list h2 .filter-box a:hover {
	background-color:#fef4eb;
	border-radius:20px;
}
.news-list h2 .fa {
	font-weight: normal;
	background-color: #fff;
	border-radius: 20px;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	text-shadow: none !important;
}
.news-list h2 small {
	position: absolute;
	color: #ffc800;
	font-family: "新細明體";
	padding: 4px 6px;
	border-radius: 6px;
	top: 12px;
}
	.news-list ol {
		padding-left: 3em;
		padding-right: 1em;
		color: #000;
	}
.news-bronze {
	background: #c66d13;
	background: -moz-linear-gradient(top, #c66d13 0%, #dc902d 15%, #dc902d 100%);
	background: -webkit-linear-gradient(top, #c66d13 0%, #dc902d 15%, #dc902d 100%);
	background: linear-gradient(to bottom, #c66d13 0%, #dc902d 15%, #dc902d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c66d13', endColorstr='#dc902d', GradientType=0 );
}
.news-bronze h2 {
	text-shadow: -1px 0px 5px #a15702;
}
.news-bronze h2 .fa {
	color: #d68626;
}
.news-bronze .news-list {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #faedde 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #faedde 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #faedde 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faedde', GradientType=0 );
}
.news-brown {
	background: #896423;
	background: -moz-linear-gradient(top, #896423 0%, #a37e3f 15%, #a37e3f 100%);
	background: -webkit-linear-gradient(top, #896423 0%, #a37e3f 15%, #a37e3f 100%);
	background: linear-gradient(to bottom, #896423 0%, #a37e3f 15%, #a37e3f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#896423', endColorstr='#a37e3f', GradientType=0 );
}
.news-brown h2 {
	text-shadow: -1px 0px 5px #785519;
}
.news-brown h2 .fa {
	color: #9d793b;
}
.news-brown .news-list {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2ebdf 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2ebdf 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2ebdf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2ebdf', GradientType=0 );
}
.news-blue {
	background: #028a8a;
	background: -moz-linear-gradient(top, #028a8a 0%, #00a7a7 15%, #00a7a7 100%);
	background: -webkit-linear-gradient(top, #028a8a 0%, #00a7a7 15%, #00a7a7 100%);
	background: linear-gradient(to bottom, #028a8a 0%, #00a7a7 15%, #00a7a7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028a8a', endColorstr='#00a7a7', GradientType=0 );
}
.news-blue h2 {
	text-shadow: -1px 0px 5px #126363;
}
.news-blue h2 .fa {
	color: #00a7a7;
}
.news-blue .news-list {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e2ffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e2ffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e2ffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2ffff', GradientType=0 );
}
.news-green {
	background: #38942a;
	background: -moz-linear-gradient(top, #38942a 0%, #4fad41 15%, #4fad41 100%);
	background: -webkit-linear-gradient(top, #38942a 0%, #4fad41 15%, #4fad41 100%);
	background: linear-gradient(to bottom, #38942a 0%, #4fad41 15%, #4fad41 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38942a', endColorstr='#4fad41', GradientType=0 );
}
.news-green h2 {
	text-shadow: -1px 0px 5px #176a0b;
}
.news-green h2 .fa {
	color: #4fad41;
}
.news-green h2 small {
	background-color: #1c8a0b;
}
.news-green .news-list {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebffe8 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebffe8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ebffe8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebffe8', GradientType=0 );
}

.news-orange {
	background: #e77200;
	background: -moz-linear-gradient(top, #e77200 0%, #fb9004 15%, #fb9004 100%);
	background: -webkit-linear-gradient(top, #e77200 0%, #fb9004 15%, #fb9004 100%);
	background: linear-gradient(to bottom, #e77200 0%, #fb9004 15%, #fb9004 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77200', endColorstr='#fb9004', GradientType=0 );
}

	.news-orange h2 {
		text-shadow: -1px 0px 5px #b45c04;
	}

		.news-orange h2 .fa {
			color: #fb9004;
		}

	.news-orange .news-list {
		margin: 0;
		border-radius: 10px;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #fff4e5 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%, #fff4e5 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #fff4e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff4e5', GradientType=0 );
	}
	.news-orange ol {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		list-style-position: inside;
		padding-left: 1.2em;
	}
.news-list .btn {
	position: absolute;
	right: 5px;
	top: 9px;
	text-shadow: none;
}
.news-list .btn-default {
	background-color: transparent;
	color: #fff;
	border: none;
	font-size: 0.75em;
	font-weight: 500;
}
.news-list .btn-default:hover {
	color: #FF0;
}
.news-list .btn-default:active {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
}

.news-list .btn-box-left {
	float: right;
	margin-right: 7em;
}
.news-list .btn-box-right {
	float: right;
	margin-right: 11em;
}

.news-list .btn-single,
.news-list .btn-more {
	display: inline-block;
	background-color: #ffdeb2;
	border-radius: 20px;
	line-height: normal;
	padding: 0px 10px;
	margin-left: 10px;
	font-family: "微軟正黑體";
	/*color:#b84a00;*/
	color: #4b4b4b;
}

.news-blue .btn-single:hover,
.news-blue .btn-more:hover {
	background-color: #ffce8c;
	/*color:#b84a00;*/
}

.news-blue h2 .filter-box {
	display: inline-block;
	font-size: 0.875em;
	color: #003d42;
	text-shadow: none;
	background-color: #8fdada;
	padding: 8px 5px;
	border-radius: 20px;
	position: absolute;
	top: 6px;
	left: 230px;
}

	.news-blue h2 .filter-box .btn-filter {
		color: #003d42;
		padding: 2px 10px 2px 28px;
		margin-right: 4px;
		position: relative;
	}

		.news-blue h2 .filter-box .btn-filter:before {
			position: absolute;
			content: "";
			width: 10px;
			height: 10px;
			background-color: #8fdada;
			border-radius: 10px;
			top: 10px;
			left: 10px;
		}

	.news-blue .h2 .filter-box a:active,
	.news-blue h2 .filter-box a:visited {
		color: #003d42 !important;
	}









.treeArea {
	border: #009ee0 2px solid;
	padding: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eaf2f8 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eaf2f8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eaf2f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf2f8', GradientType=0 );
}
.treeArea .title {
	padding:.3em .3em .4em .3em;
	margin:-.5em auto .5em auto;
	width:100%;
	display:block;
	border-bottom: #009ee0 1px solid;
	color:#028bc5;
	font-family:"微軟正黑體";
	font-size:1.25em;
	font-weight:800;
}
.treeArea ul li {
	line-height: 180%;
	padding: 1px 5px;
	display: block;
}
.treeArea ul li i {
	color: #005bac !important;
	margin-left: 5px;
}
#unit li a:hover, #unit .active > a, #unit .active .name {
	background: none;
}
.searchArea {
	padding: 8px 8px 8px 52px;
	margin-bottom: .5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e8eff4 url(../images/icon_search.png) no-repeat 8px 12px;
}
.MND {
	border-top: #fff 1px solid;
	background: #d8eaf6;
	margin: 1em -15px -36px -15px;
	padding: 10px;
}
/* 頁籤 */
.nav-tabs-rst {
	border-color: #70b1eb;
	border-bottom: 0;
}
.nav-tabs-rst>li {
	margin-left: 0;
}
.nav-tabs-rst>li>a {
	font-size: 1em;
	font-weight: 800;
	font-family: Arial, "微軟正黑體";
	border: #8fbea3 1px solid;
	border-bottom-color: #306f2d;
	background: #e0ebe5 !important;
	padding: .3em 1em !important;
	color:#046e04 !important;
}
.nav-tabs-rst>li>a:hover {
	color: #000 !important;
	background-color: #e0ebe5 !important;
	border: #8fbea3 1px solid;
	border-bottom: none;
}
.nav-tabs-rst>li.active>a, .nav-tabs-rst>li.active>a:focus, .nav-tabs-rst>li.active>a:hover {
	color: #000 !important;
	background: #bcdcbb !important;
	border: #306f2d 1px solid;
	border-bottom-color: #bcdcbb;
}
/* 法規查詢-頁籤 */
.nav-tabs-flaw {
	width: 110%;
	background: #009ee0 url(../images/lines.png) repeat-x 0 0;
	margin: -16px -16px 6px -16px;
	padding-left: 10px;
	font-family: "微軟正黑體";
	font-size: 1.25em;
	font-weight: 800;
}
.nav-tabs-flaw>li>a {
	background: #009ee0 url(../images/lines.png) repeat-x 0 0 !important;
	color: #fff;
	border-radius: 0;
	border: 0 none;
	line-height: 20px;
	margin-right: 0;
	padding: 10px 15px;
	text-shadow: #000 2px 2px 5px;
}
.nav-tabs-flaw li:last-child {
	border-bottom: 0 none;
}
.nav-tabs-flaw>li>a:hover {
	color: #fff600 !important;
}
.nav-tabs-flaw>li.active>a, .nav-tabs-flaw>li.active>a:hover, .nav-tabs-flaw>li.active>a:focus {
	border: 0;
	color: #fff600;
	background: #009ee0 url(../images/lines.png) repeat-x 0 0 !important;
	position: relative;
}
.nav-tabs-flaw>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: #009ee0 transparent transparent transparent;
	border-width: 15px 10px;
	left: 60px;
	bottom: -30px;
}
/*** 內容頁面 ***/
.page-header {
	margin: -16px -15px 16px -15px;
	padding: 10px 20px;
	border-color: #fff;
	border-bottom-width: 1px;
	background: #f3fff6;
	background: -moz-linear-gradient(top, #f3fff6 0%, #e0f4e5 100%);
	background: -webkit-linear-gradient(top, #f3fff6 0%, #e0f4e5 100%);
	background: linear-gradient(to bottom, #f3fff6 0%, #e0f4e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fff6', endColorstr='#e0f4e5', GradientType=0 );
}
.page-header h2 {
	font-family: "微軟正黑體";
	font-weight: 800;
	font-size: 1.375em;
	margin: 0;
	padding: 0 0 0 1.7em;
	line-height: 1.7em;
	background: url(../images/icon_title.png) no-repeat 0 5px;
}
.page-header h2 small {
	color: #ad1818;
}
.bg-danger {
	background-color: #fff0da;
}
.text-danger {
	color: #ad1818;
	font-family: "微軟正黑體";
}
/* 網站導覽 */
.sitemap {width:85%; margin:0 auto;}
.sitemap p {padding-bottom:1.5em;}
.sitemap .hotkey {
	padding:1.5em;
	background-color: #d8eeda;
	border-radius:10px;
	margin-bottom:1.5em;
}
.sitemap .dl-horizontal dt {width:4em; color:#008733;line-height:160%;}
.sitemap .dl-horizontal dd {margin-left:4em; line-height:160%;}
.sitemap ul { margin:0 0 2em -2em;}
.sitemap ul li {
	list-style-type:none;
	padding:.5em 1em;
	border-bottom:#d8eeda 1px solid;
}
@media screen and (min-width: 1366px) {
.header-top > .top-nav, .header .header-nav,  .navigation > .nav-menu,  .container .main,  .footer .footer-area {
	width: 1300px;
}
.container .left-section {
	width: 22em;
}

.news-list .btn-box-left {
	margin-right: 10em;
}
.news-list .btn-box-right {
	margin-right: 14em;
}
}
/* 正式開發時可移除 開始 */
.text-memo {
	display:none;
	color: #333;
	background-color: #C9C7AF;
	font-size: 0.98em;
	font-family: '微軟正黑體';
	padding: 1em;
	margin-top: 15em;
	border-radius: 10px;
	position: fixed;
	top: 3em;
	right: 1em;
	width: 320px;
	font-weight: 800;
	z-index: 2;
}
.text-memo ol {
	margin: 0;
	padding-left: 1em;
}
/* 正式開發時可移除 結束 *