﻿A:hover {
	TEXT-DECORATION: none
}
A:hover {
	LEFT: 0px; POSITION: relative; TOP: 0px; color: #EB7114;
}
A:link {
	TEXT-DECORATION: none; mso-text-animation: none; text-underline: none; text-line-through: none
}

/* CSS */
.style_11px {
	font-size: 11px;
	color: #bfbfbf;
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_13px {
	font-size: 13px;
	color: #666666;
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_13px_2 {
	font-size: 13px;
	color: #FF9933;
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_15px {
	font-size: 15px;
	color: #666666;
    line-height: 20pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_15px_4 {
	font-size: 15px;
	color: #666666;
    line-height: 20pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_15px_2 {
	font-size: 15px;
	color: #FF9933;
    line-height: 20pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_15px_3 {
	font-size: 15px;
	color: #0aa7d6;
    line-height: 36pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_23px {
	font-size: 23px;
	color: #0aa7d6;
    line-height: 36pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_23px_2 {
	font-size: 23px;
	color: #666666;
    line-height: 36pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.style_23px_bold {
	font-size: 23px;
	color: #0aa7d6;
    line-height: 25pt;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
    text-align: center;
}
.style_subtitle {
	font-size: 22px;
	color: #FF9933;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-weight: bold;
}
.style_title {
	font-size: 32px;
	color: #0aa7d6;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-weight: bold;
}
/* -- 首頁 -- */
#the_body{
	background-color: #ffffff;
	width: 860px;
	margin:0 auto 0 auto;
	display: block;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	_overflow: hidden;
	padding:0;
}

.captcha-container {
	display: flex;
	flex-wrap: nowrap; /* 不換行 */
	align-items: center; /* 垂直置中 */
	gap: 8px; /* 元素間距 */
	width: max-content; /* 避免被父容器壓縮 */
}

/* 驗證碼 Label */
.captcha-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 40px;
	font-weight: bold;
	font-size: 18px;
	border: 2px solid #000 !important;
	border-radius: 5px;
	padding: 0;
	flex: 0 0 auto;
}

/* 輸入框 */
.captcha-input {
	width: 80px !important; /* 固定寬度，避免斷行 */
	height: 40px;
	flex: 0 0 auto;
	padding: 0 8px;
}

/* 按鈕 */
.captcha-button {
	flex: 0 0 auto;
	height: 40px;
}

/* 錯誤訊息 */
.captcha-error {
	color: red;
	font-size: 16px;
	flex: 1;
	margin-left: 10px;
}