@charset "utf-8";
@import url("reset.css");
@import url("menu.css");

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 14pt;
}
::selection /*反白顏色*/ {
    text-shadow: none;
    background: #333;
    color: #fff;
}
p {
	padding-bottom: 10px;
	line-height: 17pt;
}
hr {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 0px;
	padding-top: 15px;
	margin: 20px 0;
	border: none;
}
#wrapper {
	position: relative;
	width: 982px;
	margin: 0 auto;
}
#header {
	height: 304px;
	width: 805px;
	clear: both;
	padding-left: 177px;
	position: relative;
	z-index: 10;
	padding-bottom: 40px;
}
#top {
	position: absolute;
	width: 982px;
	color: #e6245d;
	font-size: 10pt;
	text-align: right;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	z-index: 999;
}
#top .r {
	float: right;
	margin-top: 5px;
}
#top .r .fair, #top .r iframe, #top .r a {
	float: left;
}
#top .r iframe {
	padding: 4px 0 0 15px;
}
#top .r a {
	padding: 5px 0 0 0;
}
#logo, .logo {
	position: absolute;
	display: inline-block;
	left: -7px;
	top: 0px;
	height: 145px;
	width: 339px;
}
#logo {
	z-index: 999;
}
#footer {
	font-size: 9pt;
	color: #aaa;
	line-height: 14pt;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 770px;
	margin: 30px 0 30px 212px;
	padding-top: 40px;
	text-align: left;
	clear: both;
	float: right;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #0480e3;
}

a.back {
	display: inline-block;
	font-size: 10pt;
	color: #c36;
	font-weight: normal;
	line-height: 14pt;
	position:absolute;
	right: 0;
}
.more {
	display: inline-block;
	font-size: 10pt;
	color: #CC3366;
	font-weight: normal;
	line-height: 14pt;
}
.more:hover {
	opacity: 0.7;
}
#content {
	float: right;
	width: 700px;
	min-height: 600px;
	padding-right: 70px;
}
#content .page {
	background-color: #333;
	color: #FFF;
	margin: 100px 0 0 280px;
	font-size: 10pt;
	padding: 0 12px;
	float: left;
	text-align: center;
}
#content .page.det {
	margin: 100px 0 0 260px;
}
#content .page span,
#content .page ol {
	display: inline-block;
	float: left;
}
#content .page ol li {
	padding-left: 10px;
	float: left;
}

#content .page a {
	color: #FFF;
}
#content .page a:hover {
	color: #ccc;
}
#content .page a.active {
	color: #FFEF41;
}
.detail {
	width: 580px;
	padding: 5px 0 12px 40px;
	font-size: 10pt;
	color: #666;
	font-weight: normal;
	line-height: 20pt;
	position: relative;
}

.exp .name {
	top: 20px;
}
.exp-pic {
	position: relative;
	height: 400px;
	overflow: hidden;
}
.exp-pic .photo {
	-moz-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	transform:rotate(3deg);
	text-align: center;
	padding: 80px;
}
.exp-pic .photo img {
	width: 420px;
	-moz-box-shadow:3px 2px 5px rgba(20%,20%,40%,0.2);
	-webkit-box-shadow:3px 2px 5px rgba(20%,20%,40%,0.2);
	box-shadow:3px 2px 5px rgba(20%,20%,40%,0.2);
}
.exp-pic .pic-top {
	position: absolute;
	top: 0px;
	z-index: 5;
}
.exp-vedio {
  width: 560px;
  height: 320px;
  margin: 20px auto;
  padding-bottom: 0;
}
.list {
	position: relative;
	width: 650px;
}
.list li {
	position: relative;
}
.list li a:hover {
	opacity: 0.8;
}

h1,
.exp h2,
.list h3,
.detail h3 {
	background-image: url(../images/dot_b-2.gif);
	background-repeat: no-repeat;
	padding: 5px 0 12px 40px;
	position: relative;
	display: inline-block;
	font-size: 13pt;
	clear: right;
	color: #3c797c;
	font-weight: bold;
	line-height: 16pt;
}
h1,
.detail h3 {
	font-size: 14pt;
}
.exp .list {
	padding-top: 30px;
	float: left;
	width: 100%;
}
.exp .detail {
	padding: 5px 0 12px 40px;
	margin: 0;
}
.name, .date {
	background-image: url(../images/icon_name.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	width: 70px;
	position: absolute;
	top: 5px;
	right: 0px;
	float: right;
	color: #777;
	font-weight: normal;
}
.date {
	background-image: url(../images/icon_date.gif);
	top: 17px;
	font-size: 9pt;
}
.t {
	position: relative;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 0;
	margin-bottom: 10px;
	width: 650px;
	font-weight: bold;
}




.perf .list li {
	padding-bottom: 5px;
}
.perf .list .more {
	margin: -5px 15px 0;
}
.perf .list table th,
.perf .list table td {
	vertical-align: middle;
}
.perf .list table {
	clear: both;
	margin: 10px 0 15px;
}

.perf-bu {
	text-align: center;
	width: 660px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin: 0 0 30px;
}
.perf-bu a {
	display: inline-block;
	height: 51px;
	width: 170px;
	margin: 0 10px;
	background-image: url(../images/perf-bu.png);
	background-repeat: no-repeat;
}
.perf-bu a.a {	background-position: left top;}
.perf-bu a.a.active {	background-position: left bottom;}
.perf-bu a.b {	background-position: right top;}
.perf-bu a.b.active {	background-position: right bottom;}

.qna .q-t {
	position: relative;
	padding: 15px;
	text-align: right;
	margin: -35px 80px;
	background-image: url(../images/ask-bu-bg.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 80px;
}
.qna .q-t .question {
	height: 124px;
	width: 220px;
	overflow: hidden;
	display: inline-block;
	margin: -50px 0;
	position: relative;
	z-index: 10;
}
.qna .q-t .question:hover img {
	float: right;
}
.qna .detail,
.qna .list {
	width: 650px;
	padding: 25px 0 0;
}
.qna .list li {
	background-image: url(../images/line.jpg);
	padding: 5px 0 10px 55px;
	margin-bottom: 10px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.qna .list a:hover h3 {
	opacity: 0.8;
}
.qna .list .name {
	top: -3px;
}
.qna .q {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #aaa;
	font-weight: bold;
	line-height: 35px;
	background-image: url(../images/qa-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -3px;
}
.qna .list h3,
.qna .detail h3 {
	background-image: none;
	width: 480px;
	font-size: 11pt;
	color: #c36;
	padding-left: 0;
}
.qna #content .page {
	margin-top: 30px;
}
.qna .quest {
	background-image: url(../images/qa-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 55px;
}
.qna .answer {
	color: #c36;
	background-image: url(../images/qa-bg-.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding: 20px 0 0 55px;
}
.qna .detail-table {
  margin: 10px auto 0;
}

.detail-table {
	display: inline-block;
	width: 100%;
	margin: 10px auto;
}
.detail-table th,
.detail-table td {
	padding: 5px 3px;
	font-size: 10pt;
	vertical-align: middle;
}
.detail-table th {
	padding: 0 5px 0 0;
}
.detail-table td .w {
	border: none;
	border-bottom: 1px solid #CCC;
	background-color: #eee;
	padding: 5px 1px;
	display: inline-block;
}
.detail-table th table,
.detail-table td table {
	margin-left: -3px;
}
.detail-table td table input#checkbox {
	margin-left: 0;
}
.detail-table td table .eee {
	background-color: #eee;
}

.submit {
	color: #FFF;
	border: none;
	cursor: pointer;
	font-family: Helvetica, Arial, 'LiHei Pro', "微軟正黑體";
	text-align: center;
	font-size: 13pt;
	display: inline-block;
	padding: 10px 65px 10px 75px;
	margin: 50px 0 50px 260px;
	letter-spacing: 5pt;
	background-color: #2e91ea;
}
.submit:hover {
	opacity: 0.8;
}


.white_10pt {
	font-size: 10pt;
	color: #fff;
	line-height: 14pt;
}
.red_10pt a {
	color: #c36;
}
.gray_777_10pt {
	font-size: 10pt;
	color: #777;
	line-height: 14pt;
}

.editor {
}
.editor ul {	padding-bottom: 20px;}
.editor ol {	padding-bottom: 10px;}
.editor ul li {
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(../images/dot_t.gif);
}
.editor ol li {
	list-style-type: square;
	list-style-position: inside;
}
.editor table {
	max-width: 100%;
}
.editor table th,
.editor table td {
	vertical-align: top;
}
