@charset "utf-8";

/* 保険料と保険給付（PC）：style_insurance_benefits_pc.css
 * **************************************************
 * Elements (Table)
 * **************************************************
 */

/* 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 .benefitList th {
	border-right: 1px solid #cccccc;
}
#subPage .main .benefitList td + td {
	text-align: left;
}
