@charset "UTF-8";

/*
zh-CN
*/

/* common */
@import "/css/chi/common/detail_free.css";
@import "/css/chi/common/related.css";

/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/ln/noimg_detail.png);
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .title {
	border-top: 1px dashed #fc7070;
	border-bottom: 1px dashed #fc7070;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#free #detail .tag a {
	color: #e98787;
	border: 1px solid #f4cdcd;
	background-color: #fffdfd;
}
#free #detail .tag a:hover {
	color: #ffcc00;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-top: 1px dashed #fc7070;
	border-bottom: 1px dashed #fc7070;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/ln/icon_service_small.png);
}