@charset "utf-8";
/* CSS Document */

.panel-body {
	font-family: "微軟正黑體", "Myriad Pro";
	overflow: auto;
}

.text {
	background-color: #FFF;
}


.h4,h4{
	font-size: 2.2em;
	font-weight: bolder;
	text-shadow: 1px 1px 4px #999;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-family: "微軟正黑體", "Myriad Pro";
	line-height: 1.2em;
	color: #339999;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.h5,h5{
	font-size: 1.15em;
	color: #990;
	line-height: 1.5em;
	font-family: "微軟正黑體", "Myriad Pro";
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 4px #CCC;
}

.h6,h6{
	font-size: 1.3em;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-family: "微軟正黑體";
	line-height:0;
	padding:0;
	margin:1em 0 1em 0;
	letter-spacing: 0.2em;
}

dt{
	font-size: 1.2em;
	line-height: 2em;
	color: #000;
	text-shadow: 1px 1px 1px #CCC;
	font-family: "微軟正黑體", "Myriad Pro";
	margin-top: 1.2em;
	letter-spacing: 0.05em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-right: 10%;
	margin-left: 10px;
}
dd{
	font-size: 1.2em;
	color: #000;
	text-shadow: 1px 1px 1px #CCC;
	font-family: "微軟正黑體";
	line-height: 1.8em;
	padding-left: 10px;
	margin-top: 10px;
}

p{
	font-size: 1.2em;
	color: #000;
	text-shadow: 1px 1px 1px #CCC;
	font-family: "微軟正黑體", "Arial Unicode MS";
	line-height: 2em;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}

a{
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	font-family: "微軟正黑體", "Arial Unicode MS";
}
a:focus,a:hover{
	font-size: 1.2em;
	opacity: 0.9;
	text-decoration: none;
	transition: 0.2s;
}

a:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
.txt{
	position: absolute;
	text-align: right;
	width: 100%;
	font-family: "微軟正黑體";
	font-size: 0.6em;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	top: 90px;
}

.txt a:focus, .txt a:hover {
	transition: 0.2s;
	opacity: 0.5;
	border-top: transparent;}
	
.t{
	text-indent: -3.4em;
	margin-left: 3.8em;
	margin-right: 1em;
}
.txt-title01 {
	font-family: "微軟正黑體", "Myriad Pro";
	font-size: 1.5em;
	line-height: 1em;
	color: #930;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #930;
	margin-top: 60px;
	letter-spacing: 0.1em;
	padding-left: 10px;
}
.txt-content01 {
	font-family: "微軟正黑體", "Myriad Pro";
	font-size: 1.2em;
	color: #039;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}



.s{	padding-left: 4.4em;	margin-right: 1em;
}
.red{
	color: #960;
	font-weight: bold;
	font-size: 1.5em;
}
.ac-title {
	color: #FFF;
	background-color: #333;
	display: block;
	height: 30px;
	width: 100px;
	border-radius: 15px 15px 15px 15px;
	margin-left: 5px;
	padding-left: 15px;
	margin-top: 25px;
}
dd a{
	color: #933;
	font-size: 1em;
}
dd a:hover{
	color: #900;
	font-weight: bold;
	font-size: 1.05em;	
}
