@charset "utf-8";
/* CSS Document */

/* 回收服務介紹文字樣式
****************************************************************************************************/
.dubonnet_big_text {
	font-size: 17px;
	font-weight: bold;
	color:#EA4763;
	line-height: 24px;
	text-align: center;
}/*回收服務介紹深紅色大標題*/

.retrieve_text {
	font-size: 15px;
	font-weight:normal;
	color:#D93E68;
	line-height: 24px;
	text-align: center;
}/*回收服務介紹內文*/




/* 回收服務介紹背景圖片樣式
****************************************************************************************************/
#retrieve_bg {
	background:url(../images/retr/retrieve_bg.jpg) no-repeat 35px 0px;
}

