@charset "utf-8";



/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
  -webkit-text-size-adjust: none;
  background-color: #ededed;
}
div#general {
  text-align: left;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8em;
  color: #000000;
}
div#general a {
  text-decoration: none;
  color: #0032a0;
}
div#general a:hover {
  text-decoration: underline;
}
div#general a.underline {
  text-decoration: underline;
}
div#general a:visited {
	color: #663399;
}
div#general h1,
div#general h2,
div#general h3,
div#general h4,
div#general h5,
div#general h6 {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div#general h1 {
  font-size: 130%;
}
div#general h2 {
  font-size: 120%;
}
div#general h3 {
  font-size: 115%;
}
div#general h4 {
  font-size: 110%;
}
div#general h5 {
  font-size: 105%;
}
div#general h6 {
  font-size: 100%;
}



/* --------------------------------------------------------------------------------
list
-------------------------------------------------------------------------------- */

div#general ol {
  list-style-type: decimal;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

div#general input[type=text],
div#general input[type=email],
div#general input[type=password],
div#general input[type=button],
div#general input[type=submit],
div#general textarea {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  border-radius: 0px;
  margin: 0px;
  -webkit-appearance: none;
}
div#general input[type=text],
div#general input[type=email],
div#general input[type=password],
div#general textarea {
  box-sizing: border-box;
  font-size: 100%;
  color: #000000;
  border: 1px solid #999999;
  background-color: #ffffff;
}
div#general input[type=text],
div#general input[type=email],
div#general input[type=password] {
  text-indent: 4px;
  padding: 4px 0px;
}
div#general input[type=button],
div#general input[type=submit] {
  font-size: 100%;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #0032a0;
}
div#general textarea {
  padding: 4px;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

div#general img {
  display: block;
  max-width: 100%;
  height: auto;
  /*margin-bottom: 10px;*/
}
div#general img.icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
}
div#general div.gm-style img {
  max-width: none;
}
div#general hr {
  height: 1px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
  margin: 20px 0px;
}
div#general *.clearfix:before,
div#general *.clearfix:after {
  content: "";
  display: table;
}
div#general *.clearfix:after {
  clear: both;
}
div#general *.clearfix {
  zoom: 1;
}
div#general *.margin-bottom {
  margin-bottom: 20px;
}
div#general *.margin-bottom-narrow {
  margin-bottom: 10px;
}
div#general *.margin-bottom-wide {
  margin-bottom: 40px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

div#general div#header {
  position: relative;
  width: 1000px;
  margin: auto;
  height: 80px;
  border-bottom: 4px solid #cccccc;
  background: #ffffff url(../imgs/a-image-header.png) no-repeat 340px bottom;
}
div#general div#header p.reading {
  position: absolute;
  left: 0px;
  top: 0px;
}
div#general div#header h1#logo {
  position: absolute;
  left: 20px;
  top: 8px;
}
div#general div#header h1#logo img {
  width: auto;
  height: 64px;
}
div#general div#header div.links {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 87.5%;
}
div#general div#header div.links ul li {
  padding-left: 15px;
  background: url(../imgs/a-bullet-04.png) no-repeat left 0.7em;
  background-size: auto 10px;
}
div#general div#header div.links ul li a {
  color: #000000;
}



/* --------------------------------------------------------------------------------
navi
-------------------------------------------------------------------------------- */

div#general div#navi {
  width: 1000px;
  margin: auto;
}
div#general div#navi ul li {
  float: left;
  width: 16.66%;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
}
div#general div#navi ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000000;
  border-right: 1px solid #999999;
  border-top-width: 4px;
  border-top-style: solid;
  padding: 5px 0px 10px 0px;
  background: #ededed url(/share/imgs/a-gradation-01.png) repeat-x left bottom;
  background-size: auto 50px;
}
div#general div#navi ul li.row-01 a {
  border-top-color: #69c83c;
}
div#general div#navi ul li.row-02 a {
  border-top-color: #ffc832;
}
div#general div#navi ul li.row-03 a {
  border-top-color: #e60f1e;
}
div#general div#navi ul li.row-04 a {
  border-top-color: #f0148c;
}
div#general div#navi ul li.row-05 a {
  border-top-color: #1996f0;
}
div#general div#navi ul li.row-06 a {
  border-top-color: #8732c8;
}
div#general div#navi ul li:last-child a {
  border-right: none;
}
div#general div#navi ul li a span {
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: 5px;
}
div#general div#navi ul li a span.left {
  left: 5px;
}
div#general div#navi ul li a span.right {
  right: 5px;
}
div#general div#navi ul li.row-01 a span {
  background-color: #69c83c;
}
div#general div#navi ul li.row-02 a span {
  background-color: #ffc832;
}
div#general div#navi ul li.row-03 a span {
  background-color: #e60f1e;
}
div#general div#navi ul li.row-04 a span {
  background-color: #f0148c;
}
div#general div#navi ul li.row-05 a span {
  background-color: #1996f0;
}
div#general div#navi ul li.row-06 a span {
  background-color: #8732c8;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

div#general div#main {
  width: 960px;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
}
div#general div#main div.breadcrumb {
  clear: both;
  position: relative;
  font-size: 87.5%;
  line-height: 1.6em;
  border-bottom: 1px solid #cccccc;
  margin: -10px -20px 20px -20px;
  padding-bottom: 10px;
}
div#general div#main div.breadcrumb span.separate {
  padding: 0em 0.5em;
}
div#general div#main div.breadcrumb p {
  padding: 0px 20px;
}
div#general div#main p.page-top {
  clear: both;
  text-align: right;
  font-size: 85.71%;
}
div#general div#main p.page-top a {
  padding-left: 15px;
  background: url(/share/imgs/a-icon-page-top.png) no-repeat left center;
  background-size: auto 7px;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#general div#content {
  margin-bottom: 80px;
}
div#general div#content div.title {
  position: relative;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 2px;
}
div#general div#content div.title p.icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
div#general div#content div.title p.icon-01 {
  background-color: #69c83c;
}
div#general div#content div.title p.icon-02 {
  background-color: #ffc832;
}
div#general div#content div.title p.icon-03 {
  background-color: #e60f1e;
}
div#general div#content div.title p.icon-04 {
  background-color: #f0148c;
}
div#general div#content div.title p.icon-05 {
  background-color: #1996f0;
}
div#general div#content div.title p.icon-06 {
  background-color: #8732c8;
}
div#general div#content div.title h1 {
  font-size: 125%;
  line-height: 40px;
  margin-bottom: 5px;
  padding-left: 50px;
}
div#general div#content div.title hr {
  border-top-width: 3px;
  margin: 0px;
}
/* 20180125 議会サイトマップ用*/
div#general div#content div.sitemaptitle {
  position: relative;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 2px;
}
div#general div#content div.sitemaptitle h1 {
  font-size: 125%;
  line-height: 40px;
  margin-bottom: 5px;
}
div#general div#content div.sitemaptitle hr {
  border-top-width: 3px;
  margin: 0px;
}
/* 20180125 END*/
div#general div#content div.title-large p.icon {
  width: 70px;
  height: 70px;
}
div#general div#content div.title-large h1 {
  font-size: 200%;
  line-height: 70px;
  margin-bottom: 10px;
  padding-left: 80px;
}
div#general div#content div.list ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../imgs/a-bullet-03.png) no-repeat 3px 0.7em;
  background-size: auto 8px;
}
div#general div#content div.list ul li:last-child {
  margin-bottom: 0px;
}

/* article
-------------------------------------------------------------------------------- */

div#general div#content div.article {
  margin-bottom: 40px;
}
div#general div#content div.article h2,
div#general div#content div.article h3,
div#general div#content div.article h4,
div#general div#content div.article h5,
div#general div#content div.article h6{
  clear: both;
}
div#general div#content div.article h2,
div#general div#content div.article h3,
div#general div#content div.article h4,
div#general div#content div.article h5,
div#general div#content div.article h6 {
  margin: 40px 0px 10px 0px;
}
div#general div#content div.article h2 {
  font-size: 125%;
  border-left: 10px solid #1996f0;
  padding: 10px;
  background-color: #d1eafc;
}
/* 20180828 */
/*div#general div#content div.article h3 {
  font-size: 125%;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 10px 10px 20px;
  background-color: #666666;
}*/
div#general div#content div.article h3 {
  font-size: 125%;
  padding: 10px 10px 10px 20px;
  background-color: #eeefff;
}
/* 20180828 */
div#general div#content div.article h4,
div#general div#content div.article h5 {
  font-size: 112.5%;
}
div#general div#content div.article h4 {
  padding-bottom: 10px;
  background: url(/share/imgs/a-border-headline.png) repeat-x left bottom;
  background-size: 10px 7px;
}
div#general div#content div.article h5 {
  border-bottom: 1px solid #1996f0;
  padding-bottom: 5px;
}
div#general div#content div.article strong {
  font-weight: 700;
}
div#general div#content div.article em,
div#general div#content div.article i {
  font-style: italic;
}
div#general div#content div.article table,
div#general div#content div.article table caption,
div#general div#content div.article table td,
div#general div#content div.article table th {
  line-height: 1.6em;
  border: 1px solid #999999;
}
div#general div#content div.article table {
  box-sizing: border-box;
}
div#general div#content div.article table caption {
  text-align: left;
  font-weight: 500;
  color: #ffffff;
  border-bottom: none;
  padding: 5px 10px;
  background-color: #666666;
}
div#general div#content div.article table td,
div#general div#content div.article table th {
  text-align: left;
  vertical-align: top;
  /* UPD 2018/01/29 議会サイト表調整 */
  /*
  padding: 5px 10px;
  */
  /* UPD-DEL 2018/01/29 */
  padding: 0px 5px 0px 5px;
  /* UPD-END 2018/01/29 */
}
/* ADD 2018/01/29 議会サイト表調整 */
div#general div#content div.article table td img {
  vertical-align: middle;
}
/* ADD-END 2018/01/29 */

div#general div#content div.article table th {
  background-color: #e5e5e5;
}
div#general div#content div.article ul li {
  padding-left: 15px;
  background: url(/share/imgs/a-bullet-02.png) no-repeat left 0.6em;
  background-size: auto 10px;
}
div#general div#content div.article ol {
  padding-left: 2em;
}
/* ADD 2017.10.03 */
div#general div#content div.article img {
  display: inline-block;
  /*margin-bottom: 10px;*/
}
/* ADDEND 2017.10.03 */
div#general div#content div.article img.left {
  float: left;
  margin-right: 10px;
}
div#general div#content div.article img.right {
  float: right;
  margin-left: 10px;
}



/* --------------------------------------------------------------------------------
content (home)
-------------------------------------------------------------------------------- */

div#general.home div#content {
  float: right;
  width: 740px;
}
div#general.home div#content div#topics {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
div#general.home div#content div#topics h2 {
  font-size: 100%;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  background-color: #3669c9;
}
div#general.home div#content div#topics h2 a {
  text-decoration: underline;
  color: #ffffff;
}
div#general.home div#content div#topics div.column {
  background-color: #fffe9f;
}
div#general.home div#content div#topics div.column div.left,
div#general.home div#content div#topics div.column div.right {
  height: 180px;
}
div#general.home div#content div#topics div.column div.notpicture,
div#general.home div#content div#topics div.column div.right {
  height: 180px;
}
div#general.home div#content div#topics div.column div.left {
  float: left;
  width: 613px;
  overflow-y: scroll;
}
div#general.home div#content div#topics div.column div.notpicture {
  float: left;
  width: 740px;
  overflow-y: scroll;
}
div#general.home div#content div#topics div.column div.left ul {
  padding: 20px;
}
div#general.home div#content div#topics div.column div.left ul li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 5px;
  padding-left: 90px;
  background: url(../imgs/a-bullet-01.png) no-repeat left 0.5em;
  background-size: auto 10px;
}
div#general.home div#content div#topics div.column div.left ul li:last-child {
  margin-bottom: 0px;
}
div#general.home div#content div#topics div.column div.left ul li span.date {
  position: absolute;
  left: 15px;
  top: 0px;
}
div#general.home div#content div#topics div.column div.notpicture ul {
  padding: 20px;
}
div#general.home div#content div#topics div.column div.notpicture ul li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 5px;
  padding-left: 90px;
  background: url(../imgs/a-bullet-01.png) no-repeat left 0.5em;
  background-size: auto 10px;
}
div#general.home div#content div#topics div.column div.notpicture ul li:last-child {
  margin-bottom: 0px;
}
div#general.home div#content div#topics div.column div.notpicture ul li span.date {
  position: absolute;
  left: 15px;
  top: 0px;
}
div#general.home div#content div#topics div.column div.right {
  float: right;
  width: 125px;
}
div#general.home div#content p.attention {
  text-align: center;
  margin-bottom: 40px;
}
div#general.home div#content p.attention a {
  text-decoration: underline;
}
div#general.home div#content div.attention {
  margin-bottom: 40px;
}
div#general.home div#content div.attention a {
  text-decoration: underline;
}
div#general.home div#content div#menu-main div.row {
  float: left;
  width: 220px;
  margin: 0px 40px 40px 0px;
}
div#general.home div#content div#menu-main div.row:nth-child(3n) {
  margin-right: 0px;
}
div#general.home div#content div#menu-main div.row:nth-child(3n+1) {
  clear: both;
}
div#general.home div#content div#menu-main div.row div.header {
  position: relative;
  margin-bottom: 15px;
}
div#general.home div#content div#menu-main div.row div.header p.icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
}
div#general.home div#content div#menu-main div.row-01 div.header p.icon {
  background-color: #69c83c;
}
div#general.home div#content div#menu-main div.row-02 div.header p.icon {
  background-color: #ffc832;
}
div#general.home div#content div#menu-main div.row-03 div.header p.icon {
  background-color: #e60f1e;
}
div#general.home div#content div#menu-main div.row-04 div.header p.icon {
  background-color: #f0148c;
}
div#general.home div#content div#menu-main div.row-05 div.header p.icon {
  background-color: #1996f0;
}
div#general.home div#content div#menu-main div.row-06 div.header p.icon {
  background-color: #8732c8;
}
div#general.home div#content div#menu-main div.row div.header h3 {
  font-size: 100%;
  line-height: 26px;
  border-width: 2px;
  border-style: solid;
  padding: 5px 5px 5px 60px;
  border-radius: 20px;
}
div#general.home div#content div#menu-main div.row-01 div.header h3 {
  border-color: #69c83c;
}
div#general.home div#content div#menu-main div.row-02 div.header h3 {
  border-color: #ffc832;
}
div#general.home div#content div#menu-main div.row-03 div.header h3 {
  border-color: #e60f1e;
}
div#general.home div#content div#menu-main div.row-04 div.header h3 {
  border-color: #f0148c;
}
div#general.home div#content div#menu-main div.row-05 div.header h3 {
  border-color: #1996f0;
}
div#general.home div#content div#menu-main div.row-06 div.header h3 {
  border-color: #8732c8;
}
div#general.home div#content div#menu-main div.row div.header h3 a {
  color: #000000;
}
div#general.home div#content div#menu-main div.row ul li {
  padding-left: 20px;
  background: url(../imgs/a-icon-article.png) no-repeat left 0.45em;
  background-size: auto 15px;
}



/* --------------------------------------------------------------------------------
sidebar (home)
-------------------------------------------------------------------------------- */

div#general.home div#sidebar {
  float: left;
  width: 200px;
  margin-bottom: 80px;
}
div#general.home div#sidebar p.magazine {
  border: 1px solid #cccccc;
  border-bottom: none;
}
div#general.home div#sidebar div#menu-sub {
  text-align: center;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
div#general.home div#sidebar div#menu-sub ul li {
  font-size: 112.5%;
  border-bottom: 1px solid #cccccc;
}
div#general.home div#sidebar div#menu-sub ul li:last-child {
  border-bottom: none;
}
div#general.home div#sidebar div#menu-sub ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background: url(../imgs/a-gradation-02.png) repeat-x left top;
  background-size: auto 50px;
}
div#general.home div#sidebar div.information {
  font-size: 87.5%;
  line-height: 1.6em;
  padding: 20px;
  background-color: #fffe9f;
}
div#general.home div#sidebar div.information h3 {
  font-size: 112.5%;
  font-weight: 700;
  margin-bottom: 5px;
}
div#general.home div#sidebar div.information a {
  text-decoration: underline;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

div#general div#footer {
  text-align: right;
  font-size: 87.5%;
  color: #ffffff;
  padding: 10px 0px;
  background-color: #666666;
}
div#general div#footer p.contact {
  width: 960px;
  margin: auto;
}
div#general div#footer p.contact a {
  text-decoration: underline;
  color: #ffffff;
}
/* 画像枠レイアウト */
/* 右寄せ画像枠 */
.img_right {
  clear: right;
  float: right;
  padding: 3px;
  margin: 0px 8px 0px 8px;
  text-align: center;
}

/* 左寄せ画像枠 */
.img_left {
  clear: left;
  float: left;
  padding: 3px;
  margin: 0px 15px 0px 8px;
  text-align: center;
}

.img_wakuleft {
  float: left;
  margin: 0 2px;
  text-align: center;
  width: auto;
  border:1px solid #ccc;
  line-height: 2em;
}