﻿@charset "utf-8";


/* メイン
********************************************************************/

/* .main-wrapper .main-title.pre{
	background-image: none;
} */

/* 表（テーブル）------------------------------------- */

/* 表01 開票速報（選挙区）
********************************************************************/
.main-wrapper .mainTable.table-01-pre thead{
	background-color: #ade500;
}
/* 幅設定 */
/* .main-wrapper .mainTable.table-01-pre thead th:nth-child(1){ width: 23px;} */
.main-wrapper .mainTable.table-01-pre thead th:nth-child(1){ width: 60px;}
.main-wrapper .mainTable.table-01-pre thead th:nth-child(3){ width: 30px;}
.main-wrapper .mainTable.table-01-pre thead th:nth-child(5){ width: 15px;}
.main-wrapper .mainTable.table-01-pre thead th:nth-child(6){ width: 67px;}
.main-wrapper .mainTable.table-01-pre thead th:nth-child(7){ width: 250px;}
/* テキスト位置設定 */
/* .main-wrapper .mainTable.table-01-pre tr td:nth-child(2){ text-align: right;} */
.main-wrapper .mainTable.table-01-pre tr td:nth-child(2){ text-align: left;}
.main-wrapper .mainTable.table-01-pre tr td:nth-child(7){
	text-align: left;
	word-break: break-all;
}

/* 表02 開票速報（比例代表）
********************************************************************/
.main-wrapper .mainTable.table-02-pre thead th{
	/* background-color: #ade500; */
	color: #fff;
}
/* 幅設定 */
/* .main-wrapper .mainTable.table-02-pre thead th:nth-child(1){ width: 25px;} */
.main-wrapper .mainTable.table-02-pre thead th:nth-child(1){ width: 60px;}
.main-wrapper .mainTable.table-02-pre thead th:nth-child(3){ width: 30px;}
.main-wrapper .mainTable.table-02-pre thead th:nth-child(4){ width: 15px;}
.main-wrapper .mainTable.table-02-pre thead th:nth-child(5){ width: 67px;}
.main-wrapper .mainTable.table-02-pre thead th:nth-child(6){
	width: 300px;
}
/* テキスト位置設定 */
/* .main-wrapper .mainTable.table-02-pre tr td:nth-child(2){ text-align: right;} */
.main-wrapper .mainTable.table-02-pre tr td:nth-child(2){
	text-align: left;
	white-space: nowrap;
}
.main-wrapper .mainTable.table-02-pre tr td:nth-child(6){
	text-align: left;
	word-break: break-all;
}


/* 政党　得票数／獲得議席数一覧
********************************************************************/
.main-wrapper .party-list{}


/* サイド
	common.cssに記述
********************************************************************/

/* =========== 候補者の公開直後は写真がないのでCSSの適用 =========== */
/* .main-wrapper .mainTable thead th:first-child {
	display: none;
}

.main-wrapper .mainTable tbody tr td:first-child {
	display: none;
} */

/* =========== 候補者の公開直後は写真がないのでCSSの適用 =========== */