@charset "utf-8";

/* 組合会議事録について（PC）：minutes_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;
}
/* Table内：リストマーク */
#subPage .main table td li {
	padding: 0 0 0 15px;
	background: url(../../images/common/list_style_disc_gray.png) no-repeat 0 1px;
}

#subPage .main a.link_blue,
#subPage .main a.link_blue:link{
color:#263AE9 !important;
text-decoration:underline;
}

#subPage .main a.link_blue:visited,
#subPage .main a.link_blue:hover,
#subPage .main a.link_blue:active{
color:#263AE9 !important;
text-decoration:none;
}