@charset "UTF-8";

/*
es_MX
*/

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

/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
	word-break: break-all;
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/wk/noimg_detail.png);
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .title {
	border-top: 1px dashed #2186eb;
	border-bottom: 1px dashed #2186eb;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#free #detail .tag a {
	color: #2186eb;
	border: 1px solid #83b4e6;
	background-color: #f9fdff;
}
#free #detail .tag a:hover {
	color: #f79223;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-top: 1px dashed #2186eb;
	border-bottom: 1px dashed #2186eb;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/wk/icon_service_small.png);
}