@charset "utf-8";

/* お問い合わせ窓口：style_takedakenpo_pc.css
 * **************************************************
 * Local Nav
 * Elements (Table)
 * Elements (List)
 * **************************************************
 */



/* Elements
------------------------------------------------------------------ */
/* Table：共通 */
/* 列：タイトル */
#subPage .main table .tableTitle {
	width:18%;
}
/* 列：タイトル（左） */
#subPage .main table tbody th:first-child {
	border-bottom: 1px solid #cccccc;
}
/* 列：項目 */
#subPage .main table .tableItem {
	width:20%;
	background-color: #f5f5f5;
}
/* 列：詳細 */
#subPage .main table .tableDetail {
	background-color: #ffffff;
}

#subPage .main p.acrobatReader {
	float: right;
}
#subPage .main table.report th:first-child {
	border-bottom: 1px solid #cccccc;
}

#subPage .main table tbody th {
	background-color: #f9f9f9;
}