@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
.contentArticleDoc .header {
  clear: both;
  margin-bottom: 30px;
  padding: 10px;
  border-top: 3px solid #4169E1;
  border-bottom: 1px solid #4169E1;
  background-color: #fff;
}
.contentArticleDoc .header h1 {
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}
.contentArticleDoc .header .publishedAt {
  text-align: right;
}
/* 以下システム固定の見出し */
/* maps：マップ */
/* rels／関連記事 */
/* tags／関連ワード */
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0 20px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 3px 0 3px 8px;
  border-left: 4px solid #4169E1;
  background-color: #f1f1f1;
  font-weight: bold;
}
.contentArticleDoc .rels li {
  margin: 0;
  padding-left: 8px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
}
.contentArticleDoc ul,
.contentArticleDoc ol {
  margin: 0 0 0 40px;
}
.contentArticleDoc .tags div a {
  padding-right: 8px;
}
.contentArticleDoc .back {
  clear: both;
  text-align: center;
}
.contentArticleDoc .back a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999999;
  background-color: #ececec;
}
#snsShare {
  float: right;
  height: 20px;
  margin-top: -30px;
}
.twitter-share-button, .fbLike, .fb-share-button, .gpShare {
  float: left;
  width: 127px !important;
}
.fb-share-button {
  margin-top: 1px;
  _margin-top: -12px;
}

/* docs ichiran
----------------------------------------------- */
.contentPortalCategory .entries,
.contentPortalEntries .entries,
.contentArticleDocs .docs {
  margin-left: 10px;
}
.contentPortalCategory h2.date,
.contentPortalEntries h2.date,
.contentArticleDocs .docs h2 {
  margin: 0 0 5px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}
.contentPortalCategory .entries ul,
.contentPortalEntries .entries ul,
.contentArticleDocs .docs ul {
  margin: 0 0 25px 7px;
}
.contentPortalCategory .entries li,
.contentPortalEntries .entries li,
.contentArticleDocs .docs li {
  margin: 0;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
#page-docs-index #snsShare {
  display: none;
}
/* group-portal
----------------------------------------------- */
.contentPortalCategory .category h2 {
  margin: 0 0 0 10px;
  padding: 0 0 5px 8px;
  background-image: url(./images/ic-list.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.contentPortalCategory .category .children {
  margin: 0 0 15px;
}
.contentPortalCategory .category .children a {
  margin: 0 0 0 20px;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}

/* address
----------------------------------------------- */
.contentArticleDoc .body ul {
  list-style-type: disc;
}
.inquiry {
  clear: both;
  margin: 0 0 20px;
  padding: 5px 10px;
  border-top: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
  color: #333333;
}
.inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-weight: bold;
  font-size: 110%;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
.top,.middle {
  margin-bottom: 0;
}
.department, .section, .tel, .fax {
  margin-right: 10px;
}

/* =========================================================
    recent Docs
========================================================= */
.contentArticleRecentDocs .docs {
  margin-left: 10px;
}
.contentArticleRecentDocs .docs h2 {
  margin: 0 0 5px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}
.contentArticleRecentDocs .docs ul {
  margin: 0 0 25px 7px;
}
.contentArticleRecentDocs .docs li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .contentArticleRecentDocs .docs li {
  height: 1%;
}
.contentArticleRecentDocs .docs li {
  display: block;
  clear: both;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.contentArticleRecentDocs .docs li .title {
  margin: 0;
  padding-bottom: 5px;
}
.contentArticleRecentDocs li img {
  float: left;
  margin-right: 10px;
}

.contentArticleRecentDocs .docs li span.new,
.contentPortalEntries .entries li span.new,
.contentPortalCategory .entries li span.new {
  display: inline-block;
  width: 30px;
  height: 0;
  margin: -3px 3px 2px;
  padding-top: 13px;
  background-image: url("./images/ic-new.gif");
  background-position: left top;
  backgroun-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}
* html #docTabPortal .content li span.new,
* html #docTab .content li span.new {
  margin: -1px 3px 1px;
}
*:first-child+html #docTabPortal .content li span.new,
*:first-child+html #docTab .content li span.new {
  margin: -1px 3px 1px;
}

/* recent Docs Title
----------------------------------------------- */
#recentDocsTitle .pieceHeader {
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#recentDocsTitle h2 {
  margin-bottom: 10px;
  padding: 3px 10px;
  background:#5784f0;
  background: -moz-linear-gradient(top, #5784f0, #3b61da);
  background: -webkit-gradient(linear, center top, center bottom, from(#5784f0), to(#3b61da));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5784f0', endColorstr='#3b61da');
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}

/* SideMenu
----------------------------------------------- */
#menu .pieceBody li {
  margin: 0;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #e3f0fa;
}
.contentArticleTags .search td {
  padding: 0 15px 0 5px;
}
.contentArticleTags .search td input {
  width: 140px;
}
.contentArticleTags .search td.submitters input {
  width: 70px;
  font-size: 100%;
}
.contentArticleTags .hit {
  padding: 5px 0 5px 10px;
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
}
.contentArticleTags li {
  margin: 0;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentArticleTags ul {
  padding: 10px 5px 25px;
}

/* =========================================================
    MC_本文体裁_ここから
========================================================= */
/* ===見出し=== */
#contentBody .body h2 {
	border-bottom: double 3px #4169E1;
	margin: 0 0 10px;
	padding: 10px 0 10px;
	font-size: 138.5%;
}
#contentBody .body h3 {
	border-left: solid 4px #4169E1;
	margin: 0 0 10px;
	padding: 7px 0 7px 10px;
	font-size: 123.1%;
}
#contentBody .body h4 {
	border-bottom: solid 1px #4169E1;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 115%;
}
/* ===段落=== */
#contentBody .body p {
	margin-bottom: 14px;
}
/* ===リスト=== */
#contentBody .body ul {
	margin-bottom: 14px;
}
#contentBody .body ol {
	margin-bottom: 14px;
}
/* ===表組み=== */
#contentBody .body table {
	border-collapse: collapse;
	margin-bottom: 14px;
}
#contentBody .body table th {
	margin: 0;
	padding: 7px 10px;
	border: solid 1px #999;
	background: #eee;
}
#contentBody .body table td {
	margin: 0;
	padding: 7px 10px;
	border: solid 1px #999;
}
/* ===画像左寄せ／画像右寄せ=== */
#contentBody .body .imgL {
	margin: 0 14px 14px 0;
}
#contentBody .body .imgR {
	margin: 0 0 14px 14px;
}

/* =========================================================
    田野畑村追記_ここから
========================================================= */
/* ===表スクロール=== */
.table-scroll {
overflow: auto;
white-space: nowrap;
}

/* ==マウスオーバー(主に広報ページ用)=== */
.imgWrap {
overflow: hidden;
}
.imgWrap img {
display: block;
transition-duration: 0.3s;
}
.imgWrap img:hover {
transform: scale(1.05);
transition-duration: 0.3s;
}

/* ==最新号マーク(主に広報ページ用)=== */
.pickupBox {
position: relative;
}
.pickupBox p {
position: absolute;
top: 0px;/*画像の左上に配置*/
left: 0;
margin: 0; /*余計な隙間を除く*/
color: white;/*文字を白に*/
background-color: rgba(255, 0, 0,.6);/*背景色*/
font-size: 15px;
line-height: 1;/*行高は1に*/
padding: 5px 10px;/*文字周りの余白*/
}

/* ==交渉・成約マーク(主に空き家バンクページ用)=== */
.pickupBox2 {
position: relative;
}
.pickupBox2 p {
position: absolute;
bottom: -14px;/*画像の下に配置*/
right: 0;
left: 0;
margin: 0; /*余計な隙間を除く*/
color: white;/*文字を白に*/
background-color: rgba(0, 0, 0,.5);/*背景色*/
text-align: center;
font-size: 20px;
line-height: 1;/*行高は1に*/
padding: 5px 5px;/*文字周りの余白*/
}

/* ==YouTube埋め込み=== */
.youtube_embed {
width: min(100%, 560px); /*幅可変・最大値560px*/
aspect-ratio: 16 / 9; /*アスペクト比*/
}
.youtube_embed iframe {
width: 100%;
height: 100%;
}