@charset "Shift_JIS";

/* ----------------------------------------------------- */
/* ----- 施工事例テーブル設定 -------------------------- */
/* ----------------------------------------------------- */

TABLE.works {
	margin: 2em 0px 2em 0px;

	background-color: #333333;
}
TABLE.works TH {
	padding: 5px 5px 5px 5px;

	background-color: #cccccc;
}
TABLE.works TD {
	padding: 8px 8px 8px 8px;

	background-color: #ffffff;

	line-height: 140%;
}

/* ----------------------------------------------------- */
/* ----- 施工事例詳細ページ設定 ------------------------ */
/* ----------------------------------------------------- */

DIV#navi {
	margin: 2em 0px -1em 0px;

	color: #666666;
}

DIV#jobex {
	margin: -1em 0px 0px 0px;

	line-height: 140%;
	font-family: "ＭＳ 明朝",serif;
	font-weight: bold;
}

/* --- イメージの設定 --- */
DIV#jobimg {
	margin: 10px 0px 2em 0px;
}
DIV#jobimg IMG {
	margin: 8px;
}
