@charset "utf-8";
/* CSS Document */

/* 線上回收試算表格邊框&文字樣式
****************************************************************************************************/
table.conversion tr,
table.conversion td,
table.conversion{
	border:1px RGB(169,169,169) solid;
	border-collapse:collapse;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 19px;
	letter-spacing: 2px;
	text-align:center;
}/*整體表格外框&文字樣式*/

/* 線上回收試算 表單文字輸入框、字加大
****************************************************************************************************/
.input_text {
	height:20px;
	font-size:18px;
	vertical-align:middle;
}

/* 線上回收試算 數字加大加粗
****************************************************************************************************/
.numeral {
	font-size:16px;
	font-weight:bolder;
}/*數字加大加粗*/


/* 線上回收試算區塊樣式
****************************************************************************************************/
#today_button a:hover {
	border:none;
}/*線上回收試算圖片連結移至不要產生下方邊線*/


/* 線上回收試算表格文字樣式&背景填色樣式
****************************************************************************************************/
table.conversion .gold01 {
	background-color:RGB(158,122,55);
	color:RGB(0,0,0);
}/*黃金飾金試算表格填色與文字樣式*/

table.conversion .platinum02 {
	background-color:RGB(169,169,169);
	color:RGB(0,0,0);
}/*白金試算表格填色與文字樣式*/

table.conversion .bullion03 {
	background-color:RGB(127,127,63);
	color:RGB(0,0,0);
}/*金條試算表格填色與文字樣式*/

table.conversion .kg04 {
	background-color:RGB(218,165,32);
	color:RGB(0,0,0);
}/*1KG以上金條試算表格填色與文字樣式*/


/* 下方備註表格邊框&文字樣式
****************************************************************************************************/
table.notations tr,
table.notations td,
table.notations{
	border:1px RGB(169,169,169) solid;
	border-collapse:collapse;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 19px;
	letter-spacing: 0px;
}/*備註表格邊框與內容文字樣式*/

table.notations table td {
	text-align:left;
}

table.notations .top_left{
	text-align:center;
	background-color:RGB(191,152,32);
	color:#000000;
}/*備註表格上方與左邊區塊樣&背景樣填色式*/

table.notations .bottom_right{
	padding:0 10px;
}/*備註表格下方與右邊區塊縮排樣式*/

table.notations .bottom_right_big{
	padding:0 10px;
	font-size:15px;
}/*備註表格下方與右邊區塊縮排&文字較大樣式*/

table.notations .center_bg_color{
	background-color:RGB(221,219,219);
}/*黃金成色定義中間表格背景填色樣式*/

table#ounce td{
	border: 1px solid #DDDBDB;
}/*盎司表格的td邊框黃顏色*/

table#taiwan_tael td{
	border: 1px solid #DDDBDB;
}/*台兩表格的td邊框黃顏色*/

table#gram td{
	border: 1px solid #DDDBDB;
}/*公克表格的td邊框黃顏色*/

table#hongkong td{
	border: 1px solid #DDDBDB;
}/*港兩表格的td邊框黃顏色*/


