@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: #996600;
	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.5em;
	line-height: 2em;
	color: #000;
	text-shadow: 1px 1px 1px #CCC;
	font-family: "微軟正黑體";
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #F36;
	margin-top: 1.2em;
	padding-left: 15px;
	width: 250px;
	height: 45px;
	background-color: #FFF;
	box-shadow: -2px 2px 6px #333;
	transform: rotateX(0deg) rotateY(0deg) rotateZ(-2deg);
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-2deg);
	display: inline-block;
	letter-spacing: 0.05em;
}
dd{
	font-size: 1.2em;
	color: #000;
	text-shadow: 1px 1px 1px #CCC;
	font-family: "微軟正黑體";
	line-height: 1.8em;
	padding-left: 80px;
	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: center;
	width: 100%;
	font-family: "微軟正黑體";
	font-size: 0.6em;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	top: 110px;
}

.txt a:focus, .txt a:hover {
	transition: 0.2s;
	opacity: 0.5;
	border-top: transparent;}
	
.t{	text-indent: -3.3em;}

.s{	padding-left: 80px;}
.red{
	color: #960;
	font-weight: bold;
	font-size: 1.7em;
}
.ac-title {
	color: #FFF;
	background-color: #333;
	display: block;
	height: 30px;
	width: 120px;
	border-radius: 15px 15px 15px 15px;
	margin-left: 50px;
	padding-left: 25px;
	margin-top: 25px;
}
dd a{color:#933;font-size: 1em;}