@charset "UTF-8";

/* =========================================================
   content
========================================================= */
/* base
----------------------------------------------- */
a {
  color: #663300;
}
a:hover {
  color: #0032a0;
}
h3 a[name] {
  color: #fff;
}

/* layout
----------------------------------------------- */
#main {
  margin-bottom: 35px;
}
#container {
  background-color: #faf7f0;
}
#wrapper {
  margin-left: -210px;
}
#content {
  width: 790px;
}
#menu {
  width: 190px;
}
@media screen and (max-width: 768px) {
  #pageHeader {
    padding: 10px 10px 0;
  }
  #main {
    margin-bottom: 20px;
  }
  #wrapper {
    margin: 0;
  }
  #content {
    width: 100%;
  }
  #menu {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
  }
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin: 0 0 15px;
}
.body h2 {
  margin-bottom: 20px;
  min-height: 21px;
  padding: 8px 0 10px 47px;
  border-bottom: 2px solid #bdab83\9;
  /border-bottom: 2px solid #bdab83;
  background: url("./images/tl-h2.gif") no-repeat left bottom, url("./images/ic-h2-2.png") no-repeat left top;
  background: url("./images/ic-h2-2.png") no-repeat left top\9;
  /background: url("./images/ic-h2-2.png") no-repeat left top;
  font-size: 130%;
}
.body h3 {
  margin-bottom: 15px;
  padding: 6px 10px;
  border-radius: 7px;
  background-color: #94143d;
  color: #fff;
  font-weight: bold;
}
.body h4, .maps h2 {
  margin-bottom: 10px;
  padding: 4px 6px;
  border-left: 5px solid #bdab83;
  border-bottom: 1px solid #bdab83;
  font-weight: normal;
}
.maps h3 {
  margin-bottom: 10px;
  padding: 0 6px;
  font-weight: normal;
}
.body ul {
  list-style-type: none;
  margin: 0 0 10px;
}
.body ul li {
  padding-left: 12px;
  background: url("./images/ic-list.gif") no-repeat left 0.35em;
}
.body ul + h2,
.body p + h3 {
  margin-top: 20px;
}
#tengu p:first-child {
  margin-bottom: 10px;
}
.body dl dd {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.body .temp3 dl dd, .body .temp4 dl dd {
  margin-left: 0;
  margin-bottom: 0;
}
.body table {
  margin: 10px 0 50px;
}
.body table caption {
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
.body table th, .body table td {
  border-color: #bdab83;
}
.body table th {
  background-color: #e8ddbd;
}
.body ul ul {
  list-style-type: none;
}
.body p.rightstyle {
  text-align: right;
}
div.imagearea {
  width: 49.6%;
  vertical-align: bottom;
}
div.photobox {
  width: 32.9%;
}
.contentGpArticleDoc .inquiry {
  display: none;
}

/* old google map for convert
----------------------------------------------- */
.body .mapArea #map_canvas {
  position: relative;
  max-width: 100%;
  background-color: #ccc;
}
.body .mapArea #map_canvas:after {
  content: "地図タブでGoogleマップを設定してください。";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
  font-size: 130%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .body table {
    width: auto;
  }
  div.imagearea,
  div.photobox {
    width: auto;
  }
}


/*  contentGpCategoryCategoryTypes
----------------------------------------------- */
.contentGpCategoryCategoryTypes, .contentGpCategoryCategoryType {
  margin-top: 44px;
}
.contentGpCategoryCategoryType section,
.contentGpCategoryCategoryTypes section {
  margin-bottom: 20px;
  background: url("./images/tl-h2.gif") no-repeat left bottom;
}
.contentGpCategoryCategoryType section h2,
.contentGpCategoryCategoryTypes section h2 {
  min-height: 21px;
  padding: 8px 0 10px 47px;
  background: url("./images/ic-h2-2.png") no-repeat left top;
  font-size: 130%;
}
.contentGpArticleDocs .docs ul,
.contentGpCategoryCategory .docs ul {
  margin: 20px 0;
}
.contentGpArticleDocs .docs ul li,
.contentGpCategoryCategory .docs ul li {
  padding-left: 12px;
  background: url("./images/ic-list.gif") no-repeat left 0.35em;
}

@media screen and (max-width: 768px) {
  .contentGpArticleDocs .docs ul, .contentGpCategoryCategory .docs ul {
    margin: 10px;
  }
}