/* 市町村別得票テーブル用ここから */
.shichouson {
    font-size: 15px;
}


/* テーブルデフォルト */
.shichouson table {
    font-size: 13px;
    border: 1px solid #999999;
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
}

.shichouson table caption {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding: 3px 10px;
    background-color: #e2ecf5;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

/* セルのデフォルト */
.shichouson table th {
    border: 1px solid #999999;
    padding: 5px 3px;
}

/* セルのデフォルト */
.shichouson table tr td {
    border: 1px solid #999999;
    padding: 3px 3px;
}

/* 項目行の最初 */
.shichouson table th.k1 {
    width: 100px;
    background-color: #eeeeee;
    color: #666666;
    border-right: 3px double #666666;
}

/* 項目行の候補者 */
.shichouson table th.k2 {
    background-color: #eeeeee;
    text-align: center;
    font-size: 14px;
}

.shichouson table th .tkch_wrap {
    position: relative;
}

.shichouson table th .tkch {
    text-align: center;
    float: left;
    width: 20px;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.shichouson table th .name_wrap {
    text-align: center;
}

/* 項目行の当選した候補者 */
.shichouson table td .t {
    font-size: 12px;
    color: #ffffff;
    background-color: #ff0000;
}

/* 項目行の当確の候補者 */
.shichouson table td .k {
    font-size: 12px;
    color: #ffffff;
    background-color: #fa75f5;
}

/* 項目行の抽選の候補者 */
.shichouson table td .c {
    font-size: 12px;
    color: #ffffff;
    background-color: #ff0000;
}

/* 項目行の比例当選の候補者 */
.shichouson table td .h {
    font-size: 12px;
    color: #000;
    background-color: #ffdf00;
}

/* 項目行の開票率 */
.shichouson table th.k3 {
    width: 80px;
    background-color: #eeeeee;
    color: #666666;
}



/* データ行　選終 */
.shichouson table td.syuu1 {
    background-color: #fbf993
}

.shichouson table td.syuu2 {
    background-color: #fdfccc
}

.shichouson table td.syuu3 {
    background-color: #fdfccc
}

/* データ行　開票中 */
.shichouson table td.chuu1 {
    background-color: #ffd3ce
}

.shichouson table td.chuu2 {
    background-color: #ffe4e1
}

.shichouson table td.chuu3 {
    background-color: #ffe4e1
}



/* データ行の市町村名 */
.shichouson table td.td_d1 {
    /*    text-align: right; */
}

/* データ行の候補者得票 */
.shichouson table tr .td_d2 {
    text-align: right;
}

/* データ行の開票率 */
.shichouson table tr .td_d3 {
    text-align: right;
}



/* 合計 */
.shichouson table td.td_total1 {
    text-align: center;
    font-weight: bold;
    border-bottom: 3px double #666666;
    border-right: 3px double #666666;
    padding: 5px 3px;
}

/* 候補者の合計 */
.shichouson table td.td_total2 {
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 3px double #666666;
    padding: 5px 3px;
}

/* 開票率の合計 */
.shichouson table td.td_total3 {
    text-align: right;
    border-bottom: 3px double #666666;
    padding: 5px 3px;
}

.shichouson table tr.shichouson_name {
    border-top: 2px solid #666666;
}

.shichouson table td div.name {
    float: left;
    text-align: left;
}

.shichouson table td div.vote {
    text-align: right;
}
