@charset "utf-8";

/* CSS Document */
#content{
	width:672px;
	height:auto;
	margin-top:30px;
}
#content .search{
	width:656px;
	height:20px;
	margin-bottom:30px;
}
#content .con{
	width:auto;
	height:20px;
	float:left;
	margin-right:5px;
}
#content_search{
	float:left;
}
#content_search .title{
	width:642px;
	height:17px;
	background-image:url(title_bg.jpg);
	padding: 10px 0px 10px 30px;
	font-family: Arial, Helvetica, sans-serif '微軟正黑體', '新細明體';
	font-size:15px;
	color:#464646;
}
#content_search .list {
	height: 17px;
	width: 635px;
	padding:14px 19px 12px 19px;
	float:left;
	background-color:#FFF;
	border-bottom: #A7A7A7 1px solid;
	}

#content_search .caption {
	width: 610px;
	font-size: 12px;
	float: left;

}
#content_search .dot{
	float: left;
	width:10px;
	height:18px;
	background-image:url(../sidebar/dot.png);
	background-repeat:no-repeat;
	margin:0 10px 0 0;
}
#content_search .caption a {
	color: #575757;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

#content_search .caption a:hover {
	color: #DF3135;
	text-decoration: none;
}
#search_detail{
	float:left;
	width:670px;
	height:auto;
	border-top:#A7A7A7 1px solid;
}

.search_table{
	width:25%;
	height:auto;
	background-image:url(title_bg.jpg);
	background-repeat:repeat;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif '微軟正黑體', '新細明體';
	padding:13px 0 13px 0;
	text-align:center;
	color: #575757;
	border-left:#A7A7A7 1px solid;
	border-bottom:#A7A7A7 1px solid;
}
.search_table2{
	width:75%;
	height:auto;
	background-color:#FFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif '微軟正黑體', '新細明體';
	padding:13px 0 13px 20px;
	color: #272727;
	border-right:#A7A7A7 1px solid;
	border-bottom:#A7A7A7 1px solid;
}