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

.main_contents_wrap {
    margin: 10px auto;
}

#syuuin .top-cut {
    margin: 10px auto;
    margin-bottom: 40px;
    text-align: center;
}

#syuuin .mobile_link {
    text-align: right;
    margin: 20px 0;
    font-weight: bold;
    font-size: 16px;
}

#syuuin .mobile_link a {
    text-decoration: underline;
}

.top-cut a:hover {
    opacity: .5;
    transition: .5s;
}

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

.rensai_wrap .rensai_title_area {
    /*    margin-top: 10px;
        font-weight: bold;
        text-align: left;
        font-size: 1.4em;*/

    font-size: 1.6em;
    margin: 10px auto;
    margin-bottom: 10px;
    /*border-bottom: double 4px #333;*/
    /*padding-bottom: 5px;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.rensai_wrap .rensai_title a {
    text-decoration: none !important;
}

.rensai_wrap .rensai_title a:hover {
    color: #a43402;
    text-decoration: underline !important;
}

.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: #26548B;
    border: 1px solid #26548B;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    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;
    font-size: 12px;
    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;
    font-size: 16px;
}

.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: 30px;
    text-align: center;
}

.upper_link_wrap2 span {
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    padding: 3px 0;
}

.upper_link_wrap2 span div {
    text-align: center;
    width: 250px;
    display: block;
    background-color: #23548E;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    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 {
    text-align: center;
    width: 250px;
    display: block;
    background-color: #ffaa82;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px 5px 5px 0;
    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: #ff8040;
}

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

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

.upper_link_wrap3 span {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    padding: 3px 0;
}

.upper_link_wrap3 span div {
    text-align: center;
    width: 150px;
    display: block;
    background-color: #23548E;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    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_wrap3 span a {
    text-align: center;
    width: 150px;
    display: block;
    background-color: #ffc6ff;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px 5px 5px 0;
    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_wrap3 span a:hover {
    text-decoration: none;
    background-color: #ff95ff;
}

.upper_link_wrap3 span a:after {
    content: "≫";
    height: 22px;
    line-height: 16px;
    position: absolute;
    top: 45%;
    right: 0;
    margin-top: -7px;
    padding-right: 2px;
    font-size: 14px;
}


.caution_msg {
    font-size: 13px;
    margin: 5px;
}

.main_contents_wrap h2 {
    margin: 10px auto 20px auto;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    background-color: #23548E;
    color: #ffffff;
}

.main_contents_wrap .senkyoku_title_area {
    margin: 25px auto 5px;
    background-color: #06c;
    color: #fff;
    min-height: 30px;
    padding: 10px;
}

.main_contents_wrap .senkyoku_title {
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
}

.main_contents_wrap .senkyoku_kaihyo {
    font-size: 0.9em;
    text-align: right;
}

body.device-smartphone .main_contents_wrap .senkyoku_kaihyo {
    margin: 5px 0 -5px;
}


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

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


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

.local_news_wrap .news_item2 .itemTitle {
    background-color: #26548B;
}

.local_news_wrap .news_item2 .itemSode {
    color: #000099;
}


/* 右メニュー */

.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 {
    font-size: 13px;
    margin: 10px auto;
    background-image: url('/mns_images/icon/list_box02.gif');
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding-left: 20px;

}


/* 候補者リスト */
.kouhosya_title_area {
    margin: 25px auto 5px;
    background-color: #06c;
    color: #fff;
    min-height: 30px;
    padding: 10px;
}

.kouhosya_list {
    margin-top: 30px;
}

.kouhosya_table {
    width: 100%;
    margin-bottom: 30px;
}

.kouhosya_table thead tr {
    background-color: #ddd !important;
}

.kouhosya_table thead th {
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
}

.kouhosya_table th.name {
    width: 35%
}

.kouhosya_table th.touha {
    width: 15%
}

.kouhosya_table th.status {
    width: 15%
}

.kouhosya_table th.jobdesc {
    width: 45%
}

.kouhosya_table tbody tr.even {
    background-color: #f9f9f9 !important;
}

.kouhosya_table tbody td {
    padding: 10px 0;
    text-align: center;
}

.kouhosya_table td.name {
    text-align: left;
    text-indent: 4em;
    font-size: 1.1em;
    font-weight: bold;
}


/* 比例選挙区ブロック切替 */
.hirei_block_title {
    padding: 8px 0 8px 12px;
    margin-bottom: 10px;
    border: 3px solid #06c;
    font-size: 1.1em;
    font-weight: bold;
    color: #06c;
}

.hirei_block_sel {
    vertical-align: middle;
}

.hirei_block_sel th {
    width: 20%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 20px solid #fff;
    background-color: #ddd;
    color: #333
}

body.device-smartphone .hirei_block_sel th {
    width: 28%;
}

.hirei_block_sel td {
    padding-left: 10px;
}

.hirei_block_sel li {
    display: inline-block;
    padding: 1px 3px 1px 2px;
}

.hirei_block_sel li span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #fff;
    border: 2px solid #ccc;
    color: #333
}


.hirei_block_sel li span:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    border: 2px solid #666;
    background: #666
}

.hirei_block_sel li span.now {
    cursor: default;
    color: #fff;
    border: 2px solid #666;
    background: #666;
}

.hirei_block_sel li a {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #fff;
    border: 2px solid #ccc;
    color: #333
}


.hirei_block_sel li a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    border: 2px solid #666;
    background: #666
}

.hirei_block_sel li a.now {
    color: #fff;
    border: 2px solid #666;
    background: #666
}

/*YouTube*/
.youtube_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
}

.youtube_contents {
    width: 49%;
}

.youtube_title {
    font-size: 16px;
    color: #fff;
    padding: 5px;
    text-align: center;
    line-height: 1.2;
}

.youtube_title.banzai {
    background-color: #F882A2;
}

.youtube_title.relay {
    background-color: #00B6D8;
}

.youtube_movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.youtube_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 630px) {
    .youtube_wrap {
        flex-direction: column;
        align-items: center;
    }

    .youtube_contents {
        width: 90%;
        margin-bottom: 10px;
    }

    .youtube_title {
        font-size: 4vw;
    }
}
