@charset "utf-8";

/*讓表格寬度撐開*/
table.FormList{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	font-size: 12px;
	clip: rect(auto,auto,auto,auto);
	background-color: #F1F1F1;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*基本的間距設定*/
table.FormList th,
table.FormList td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #525252;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F1F1;
	height: 60px;
}
table.FormList th{
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5
;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #009999
;
	background-color: #E3E3E3;
	height: 35px;
	background-repeat: repeat-x;
	color: #000000;
}

/* 必填項樣式 */
table.FormList tr.NotNull th label{
padding-left:20px;
font-size: 12px;
color: #666666;
}

/* 欄位寬度設定 */
table.FormList .Full{
clip: rect(auto,auto,auto,auto);
border: 1px solid #CCCCCC;
}
table.FormList .Verify{
width:40px;
}

/*標示說明文的樣式*/
table.FormList small.Explain {
	display: block;
	font-size: 11px;
	color: #9B7E64;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

/*錯誤訊息的樣式*/
table.FormList div.Error ,
table.FormList span.Error {
color: #f00;
display: none;
font-size: 1.2em;
font-weight: bold;
}
/*警示訊息的樣式*/
table.FormList div.Warning ,
table.FormList span.Warning {
color: #00f;
display: none;
font-size: 1.2em;
font-weight: bold;
}

/*套用在整列的錯誤樣式*/
table.FormList tr.Error label{
color: #F00;
}
table.FormList tr.Error textarea,
table.FormList tr.Error select,
table.FormList tr.Error input{
border: 1px solid #F00;
}
.headline {
font-size: 12px;
color: #666666;
background-color: #EBEBEB;
text-align: center;
}
#tcontainer {
	padding: 20px;
}
#gjfg {
	height: 500px;
}.normalinput {
	border: 1px solid #999;
}
.FormList tr .rt01{
	color: #C00;
	font-weight: bold;
	font-size: 16px;
}
.FormList tr .rt02{
	color: #9D4F00;
}
.FormList tr .rt03{
	font-size: 14px;
	font-weight: bold;
}
.rt04{}
.content_Detail .distance .FormList .on {
	color: #F90;
}
.content_Detail .title_btn {
	float: left;
	width: 300px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.title_btn li{
		float: left;
		list-style-type: none;}
.title_btn li a {
	border: 1px solid #333;
	margin-right: 20px;
	display: block;
	color: #333;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-decoration: none;
}
.title_btn li a:hover {
	background-color: #F5C4A9;
}



