@charset "utf-8";
/* CSS Document */

#content{
	color: #666666;
	height: auto;
	width: 660px;
	font-size: 13px;
	line-height: 23px;
	padding: 0 20px;
}

#content .table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content .table th{
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #00476A;
}

#content .table th,
#content .table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#content .input{
	font-size: 13px;
	color: #68397D;
	padding: 3px 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

#content .color1{
	color: #00577B;
}
#content .color2{
	color: #E53300;
}
.en{
	font-size:10px;
	word-break: break-word;
}
#content .table th,#content .table td{
	word-break: break-word;	
}