@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 87.5%;
  line-height: 1.5;
  overflow-wrap: break-word;
}
body, td, th, select, option {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック JP", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", sans-serif;
  font-weight: normal;
}
input, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック JP", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", sans-serif;
  font-size: 110%;
}
blockquote {
  margin: 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 115%;
  font-weight: bold;
}
img {
  border-style: none;
  vertical-align: bottom;
}
img.external {
  vertical-align: middle;
}
img.externalIcon {
  margin-left: 0.25em;
  vertical-align: middle;
}
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
@media only screen and (max-width: 1000px) {
  .body img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
}
address, cite, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
pre {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック code JP", Osaka-mono, SimHei, "ＭＳ ゴシック", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  list-style-position: outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #0032a0;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #8232a0;
  background-color: transparent;
}
a:hover, a:focus {
  color: #be1e32;
  background-color: transparent;
}
/*a img[src$=".gif"]:hover, a img[src$=".gif"]:focus,
a img[src$=".jpg"]:hover, a img[src$=".jpg"]:focus {
  opacity: 0.9;
  filter: alpha(style=0, opacity=90");
}
 a[target="_blank"] {
  padding: 0 18px 0 0;
  background-image: url("./images/ic-blank.gif");
  background-repeat: no-repeat;
  background-position: right top;
} */

/* =========================================================
   Common Classes.
========================================================= */

/* blank to clear
----------------------------------------------- */
div.clearBlank {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* Notices
----------------------------------------------- */
ul.notices {
  margin: 0 0 15px 0;
  padding: 5px 10px;
  border: 1px solid #bbddff;
  background-color: #ddeeff;
}
ul.notices li {
  color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0 0 0;
  color: #ee0000;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}
table.list th {
  padding: 6px 7px;
  border: 1px solid #bbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.list td {
  padding: 6px 7px;
  border: 1px solid #ccc;
}
table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0 0 0;
}
table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.form td {
  padding: 6px 7px;
  border: 1px solid #ccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-image: url("/_common/images/icons/default.png");
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv,
.iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc,
.iconDocx {
  background-image: url("/_common/images/icons/doc.png");
}
.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}
.iconJpg,
.iconJpe,
.iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("/_common/images/icons/pdf.png");
}
.iconPng {
  background-image: url("/_common/images/icons/png.png");
}
.iconPpt,
.iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}
.iconXls,
.iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}


/* Common
----------------------------------------------- */
/* more
---------------------- */
.more {
  text-align: right;
}
.more span {
  padding-right: 10px;
}


/* pagination
---------------------- */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination a {
  padding: 0 6px;
}
.pagination span.current {
  padding: 0 3px;
  font-size: 150%;
  font-weight: bold;
}

/* back
---------------------- */
.back {
  margin: 20px 0 30px;
  text-align: center;
}
.back a {
  display: block;
  width: 90px;
  margin: 0 auto;
  padding: 7px 0;
  background-color: #eee;
}

/* pagetop
---------------------- */
.pageTop {
  margin:5px 0 30px 0;
  text-align: right;
}
.pageTop a {
  padding: 0 0 0 15px;
  background-image: url("./images/ic-top.gif");
  background-position: left center;
  background-repeat: no-repeat;
}

/* address
----------------------------------------------- */
.inquiry {
  clear: both;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border: 1px solid #999;
}
.inquiry h2 {
  margin-bottom: 10px;
  padding: 5px 15px;
  background-color: #f2f2f2;
  font-size: 110%;
  font-weight: bold;
}
.inquiry address {
  padding: 0 15px;
}
.top,.middle {
  margin-bottom: 0;
}
.department, .section,.tel, .fax {
  margin-right: 10px;
}

/* contentGpArticleDocs
----------------------------------------------- */
/* docs-ichiran
---------------------- */
.contentGpArticleDocs {
  margin-top: 15px;
}
.contentGpArticleDocs .docs ul {
  margin-bottom: 20px;
}
.contentGpArticleDocs .docs li {
  margin-bottom: 5px;
  padding-left: 12px;
  background-image: url("./images/ic-list02.gif");
  background-repeat: no-repeat;
  background-position: 0 6px;
}

/* doc
---------------------- */
.contentGpArticleDoc p.publishedAt {
  margin-bottom: 10px;
  text-align: right;
}


/* RSS Atom
---------------------- */
.latest {
  position: relative;
  margin-bottom: 30px;
}
.latest .feed {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  height: 13px;
  background-color: transparent;
}
.latest .feed li {
  padding: 0;
  background: none;
}
 .feed {
  text-align: right;
}
.feed li {
  display: inline;
}
.feed a.feedRss {
  display: inline-block;
  width: 45px;
  height: 19px;
  background-image: url("./images/bt-rss.gif");
  background-repeat: no-repeat;
  text-indent: 50px;
  overflow: hidden;
}
.feed a.feedAtom {
  display: inline-block;
  width: 41px;
  height: 19px;
  background-image: url("./images/bt-atom.gif");
  background-repeat: no-repeat;
  text-indent: 50px;
  overflow: hidden;
}

/* midashi
----------------------------------------------- */
.body h2 {
  margin: 25px 0 20px 0;
  padding: 8px 5px 6px 35px;
  background-color: #f1eedf;
  background-image: url("./images/bg-midashi01.gif");
  background-repeat: no-repeat;
  background-position: 10px 11px;
  font-size: 120%;
}
.body h3 {
  margin: 25px 0 20px 0;
  padding-left: 5px;
  border-bottom: 1px solid #821501;
  font-size: 120%;
  color: #821501;
}
.body h4 {
  margin: 15px 0 15px 0;
  padding-left: 10px;
  border-left: 3px solid #821300;
  font-size: 110%;
}
.body h5 {
  margin: 15px 0 15px 0;
  font-size: 110%;
}
.body .midashi01 {
  margin: 10px 0;
  padding: 3px 0 3px 18px;
  background-image: url("./images/ic-midashi03.png");
  background-position: 0 0.4em;
  background-repeat: no-repeat;
}
.body .midashi02 {
  margin: 10px 0;
  padding: 3px 0 3px 18px;
  background-image: url("./images/ic-midashi04.png");
  background-position: 3px 0.6em;
  background-repeat: no-repeat;
}
.body p {
  margin-bottom: 10px;
  padding: 0 15px;
}
.body ul {
  margin: 0 0 20px 30px;
  list-style-type: disc
}
.body ol {
  margin: 0 0 20px 35px;
}
.contentMapMarkers table,
.body table {
  border: 1px solid #bbb;
  margin: 10px 0 20px;
}
.contentMapMarkers th, .contentMapMarkers td,
.body th, .body td {
  padding: 10px 15px;
  border: 1px solid #bbb;
  vertical-align: middle;
}
.contentMapMarkers th,
.body th {
  background-color: #f2f2f2;
}
.contentMapMarkers table caption,
.body table caption {
  text-align: left;
  font-weight: bold;
}
.contentMapMarkers table p,
.body table p {
  padding: 0;
}
.contentMapMarkers table ul,
.contentMapMarkers table ol,
.body table ul,
.body table ol {
  margin: 0 0 20px 20px;
}
.body .warning {
  color: #ee0000;
  font-weight: bold;
}
.body .border {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
}
.body table.noBorder,
.body table.noBorder th,
.body table.noBorder td {
  border: none;
}
.body .kakunin {
  margin-top: 30px;
  padding: 0 0 15px 1em;
  text-indent: -1em;
}
.gsib_a {
  padding-top: 0 !important;
}

/* img-float
----------------------------------------------- */
.img-right,
.img-left {
  margin-bottom: 10px;
  *zoom: 1;
}
.img-left img {
  float: left;
  margin-right: 40px;
}
.img-right img {
  float: right;
  margin-left: 40px;
}
.img-left .text {
  float: left;
}
.img-right:after,
.img-left:after {
  content: "";
  clear: both;
  display: block;
}


/* CKEditor templates
----------------------------------------------- */
.temp1, .temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 30px;
}
.temp1 .thumb {
  float: left;
  margin-right: 30px;
}
.temp2 .thumb {
  float: right;
  margin-left: 30px;
}
.temp3 dl, .temp4 dl {
  float: left;
  margin: 20px 5px 0 0;
}
.temp3 dl dt, .temp4 dl dt {
  margin-bottom: 5px;
  text-align: center;
}
.temp3 dl dd, .temp4 dl dd {
  text-align: center;
}
table.temp5 {
  width: 100%;
}
.adobeReader,
.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}
.adobeReader p,
.temp7 p {
  margin: 0 0 10px;
}


/* clearfix
----------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.clearfix {
  *zoom: 1;
}

/* =========================================================
   google custom search
========================================================= */
table.gsc-branding {
  display: none !important;
}
input[type="button"].gsc-search-button {
  height: 25px !important;
  border: 0 !important;
  border-radius: 0 2px 2px 0 !important;
  background: url("https://www.google.com/uds/css/v2/search_box_icon.png") no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
}