@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Open Sans", Helvetica, Arial, "微軟正黑體", sans-serif;
	font-size: 14px;
	color: #FFF;
}
/*TOP至頂層設定*/
#TOP {
	width: 100%;
	background: #474233;
	color: #FFF;
	position: fixed;
}
#TOP p {
	text-align: right;
	padding: 10px 0px;
	margin: 0px;
}
.TOP_editor {
	padding-top: 12px;
}
.TOP_txt {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #000 2px 2px 3px;
}

@media only screen and ( max-width:1000px ) {
#TOP {
	height: 100px;
}
#TOP p {
	text-align: right;
	padding: 10px 0px;
	margin: 0px;
}
.TOP_editor {
	display: none;
}
.TOP_txt {
	font-size: 3.2em;
	line-height: 1.9em;
}
body {
	font-family: inherit;
}
}
/*主要框架設定*/
#main_tb {
	background: url(../images/main_bg.jpg) no-repeat #5E968A top center;
	box-shadow: 0px 1px 4px 2px rgba( 0,0,0,0.2 );
	width: 960px;
	margin: auto;
}

@media only screen and ( max-width:1000px ) {
#main_tb {
	width: 100%;
	background: url(../images/mobile_bg.jpg) no-repeat #5E968A;
	box-shadow: none;
	margin: 0;
}
}
#pfile {
	background: rgba( 71,66,51,0.8);
	color: #FFF;
	width: 360px;
	padding: 8px 15px;
	margin-bottom: 155px;
}
#pfile p {
	line-height: 6px;
}
#name {
	font-size: 18px;
	font-weight: bold;
}
#type {
	font-size: 50px;
	font-weight: bold;
}
#pfile, #type, #topic {
	margin-left: 340px;
}
#photo {
	float: left;
	width: 200px;
	height: 220px;
	margin-top: -375px;
	margin-left: 120px;
	border-radius: 20px;
}
#topic {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-shadow: #111 1px 1px 2px;
	margin-bottom: 20px;
	padding-top: 100px;
}

@media only screen and ( max-width:1000px ) {
#pfile {
	width: 100%;
	padding: 25px 0px;
	margin: auto;
	margin-bottom: 0px;
}
#topic {
	margin-left: 40px;
	font-size: 5em;
	padding-top: 160px;
	margin-bottom: 320px;
}
#pfile p {
	font-size: 2.1em;
	padding-left: 50px;
}
#photo {
	float: inherit !important;
	width: 410px;
	height: 451px;
	margin-bottom: 100px;
	margin-top: 30px;
	margin-left: 270px;
	border-radius: 20px;
}
#name {
	font-size: 3.2em !important;
	padding-left: 50px;
}
}
#content {
	width: 80%;
	margin: auto;
	background: rgba( 71,66,51, 0.8);
	padding: 25px 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#content ul {
	list-style: square;
}
#btn_area {
	text-align: center;
	padding: 20px 0px;
}
#btn {
	font-size: 24px;
	background: #F60;
	color: #FFF;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 10px;
}
/*內容區塊*/
.title, .txt {
	margin-left: -20px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #FC0;
}
.txt {
	border-bottom: dashed 1px #777267;
	padding-bottom: 10px;
	margin-top: 0px;
	line-height: 25px;
}

@media only screen and ( max-width:1000px ) {
.title {
	font-size: 3.2em;
}
.txt {
	font-size: 2.5em;
	line-height: 1.6em;
}
#btn_area {
	text-align: center;
	padding: 50px 0px;
}
#btn {
	font-size: 3.5em;
	padding: 10px 15px;
}
}
/*底層區塊*/
#bottom_logo {
	background: #353A30;
	margin: auto;
	width: 100%;
	text-align: center;
	height: 80px;
}
#botoom_info {
	background: #2B2F26;
	margin: auto;
}
#bottom_table {
	color: FFF;
	font-size: 12px;
	font-family: 微軟正黑體, helvetica;
	padding-top: 35px;
	width: 800px;
}

@media only screen and ( max-width:1000px ) {
#bottom_table {
	width: 95%;
}
#bottom_logo {
	height: 105px;
}
#ucom_logo {
	height: 80px;
}
#phonefax, #ucom_add {
	font-size: 1.3em;
}
}
.style0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 22px;
}
/*連結樣式*/
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #FC0;
}
/*連結樣式*/
