@charset "UTF-8";

/*
ja_JP
*/

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

/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
	word-break: break-all;
}
/* =========================================================
free
========================================================= */
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/fr/noimg_detail.png);
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .title {
	border-top: 1px dashed #009999;
	border-bottom: 1px dashed #009999;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-top: 1px dashed #009999;
	border-bottom: 1px dashed #009999;
}

#free #detail .contact .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
#free #detail .contact .box div.uimg {
	display: table-cell;
	vertical-align: top;
}
#free #detail .contact .box div.uimg img {
	max-width: 40px;
	max-height: 40px;
}
#free #detail .contact .box ul {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 8px;
	width: 100%;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/fr/icon_service_small.png);
}
