@charset "utf-8";
/* CSS Document */
#page {
	width: 770px;
	height: auto;
	font-size: 13px;
	color: #666666;
	margin: 0 0 0 0;
	padding-top: 25px;
	float: right;
	background-image: url(../images/about/bg_top.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	line-height: 22px;
}
/*-詳細資訊-----------------------------------------*/
#page .detail_bg {
	width: 142px;
	height: 28px;
	line-height: 0px;
	margin-right: 0px;
	position: relative;
	background-image: url(../images/news/detail01.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 0px;
}
#page .detail {
	width: auto;
	height: auto;
	opacity: 1.0;
	cursor: pointer;
	-webkit-transition: opacity 120ms linear;
	-moz-transition: opacity 120ms linear;
	-o-transition: opacity 120ms linear;
	transition: opacity 120ms linear;
}
#page .detail:hover {
	opacity: 0.0;
}
/*-詳細資訊-----------------------------------------*/
.color_name {
	color: #D2C47F;
	font-size: 13px;
}
.color_name2 {
	color: #74A535;
	font-size: 13px;
}
.color_name3 {
	color: #706C6C;
	font-size: 13px;
}

/*-售案列表-----------------------------------------*/
#page {
	width: 770px;
	height: auto;
	position: relative;
	display: inline-block;
}
#page .box {
	width: 770px;
	height: 179px;
	padding: 0;
	margin-bottom: 30px;
	background-image: url(../images/allsale/new_house_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#page .pic {
	width: 236px;
	height: 177px;
	border: #CCC 1px solid;
	padding: 0px;
	margin: 0 14px 0 0;
	cursor: pointer;
	float:left;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
}
#page .pic:hover {
	width: 236px;
	height: 177px;
	border: #F06402 1px solid;
	padding: 0px;
	margin: 0 14px 0 0;
}
#page .time {
	color: #666666;
	font-size: 15px;
	text-align: left;
	width: 518px;
	height: 32px;
	float: left;
	line-height: 32px;
	font-weight: bold;
	margin: 0;
	border-bottom:1px #CCCCCC solid;
}
#page .time span {
	font-size: 16px;
	color: #85B200;
}
#page .time_y {
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
#page .title {
	width: 518px;
	height: 117px;
	line-height: 25px;
	color: #444444;
	font-size: 13px;
	float: left;
	margin: 0;
}
#page .title a {
    display: block;
    margin-top: 5px;
	color: #333;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#page .title a:hover {
	color: #007ECA;
}
#page .title_color {
	color: #666;
	font-size: 15px;
	font-weight:bold;
}
#page .arr {
	margin-right: 7px;
}
#page .caption {
	width: 211px;
	height: 62px;
	color: #6C6C6C;
	font-size: 13px;
	line-height: 20px;
}
#page .caption a {
	color: #6C6C6C;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#page .caption a:hover {
	color: #F90;
	text-decoration: none;
}
/*------------------------------------------*/
