#chijisen {
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
}

.main_contents_wrap {
    margin: 10px auto;
}

#chijisen .top-cut {
    margin: 10px auto 30px auto;
    text-align: center;
}


/* 連載エリア */
.rensai_wrap {
    margin: 20px auto;
}

.rensai_wrap .rensai_title_area {
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
}

.rensai_wrap .rensai_tbl {
    width: 100%;
    border-collapse: collapse;
    margin: 3px auto 20px auto;
}

.rensai_wrap .rensai_tbl a {
    text-decoration: underline;
}

.rensai_wrap .rensai_tbl th {
    background-color: #005673;
    border: 1px solid #005673;
    text-align: left;
    color: #ffffff;
    padding: 4px 3px 3px 20px;
    background-image: url("/mns_images/icon/list_box11.gif");
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

.rensai_wrap .rensai_tbl th .caution {
    padding-left: 20px;
    float: right;
    font-weight: normal;
}

.rensai_wrap .rensai_tbl td {
    border: 1px solid #cccccc;
    padding: 3px;
}

.rensai_wrap .rensai_tbl td.rensai_num {
    width: 30px;
    text-align: center;
    white-space: nowrap;
}

.rensai_wrap .rensai_tbl td.rensai_title {
    padding-left: 10px;
    text-align: left;
}

.rensai_wrap .rensai_tbl td.rensai_date {
    width: 130px;
    text-align: center;
    white-space: nowrap;
}


/* 上部リンクエリア */
.upper_link_wrap {
    margin: 10px 0 0 0;
    text-align: center;
}

.upper_link_wrap span {
    padding: 5px 10px 0 15px;
    background-image: url('/mns_images/icon/list_box03.gif');
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.upper_link_wrap span a {
    text-decoration: underline;
}

.upper_link_wrap2 {
    padding: 10px;
    text-align: center;
}

.upper_link_wrap2 span {}

.upper_link_wrap2 span a {
    text-align: center;
    background-color: #ffc6ff;
    display: block;
    width: 400px;
    font-weight: bold;
    color: #333333;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 5);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 5);
    position: relative;
}




.upper_link_wrap2 span a:hover {
    text-decoration: none;
    background-color: #ff95ff;
}

.upper_link_wrap2 span a:after {
    content: "≫";
    height: 22px;
    line-height: 16px;
    position: absolute;
    top: 45%;
    right: 2%;
    margin-top: -7px;
}






.caution_msg {
    margin: 5px;
}

.planning_tbl h2 {
    margin: 10px auto 20px auto;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    background-color: #006A8C;
    color: #ffffff;
}

.planning_tbl .top_link_area {
    text-align: right;
    padding: 5px 10px;
}

.planning_tbl .top_link_area a {
    text-decoration: underline;
}


/* 公約リンク*/
.kouyaku_link {
    text-align: center;
    margin: 20px auto;
}

.kouyaku_link span {}

.kouyaku_link span a {
    text-align: center;
    display: block;
    color: #000000;
    font-weight: bold;
    width: 200px;
    border: 1px solid #006400;
    border-radius: 5px;
    margin: 5px auto;
    padding: 6px;
    background-color: #98fb98;
    vertical-align: middle;
    box-shadow: 2px 2px 2px #a9a9a9;
    -moz-box-shadow: 2px 2px 2px #a9a9a9;
    -webkit-box-shadow: 2px 2px 2px #a9a9a9;
    position: relative;
}

.kouyaku_link span a:hover {
    text-decoration: none;
    background-color: #2df72d;
}

.kouyaku_link span a:after {
    content: "≫";
    height: 22px;
    line-height: 16px;
    position: absolute;
    top: 45%;
    right: 2%;
    margin-top: -7px;
}

/* 届け出リンク*/
.todokede_link {
    text-align: center;
    margin: 0 auto 15px;
}

.todokede_link span a {
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    color: #000000;
    width: 100px;
    border: 1px solid #e6e6fa;
    border-radius: 5px;
    margin: 5px auto;
    padding: 6px;
    background-color: #f0f8ff;
    vertical-align: middle;
    box-shadow: 2px 2px 2px #a9a9a9;
    -moz-box-shadow: 2px 2px 2px #a9a9a9;
    -webkit-box-shadow: 2px 2px 2px #a9a9a9;
    position: relative;
}

.todokede_link span a:hover {
    text-decoration: none;
    background-color: #b0c4de;
}


/* 関連記事(news.cssを上書き) */
.local_news_wrap .news_item2 {
    border-color: #006a8c;
}

.local_news_wrap .news_item2 .itemTitle {
    background-color: #006a8c;
}

.local_news_wrap .news_item2 .itemSode {
    color: #006a8c;
}





/* 届け出 */
.todokede_tbl {
    margin: 10px auto 5px auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 500px;
}



.todokede_tbl th {
    font-weight: normal;
    padding: 1px;
    background-color: #98fb98;
    border: 1px solid #aaa;
}

.todokede_tbl th.name {
    text-align: center;
    width: 110px;
}

.todokede_tbl th.age {
    text-align: center;
    width: 35px;
}

.todokede_tbl th.syozoku {
    text-align: left;
    padding-left: 5px;
}

.todokede_tbl th.katagaki {
    text-align: left;
    padding-left: 5px;
}

.todokede_tbl td {
    padding: 5px;
    border: 1px solid #aaa;
}

.todokede_tbl td.senkyo_kao {
    vertical-align: middle;
    text-align: center;
    width: 100px;
}

.todokede_tbl_head {
    margin: 15px auto;
    padding: 6px;
    background-color: #008000;
    color: #fff;
    width: 55%;
}


.todokede_tbl_caution {
    text-align: left;
    margin: 0px 30px;
    font-size: 1.2rem;
}



/* 開票結果 */
/* 見出し部 */
.kekka_tbl_head {
    margin: 15px auto;
    padding: 6px;
    background-color: #0000ff;
    color: #fff;
    width: 55%;
    text-align: center;
}


/* 鹿県合計テーブル */
.kekka_table table {
    border: 1px solid #aaa;
    margin: auto;
    width: 400px;
    border-collapse: collapse;
}


/* 鹿県合計　当確抽部分 */
.kekka_table table th.th_t1 {
    width: 35px;
    background-color: #6f6fff;
    border-bottom: 1px solid #aaa;
}

/* 鹿県合計　タイトル */
.kekka_table table th.th_t2 {
    color: #ffffff;
    background-color: #6f6fff;
    width: 120px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #aaa;
}

/* 鹿県合計　所属部分 */
.kekka_table table th.th_t3 {
    width: 110px;
    background-color: #6f6fff;
    border-bottom: 1px solid #aaa;
}

/* 鹿県合計　開票率 */
.kekka_table table th.th_t4 {
    color: #ffffff;
    background-color: #6f6fff;
    width: 135px;
    padding: 5px;
    text-align: right;
    vertical-align: middle;
    border-bottom: 1px solid #aaa;
}

/* 項目名　当確抽 */
.kekka_table table tr td.item_tkch {
    text-align: center;
    border: 1px solid #aaa;
}

/* 項目名　氏名 */
.kekka_table table tr td.item_name_wrap {
    text-align: center;
    border: 1px solid #aaa;
    padding-top: 3px;
}

/* 項目名　所属 */
.kekka_table table tr td.item_affiliation {
    text-align: center;
    border: 1px solid #aaa;
}

/* 項目名　得票数 */
.kekka_table table tr td.item_total_votes {
    text-align: center;
    border: 1px solid #aaa;
}

/* 候補者別　当確抽 */
.kekka_table table tr td.tkch {
    text-align: center;
    border: 1px solid #aaa;
}

/* 「当」文字処理 */
.kekka_table table tr .t {
    color: #ffffff;
    background-color: #ff0000;
}

/* 候補者別　候補者名 */
.kekka_table table tr td.name_wrap {
    text-align: center;
    border: 1px solid #aaa;
    padding-top: 5px;
}

/* 候補者別　所属 */
.kekka_table table tr td.affiliation {
    text-align: center;
    border: 1px solid #aaa;
}

/* 候補者別　得票数 */
.kekka_table table tr td.total_votes {
    text-align: right;
    border: 1px solid #aaa;
    padding-right: 5px;
}



/* 公約 */
.kouyaku_top_title {
    width: 300px;
    padding: 10px;
    margin: 20px auto;
    background-color: #7bde9c;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

.kouyaku_date {
    text-align: right;
}

.kouyaku_title {
    background-color: #007300;
    padding: 5px;
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
}

.kouyaku_text {
    text-align: left;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #004b00;
    line-height: 1.8em;
}



/* 右メニュー */

.block_right {
    margin: 0;
    padding: 0;
}

.block_right .right_menu_area {
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #f7fcff;
    margin-bottom: 10px;
}

.block_right .right_menu_area a {
    text-decoration: underline;
}

.block_right .right_menu_area .right_menu_title {
    background-color: #0069a5;
    color: #ffffff;
    padding: 5px 10px;
}

.block_right .right_menu_area .right_menu_body {
    padding: 5px;
}

.block_right .right_menu_area .right_menu_body .right_menu {
    margin: 10px auto;
    background-image: url('/mns_images/icon/list_box02.gif');
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding-left: 20px;

}

/* 連載・特集 */
.planning_area {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.planning_area .planning_tbl {
    width: 100%;
    margin: 0px auto;
    border-collapse: collapse;
}

.planning_area .planning_tbl tr th {
    border: 1px solid;
}

.planning_area .planning_tbl tr th h2 {
    text-align: center;
    margin: 0px;
}

.planning_area .planning_tbl tr td {
    width: 50%;
    height: 150px;
    margin: 0px auto;
    vertical-align: middle;
    padding: 10px 4px;
    border: 1px solid;
}


.planning_area a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 900px) {
    .upper_link_wrap2 span a {
        width: 90%;
    }

    .todokede_tbl {
        width: 100%;
    }

    .todokede_tbl th.name {
        width: 95px;
    }

    .todokede_tbl_head {
        width: 90%;
    }

    .kekka_tbl_head {
        width: 90%;
    }

    .kekka_table table {
        width: 96%;
        border-collapse: collapse;
    }

    .planning_area .planning_tbl tr td {
        display: inline-block;
        width: 100%;
        height: auto;

    }
}
