@charset "UTF-8";
@import "/_common/themes/gis/css/portal1/base/init.css";
@import "/_common/themes/gis/css/portal1/base/style.css";

/*------------------------------------------------
 main
------------------------------------------------*/
#main {
  margin-top: 0 !important;
}

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

/*----- contentMap -----*/
#main .doc #content {
  clear: both;
}
#contentMap {
  margin-bottom: 5px;
}
#contentMap .header {
  padding-top: 10px;
}
#contentMap .header h1 {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 0 0 10px;
  border-left: solid 5px #0053AE;
  font-size: 150%;
  font-weight: bold;
  color: #0053AE;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: 0053AE;
  -webkit-text-fill-color: 0053AE;
}
#contentMap .header h1:before {
  content: ".";
  display: block;
  position: absolute;
  top: 5px;
  left: -5px;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  text-indent: -9999px;
}
#contentMap .body h2 {
  margin-bottom: 5px;
  padding: 0 5px;
  border-bottom: solid 2px #999999;
  font-size: 100%;
  font-weight: bold;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: black;
}
#contentMap .body p {
  padding: 0 5px;
  word-wrap: break-word;
  word-break: break-all;
}
#contentMap .body table {
  width: 100%;
  margin: 0 0 10px;
  word-wrap: break-word;
  word-break: break-all;
  table-layout: fixed;
}
#contentMap .body table th {
  width: 20%;
  padding: 5px 10px;
  border: solid 1px #ADADAD;
  border-right: none;
  background-color: #DEE9F4;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
}
#contentMap .body table td {
  padding: 5px 10px;
  border: solid 1px #ADADAD;
  word-wrap: break-word;
  word-break: break-all;
}
#contentMap .body table tr.dt td {
  border-left: none;
}
#contentMap .body table tr.pic td {
  padding: 10px;
}
#contentMap .body table tr.pic td img {
  width: auto;
  height: 120px;
  margin-right: 2px;
}
#contentMap .body table tr.tx td {
  padding: 10px;
}
#contentMap .body table tr.tx td div {
  margin-bottom: 20px;
}
.back {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}
#contentMap .body table tr.map td {
  padding: 10px;
}
#contentMap .body table tr.map td iframe {
  width: 100%;
}
.toTop {
  margin: 0 0 10px;
  text-align: right;
}
.toTop a {
  padding-top: 1px;
  padding-left: 16px;
  background-image: url(/_common/themes/gis/images/main/ic_arrow-up-box.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

/*----- contentPage -----*/
#contentPage {
  margin-bottom: 20px;
  padding: 10px 15px 20px;
  border: solid 1px #858585;
  border-radius: 3px;
  box-shadow: 1px 3px 3px #C2C2C2;
}
:root #contentPage {
  border-radius: 5px \0/; /* IE9 */
}
#contentPage .pieceHeader {
  margin-bottom: 10px;
  padding: 5px 0 5px 5px;
  border-bottom: solid 2px #077E3F;
  font-size: 150%;
  font-weight: bold;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: black;
}

/*----- sitemap -----*/
.sitemap h2 {
  margin-bottom: 15px;
  padding: 3px 10px;
  background-color: #077E3F;
  font-size: 100%;
  font-weight: normal;
}
.sitemap h2 a {
  color: #FFF;
}
.sitemap h3 {
  margin-bottom: 5px;
  padding: 3px 10px;
  background-color: #CCF0BE;
  font-size: 100%;
  font-weight: normal;
}
.sitemap ul {
  margin: 0 0 25px 10px;
}
.sitemap ul li {
  display: inline-block;
  width: 31%;
  margin-bottom: 3px;
  padding-left: 10px;
  background-image: url(/_common/themes/gis/images/ic/ic_dot_01.gif);
  background-repeat: no-repeat;
  background-position: left 0.6em;
}

/*----- howto -----*/
.howto h2 {
  margin-bottom: 10px;
  padding: 3px 10px;
  background-color: #077E3F;
  color: #FFF;
  font-size: 100%;
  font-weight: normal;
}
.howto h3 {
  margin-bottom: 5px;
  padding: 0 23px;
  background-image: url(/_common/themes/gis/images/ic/h3-icon.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  font-weight: bold;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: black;
}
.howto p {
  margin-bottom: 5px;
  padding-left: 1em;
}
.howto .iconInfo {
  margin-bottom: 10px;
  border-top: solid 1px #C2C2C2;
}
.howto .iconInfo p {
  margin-bottom: 0;
  padding: 8px 0 8px 53px;
  background-position: 13px center;
  background-repeat: no-repeat;
  border-bottom: solid 1px #C2C2C2;
}
.no1 {
  background-image: url(/_common/themes/gis/images/main/ic_map_system.gif);
}
.no2 {
  background-image: url(/_common/themes/gis/images/main/ic_map_article.gif);
}
.no3 {
  background-image: url(/_common/themes/gis/images/main/ic_map_externallink.gif);
}
.howto ul {
  margin-bottom: 5px;
  padding-left: 28px;
}
.howto ul li {
  list-style-type: disc;
}
.smartInfo {
  margin-bottom: 10px;
  padding: 8px 0 8px 15px;
  border-top: solid 1px #C2C2C2;
  border-bottom: solid 1px #C2C2C2;
}
.smartInfo img {
  vertical-align: middle;
}
.howto table {
  width: 100%;
  margin: 0 0 15px;
}
.howto table {
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
.howto th, .howto td {
  border: solid 1px #C2C2C2;
  padding: 5px 10px;
}
.howto th {
  background-color: #CCF0BE;
}

/*------------------------------------------------
 menu
------------------------------------------------*/

/*----- department,relation -----*/
#department,
#relation {
  margin-bottom: 20px;
}
#department .pieceHeader,
#relation .pieceHeader {
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 23px;
  background-image: url(/_common/themes/gis/images/ic/tl_ic_link.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#department .pieceHeader h2,
#relation .pieceHeader h2 {
  font-size: 100%;
  font-weight: bold;
}
#department .pieceBody,
#relation .pieceBody {
  word-break: break-all;
  word-wrap: break-word;
}
#department ul li,
#relation ul li {
  margin-bottom: 3px;
  padding-left: 10px;
  background-image: url(/_common/themes/gis/images/ic/ic_dot_01.gif);
  background-repeat: no-repeat;
  background-position: left 0.6em;
}


/*=============================================================
 タブレット・スマホ向けスタイル
=============================================================*/
@media only screen and (max-width: 799px) {

.layerSet .folderMessage {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  background-image: url(/_common/themes/gis/images/ic/ic-folder_supplement.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.layerSet .folderMessage:after {
  content: ".";
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  width: 1px;
  background: #C2C2C2;
}


/*----- breadCrumbs -----*/
#breadCrumbs {
  display: none;
}

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

/*----- contentMap -----*/
#contentMap {
  margin-top: 10px;
}
#contentMap .header {
  padding: 10px;
}


/*------------------------------------------------
 menu
------------------------------------------------*/

/*----- department,relation -----*/
#department ul li,
#relation ul li {
  background-position: left 1.5em;
  border-bottom: solid 1px #C2C2C2;
}
#department ul li a,
#relation ul li a {
  display: block;
  padding: 10px 0;
}

}

/*=============================================================
 PC向けスタイル
=============================================================*/

@media only screen and (min-width: 800px) {
.layerSet .folderMessage {
  position: absolute;
  //top: 50%;
  //right: 10px;
  //display: block;
  width: 16px;
  height: 16px;
  //margin-top: -4px;
  background-image: url(/_common/themes/gis/images/ic/ic-folder_supplement.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}/*
.layerSet .folderMessage:after {
  content: ".";
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  width: 1px;
  background: #C2C2C2;
}*/

}