﻿@charset "UTF-8";

img {
  max-width: 100%;
}

.main {
  height: 180px;
  margin: 0px;
  background: url(../img/head.jpg) no-repeat center center
}

/*---- 左コンテンツ ----*/
.navibar {
  padding: 10px 10px 0px 0px;
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 5px;
}

/*.title_box01 { background:url(../img/line.jpg) repeat-x center bottom; margin-bottom:10px; }*/
.title_box01 {
  margin: 0px 0px 10px 0px;
  line-height: 1.5;
}

.title_box02 h2 {
  margin: 0px;
  letter-spacing: 2px;
  font-size: 1.8em;
}

.comment {
  font-size: 1.0em;
  margin-bottom: 10px;
  display: none;
}

.uc {
  color: #b50;
  text-align: center;
  margin: 150px 0px;
}

.body {
  padding: 0px;
  margin: 0px;
  clear: both;
}

.body td,
.body th {}

.icon {
  padding: 5px 0px 5px 20px;
  background: url(../img/i_index01.png) no-repeat 0px center;
}



/*---- INDEX ----*/
.list_box {
  width: 100%;
  padding: 0px 0px 5px 0px;
  margin: 0px 20px 5px 0px;
  border-bottom: 1px dotted #999;
}

.list_box a {
  text-decoration: none;
}

.list_box .title {
  padding: 5px 20px;
  margin: 0px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
}

.list_box time {
  float: right;
  width: 10em;
  padding: 2px;
  font-size: 12px;
  color: #666;
  text-align: right;
  display: none;
}

.img_wrap {
  overflow: hidden;
}

.img_wrap .text_area {
  width: calc(100% - 120px - 1rem);
  float: left;
  margin-top: 0.5rem;
}

.list_box .icon_area {
  float: right;
  width: 120px;
}

.list_box .icon_area img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.list_box .comment_text {
  line-height: 1.5;
  padding: 0px 10px 5px 20px;
  color: #222;
}

.list_box .comment_text h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  border-left: 0px;
  padding-left: 0px;
}




.text_box {
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style-type: none;
  z-index: 1;
}

.text_box p {
  line-height: 2.0;
}

.text_box p:last-child {
  margin-bottom: 0;
}

.text_boxp:first-child {
  text-indent: 1em;
}

.left_img {
  margin: 0px;
  padding: 0px;
}

.left_img img {
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
  margin-right: 10px;
}

h2,
h3 {
  padding: 5px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 1.6em;
  line-height: 1.5;
  border-bottom: 3px double #737;
}

h4 {
  padding: 5px 0px;
  margin: 0px 0px 5px 0px;
  font-size: 1.4em;
  line-height: 1.5;
  color: #737;
}

h5 {
  padding: 5px 0px;
  margin: 0px 0px 5px 0px;
  font-size: 1.2em;
  line-height: 1.5;
}

h2:first-letter,
h3:first-letter {
  color: #737;
}

h3:first-letter {
  font-size: 1.2em;
}

h5:before {
  content: "■";
}

.sub_title {
  background: none;
  border: 0px;
  font-size: 1.4em;
  margin: 0px;
  color: #737;
}

.pagetop {
  text-align: right;
}

.waku_box {
  background: #fff;
  border: 3px double #b9b;
  padding: 0px 10px;
}


/*---- RIGHT_MENU ----*/
.rm {
  float: right;
  width: 220px;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0;
  list-style: none;
}

.rm .m01 {
  top: 0px;
  left: 0px;
}

.rm .m02 {
  top: 50px;
  left: 0px;
}

.rm .m03 {
  top: 100px;
  left: 0px;
}

.rm .m04 {
  top: 150px;
  left: 0px;
}

.rm .m05 {
  top: 200px;
  left: 0px;
}

.rm .m06 {
  top: 250px;
  left: 0px;
}

.rm .m07 {
  top: 300px;
  left: 0px;
  height: 50px;
}

.rm .m08 {
  top: 350px;
  left: 0px;
  height: 53px;
}

.rm li:nth-child(2n) {
  margin-left: 0;
}



/*---- テーブルデザイン ----*/
.table00 {
  width: 100%;
  margin-bottom: 20px;
}

.table00 th {
  padding: 2px 5px;
  border: 0px;
  text-align: left;
  vertical-align: top;
}

.table00 td {
  padding: 2px 5px;
  border: 0px;
  vertical-align: top;
}

.table01 {
  width: 100%;
  margin-bottom: 20px;
  border: 0px;
  border-collapse: collapse;
}

.table01 th {
  padding: 5px 8px;
  border: 0px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  text-align: left;
  vertical-align: top;
}

.table01 td {
  padding: 5px 8px;
  border: 0px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  vertical-align: top;
}

.table02 {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.table02 th {
  padding: 5px 8px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  vertical-align: top;
}

.table02 td {
  padding: 5px 8px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  vertical-align: top;
}

.table03 {
  width: 100%;
  margin-bottom: 25px;
  border: 1px dotted #999;
  border-collapse: collapse;
}

.table03 th,
.table03 td {
  padding: 5px 8px;
  border: 1px dotted #999;
  vertical-align: top;
}

.table03 caption {
  padding: 5px 8px;
  font-weight: bold;
}

.table03 thead tr {
  background: #b9b;
}

.table03 thead th {}

.table03 thead td {
  font-weight: bold;
}

.table03 tbody th {
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
}

.table03 tbody td {}

.table01 td table,
.table02 td table,
.table03 td table {
  margin-bottom: 5px;
}

.table01 td td,
.table02 td td,
.table03 td td {
  padding: 0px 3px;
  border: 0px;
}


/*---- お問い合わせ ----*/
#enquete_outline {
  border: 1px dotted #222;
  margin-bottom: 20px;
}

#enquete_outline td {
  padding: 20px 20px 10px 20px;
}

#enquete_meminfo {}

#enquete_meminfo td {
  padding: 5px 0px 10px 0px;
}

#enquete_question {}

#enquete_question textarea {
  margin-bottom: 10px;
}

/*-- 議会用語・議会の構成 --*/
.tab_page,
.tab_page02 {
  width: 100%;
  padding: 0px 10px;
  margin: 0px 0px -1px 0px;
  list-style-type: none;
  position: relative;
  z-index: 100;
}

.tab_page li,
.tab_page02 li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
}

.tab_page li a {
  outline: none;
  background: #ccc;
  border: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  display: block;
  padding: 2px 15px;
  outline-style: none;
  font-weight: bold;
}

.tab_page02 li a {
  outline: none;
  background: #ccc;
  border: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  display: block;
  padding: 2px 7px;
  outline-style: none;
  font-weight: bold;
}

.tab_page li a.selected,
.tab_page02 li a.selected {
  background: #fff;
  cursor: default;
  border: #ccc solid 1px;
  border-bottom: #fff solid 1px;
}

.panel,
.panel02 {
  border-top: #ccc solid 1px;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  position: relative;
  z-index: 50;
}

.panel li,
.panel02 li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.panel li ul li,
.panel02 li ul li {
  list-style-type: disc;
}

.panel li ol li,
.panel02 li ol li {
  list-style-type: decimal;
}


/*ライブ中継ボタン*/
.b_gikailive {
  display: block;
  width: 20em;
  margin: 20px auto;
  background: #737;
  outline-style: none;
  font-weight: bold;
  border: #b9b solid 5px;
  color: #fff;
  text-decoration: none !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}

.b_gikailive span {
  display: block;
  line-height: 1.3;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px 10px 65px;
  background: url(../img/i_live01.png) no-repeat 5px center;
}

.b_gikailive:visited {
  text-decoration: none !important;
}

.b_gikailive:hover {
  background: #515;
  text-decoration: none !important;
}

/* 追加CSS */
.common_box {
  overflow: hidden;
}

.common_box .img_box {
  float: left;
  max-width: 49%;
  margin-right: 20px;
  margin-top: 0.5em;
  margin-bottom: 2.5rem;
}

.common_box .text_box {
  display: inline;
  overflow: hidden;
}

.common_box.right .img_box {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}


@media print {

  html {
    background: none;
    height: auto;
    min-height: auto;
  }

  body {
    background: none;
    margin: 0px;
    padding: 0px;
  }

  /*▼ALL▼*/
  .contents {
    width: 99%;
    background: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.8;
  }

  .contents_in {
    padding: 0px;
  }

  /*▼HEAD_MENU▼*/
  .h_box {
    background: none;
    height: 0;
    padding: 0px;
    margin: 0px;
    display: none;
  }

  .main,
  .r_box,
  .rm {
    display: none;
  }

  .l_box {
    width: 100%;
  }

  .title_box01 {
    margin: 0px 0px 30px 0px;
  }

  .text_box {
    padding: 0px;
  }

  .list_box .title {
    padding: 5px 0px 5px 0px;
    background: none;
  }

  .fm_box {
    background: none;
    border-top: 2px dotted #999;
    margin-bottom: 20px;
  }

  .foot {
    background: none;
    padding: 5px 0px;
    margin: 0px;
    color: #333;
  }

  .foot address {
    width: auto;
    padding-left: 0px;
    background: none;
  }

  .table03 {
    border: 2px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .table03 th,
  .table03 td {
    border: 2px solid #ccc;
  }

  .sns {
    display: none;
  }

  .bg_cal01,
  .bg_cal01 {
    background: none;
    padding: 0px;
  }

  .bg_cal01 td {
    color: #555;
  }

  .bg_cal01 td a {
    color: #999;
  }

  .bg_cal01 td .data_box a {
    color: #b50;
  }


}