@charset "UTF-8";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* mainBody
----------------------------------------------- */
#mainBody {
  background: #fcf2e3;
  box-shadow: none;
  border-radius: 0;
}
#mainBody img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.ie8 #mainBody img {
  max-width: none;
}
#mainBody table img {
  max-width: 100%;
}

/* top-left-menu, content
----------------------------------------------- */
#menu, #contentBody {
  background: #fff;
  box-shadow: 1px 1px 3px #999;
  border-radius: 3px;
}

/* page-title
----------------------------------------------- */
#pageTitle {
  margin-bottom: 0;
  padding: 0 10px 15px 10px;
  border-bottom: 1px solid #d6d6d6;
}
#pageTitle .pieceBody {
  position: relative;
  padding-bottom: 3px;
  *zoom: 1;
}
#pageTitle h1 {
  padding: 10px 0 10px 23px;
  color: #000;
  word-wrap: break-word;
  background: url("./images/ic_article_t1.gif") no-repeat left top;
}

/* docs
----------------------------------------------- */
.contentGpArticleDoc {
  padding: 10px 15px 15px;
}
.contentGpArticleDoc .date {
  margin-bottom: 10px;
}
.contentGpArticleDoc .body:before, .contentGpArticleDoc .body:after {
  content: "";
  display: table;
}
.contentGpArticleDoc .body:after {
  clear: both;
}
.contentGpArticleDoc .body {
  *zoom: 1;
}
.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 25px;
  clear: both;
}
.contentGpArticleDoc .maps h2:before,
.contentGpArticleDoc .rels h2:before,
.contentGpArticleDoc .tags h2:before {
  content: ".";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 3px;
  background: #ed8a00;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  position: relative;
  margin: 0 0 0.5em;
  padding: 5px 0 3px 15px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top,  #ffe8b2 0%,#ffc55b 100%);
  background: linear-gradient(to bottom,  #ffe8b2 0%,#ffc55b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8b2', endColorstr='#ffc55b',GradientType=0 );
  *zoom: 1;
  font-size: 120%;
}
.contentGpArticleDoc .maps h3 {
  font-size: 100%;
  font-weight: normal;
}
.contentGpArticleDoc .maps #map1 {
  height: 350px !important;
}
.contentGpArticleDoc .rels ul,
.contentGpArticleDoc .tags ul {
  margin: 0px 15px;
}
.contentGpArticleDoc .rels li {
  list-style: none;
  padding: 0 0 5px 10px;
  background-image: url("./images/ic-relationlink.gif");
  background-position: 0 0.5em;
  background-repeat: no-repeat;
}
.contentGpArticleDoc .tags li {
  display: inline;
  padding-right: 10px;
}
.contentGpArticleDoc ul.bannerList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contentGpArticleDoc ul.bannerList li {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  background: none;
}
/* テーブルレイアウト二重ボーダー対応 */
/*.contentGpArticleDoc table table,
.contentGpArticleDoc table table th,
.contentGpArticleDoc table table td {
  border: 0;
}*/

/* docs body
----------------------------------------------- */
/* riyo
--------------------- */
table.tool span {
  background-color: #fff;
  border: 1px solid #c4c5c5;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  padding: 2px 2px 1px;
}
table.tool th .black {
  background-color: #000;
  color: #fff;
}
table.tool th .blue {
  background-color: #1745cc;
  color: #fff;
}
/* サムネイル表示 */
.fluidbox,
.fluidbox-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fluidbox img {
  display: inline;
}
#unitAddress table {
  margin-bottom: 1em;
}
#page-soshiki-110801-denwa #unitAddress {
  display: none;
}

/* =========================================================
   smart phone
========================================================= */
@media only screen and ( max-width: 600px ) {

/* mainBody
----------------------------------------------- */
#mainBody {
  background: #fff;
}
#mainBody img {
  max-width: 100%;
  margin: 0 0 5px;
}

/* top-left-menu, content
----------------------------------------------- */
#menu, #contentBody {
  border-radius: 0;
  box-shadow: none;
}

/* page-title
----------------------------------------------- */
#pageTitle {
  padding: 0 0 15px 0;
}
#pageTitle h1:before {
  border-radius: 3px;
}

/* docs
----------------------------------------------- */
.contentGpArticleDoc {
  padding: 10px 0px 15px;
}
.contentGpArticleDoc .maps #map1 {
  width: 100% !important;
}
}