@charset "UTF-8";
@import url(../base/init.css);
@import url(../base/style.css);
@import url(../piece/style.css);
@import url(../tool/style.css);
/* 災害用トップページ */
/* clearfix
----------------------------------------------- */
.clearfix {
  zoom: 1; }

/* clearfix（記事ページ）
----------------------------------------------- */
div.body {
  zoom: 1; }

/* =========================================================
   Doc
========================================================= */
/* docs
----------------------------------------------- */
#pageTitle.piece {
  margin-bottom: 5px; }

.contentGpArticleDoc {
  /*.rels, .tags {
  	margin-bottom: 50px;
  	@include doc_H2_style;
  	
  	ul {
  		margin: 0px 15px;
  	}
  }
  
  .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;
  }
  
  .tags li {
  	display: inline;
  	padding-right: 10px;
  }
  
  */ }
  .contentGpArticleDoc .body {
    margin-bottom: 15px; }
  .contentGpArticleDoc .maps {
    margin-bottom: 20px;
    margin-left: 50px;
    margin-bottom: 10px;
    background-image: url(./images/bg-hd-doc-h2.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 100%; }
    .contentGpArticleDoc .maps h2 {
      padding-left: 30px;
      padding-top: 7px;
      padding-bottom: 4px;
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 20px;
      letter-spacing: 1.2pt;
      text-align: left;
      vertical-align: middle;
      background-color: #f7fef6;
      border-color: #b1dfc4;
      border-width: 2px;
      border-style: solid; }
    .contentGpArticleDoc .maps h3 {
      font-size: 100%;
      font-weight: normal;
      padding-left: 20px; }
    .contentGpArticleDoc .maps .map {
/*      width: 500px !important;*/
/*      height: 350px !important;*/
      width: 750px !important;
      height: 450px !important;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 20px; }

/* 記事ページのみ別処理 */
.article #content #pageTitle.piece {
  margin-bottom: 0px; }
.article #content div.date {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 15px;
  /*background-color: #FFF;
  
  border-left-color: #b1dfc4;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #b1dfc4;
  border-right-style: solid;
  border-right-width: 1px;*/ }
.article #content .contentGpArticleDoc .body {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 0px;
  padding: 15px;
  /*background-color: #FFF;
  
  border-left-color: #b1dfc4;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #b1dfc4;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #b1dfc4;
  border-bottom-style: solid;
  border-bottom-width: 1px;*/ }
.article #content img {
  max-width: 700px;
  height: auto;
  margin-right: 10px; }
.article #content hr {
  clear: both; }

/* docs body
----------------------------------------------- */
/* riyo
--------------------- */
table.tool span {
  background-color: #FFFFFF;
  border: 1px solid #C4C5C5;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  padding: 2px 2px 1px; }
table.tool th .black {
  background-color: #000000;
  color: #FFFFFF; }
table.tool th .blue {
  background-color: #1745CC;
  color: #FFFFFF; }

/* adobeReader
----------------------------------------------- */
.adobeReader {
  margin: 15px 0px 0px 10px;
  border: 1px solid #68BE8D;
  background-image: url("/_themes/doc/images/bn_get_adobe_reader.gif");
  background-repeat: no-repeat;
  background-position: 1% 50%;
  padding-left: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px; }
  .adobeReader p {
    overflow: hidden; }
