@charset "utf-8";
/*------------------------------------------------------------------------------
[1] メインコンテンツ 共通設定
[2] メインコンテンツ 詳細設定
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] メインコンテンツ 共通設定
********************************************************************************/
/*==============================================================================
	ページ番号
==============================================================================*/
#content p span.idnumber, #content2 p span.idnumber, #content3 p span.idnumber {
	padding:5px 8px;
    font-size: 100%;
    background-color: #F8F1D7;
    border: none;
    border-radius: 5px;
}
#content p.update, #content2 p.update, #content3 p.update {
	font-size: 81%;
}
/*==============================================================================
	いいね
==============================================================================*/
.sns{
	width:auto;
	display:inline-block;
	vertical-align:middle;
}
.like{
	display:inline-block;
	vertical-align:middle;
	margin: 0px 0px 10px 0px;
}
.fi_like{
	margin:0 0 0 15px;
	display: inline-block;
    background: #efefef url(images/content/like_off.png) no-repeat center left 5px;
    font-size: 80%;
    color:#222;
    padding:10px 5px 10px 38px;
    border-radius: 5px;
	min-height: 40px;
	line-height: 1.2;
	cursor: pointer;
	border:2px solid #CCC;	background-size: 25px;
}
.fi_like:hover{
    color:#222;
	background-color: #FFF;
}
.like_on{
    background: #FFEBEB url(images/content/like_on.png) no-repeat center left 5px;
    border:2px solid #BC253C;
	background-size: 25px;
    color: #BC253C;
}
.fi_like.like_mark{
	text-indent: -9999px;
	width: 40px;
	padding: 10px 10px 10px 10px;
}
/*******************************************************************************
[2] メインコンテンツ 詳細設定
********************************************************************************/
/*==============================================================================
	見出し・段落（h1からh6まで）
==============================================================================*/
#content h1,#content2 h1,#content p.faqtitle,#content3 h1{
	padding: 23px 63px 22px 23px;
	position: relative;
	font-size:130%;
    background: #D2F1F7 url(images/content/h1_bg.png) no-repeat right top;
	line-height:1.5;
}
#content h1::after, #content2 h1::after, #content p.faqtitle::after, #content3 h1::after {
    width: 63px;
    height: 46px;
    display: block;
    position: absolute;
    content: " ";
    right: 0px;
    bottom: -6px;
    background: url(images/content/h1_img.png) no-repeat center center;
    background-size: 63px 46px;
}
#content h1.h1img::after, #content2 h1.h1img::after, #content3 h1.h1img::after {
    content: none;
}
#content h1.h1img::before, #content2 h1.h1img::before, #content3 h1.h1img::before{
	content:none;
}
#content h2,#content2 h2{
	padding:12px 5px 10px 15px;
    position: relative;
	font-size:118%;
	color:#222;
    background: #E3F6F9;
	border-bottom: 4px solid #E0E0E0;
	line-height:1.5;
}
#content h2::after, #content2 h2::after {
    width: 80px;
    display: block;
    position: absolute;
    content: " ";
    left: 0px;
    bottom: -4px;
    border-bottom: 4px solid #8ED3DF;
}
#content h3,#content2 h3{
	padding:7px 5px 7px 15px;
	font-size:110%;
    background-color: #F8F1D7;
	line-height:1.5;
}
#content h4,#content2 h4{
	margin-left: 7px;
	padding:7px 5px 5px 15px;
	position: relative;
	font-size:100%;
	line-height:1.5;
}
#content h4::before, #content2 h4::before {
    width: 6px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #0863BE;
    border-radius: 4px;
}
#content h5,#content2 h5{
	margin-left: 10px;
	padding:4px 5px 4px 13px;
	position: relative;
	font-size:100%;
	line-height:1.5;
}
#content h5::before, #content2 h5::before {
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #0863BE;
    border-radius: 3px;
}
#content h6,#content2 h6{
	margin-left:5px;
	padding:0px 5px 0px 10px;
	font-size:100%;
	line-height:1.5;
}
/*------------------------------------------------------------------------------
	概要文
------------------------------------------------------------------------------*/
#content p.outline,#content2 p.outline,#content3 p.outline{
	padding: 11px 17px 10px 17px;
    border: 1px dotted #0863BE;
    border-radius: 15px;
}
/*==============================================================================
	リスト
==============================================================================*/
/*------------------------------------------------------------------------------
	定義リスト
------------------------------------------------------------------------------*/
#content dt,#content2 dt,#content2 .fieldlabel{
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid #D5D5D5;
    border-left: 3px solid #0863BE;
}
/*------------------------------------------------------------------------------
	リンク付リスト
------------------------------------------------------------------------------*/
#content ul.objectlink li,
#content2 ul.objectlink li{
	margin-bottom:10px;
	padding-left:16px;
	position:relative;
}
#content ul.objectlink li:not([class])::before, #content2 ul.objectlink li:not([class])::before {
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.45em;
    content: "";
    border-right: 2px solid #0863BE;
    border-top: 2px solid #0863BE;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*==============================================================================
	リストページ
==============================================================================*/
/*------------------------------------------------------------------------------
	通常リスト
------------------------------------------------------------------------------*/
#content ul.listlink li,
#content2 ul.listlink li{
	padding-left: 13px;
	position:relative;
	border-bottom: 1px solid #CCC;
}
/*------------------------------------------------------------------------------
	2列リスト
------------------------------------------------------------------------------*/
#content ul.listlink2 li,
#content2 ul.listlink2 li,
#petit ul.listlink2 li{
	padding-left: 13px;
	position:relative;
	border-bottom: 1px solid #CCC;
}
/*	リスト画像が登録されていた場合
------------------------------------------------------------------------------*/
#content ul li.thumbslist .thumbslink,
#content2 ul li.thumbslist .thumbslink{
	padding-left: 13px;
	position:relative;
	border-bottom:none;
}
/*------------------------------------------------------------------------------
	リストマークアイコン
------------------------------------------------------------------------------*/
#content ul.listlink li:not([class])::before,
#content2 ul.listlink li:not([class])::before,
#content ul li.thumbslist .thumbslink::before,
#content2 ul li.thumbslist .thumbslink::before,
#content ul.listlink2 li::before,
#content2 ul.listlink2 li::before,
#petit ul.listlink2 li::before,
#content ul li.list::before,
#content2 ul li.list::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.45em;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content2 ul.listlink li:not([class])::before,
#content2 ul li.list::before{
	border-radius: 0%;
	background: none;
}
/*	リストマークアイコン表示させない
------------------------------------------------------------------------------*/
#content ul.listlink li.thumbslist::before,
#content2 ul.listlink li.thumbslist::before,
#content ul.listlink2 li.thumbslist::before,
#content2 ul.listlink2 li.thumbslist::before,
#petit ul.listlink2 li.thumbslist::before{
  content:none;
}
/*------------------------------------------------------------------------------
	孫リスト
------------------------------------------------------------------------------*/
#content ul.captionlink li span.captionlinktitle,
#content2 ul.captionlink li span.captionlinktitle{
	margin:10px;
	padding:10px 5px 10px 10px;
    position: relative;
    border: 2px solid #0863BE;
    border-radius: 10px;
}
#content ul.captionlink li span.captionlinktitle::before, #content2 ul.captionlink li span.captionlinktitle::before {
    width: 4px;
    height: 20px;
    content: "";
    position: absolute;
    top: 10px;
    left: 7px;
    background-color: #0863BE;
    border-radius: 4px;
}
#content ul.captionlink li span.captionlinktitle a, #content2 ul.captionlink li span.captionlinktitle a {
    padding-left: 9px;
    font-size: 96%;
    color: #222222;
}
#content ul.captionlink li ul.listlink li span,
#content2 ul.captionlink li ul.listlink li span{
	margin:0px 0px 0px 0px;
}
#content ul.captionlink h2,
#content2 ul.captionlink h2,
#content .articleall .article h2,
#content2 .articleall .article h2{
	margin:15px 10px 8px 10px;
	padding:8px 5px 6px 12px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 4px solid #E0E0E0;
	border-radius: 12px 12px 0px 0px;
}
#content ul.captionlink h3,
#content2 ul.captionlink h3,
#content .articleall .article h3,
#content2 .articleall .article h3{
	margin:0px 10px 8px 10px;
	padding:7px 5px 4px 12px;
	border-radius:5px;
}
#content ul.captionlink h4,
#content2 ul.captionlink h4,
#content .articleall .article h4,
#content2 .articleall .article h4{
	margin:0px 10px 12px 7px;
	padding-left:10px;
}
#content ul.captionlink h4::before,
#content2 ul.captionlink h4::before,
#content .articleall .article h4::before,
#content2 .articleall .article h4::before{
    width: 5px;
}
#content ul.captionlink h5,
#content2 ul.captionlink h5{
	margin: 0px 10px 8px 10px;
	padding:2px 5px 2px 10px;
}
#content ul.captionlink h5::before,
#content2 ul.captionlink h5::before{
    width: 3px;
}
#content ul.captionlink h6,
#content2 ul.captionlink h6{
	margin: 0px 10px 5px 10px;
	padding-left:5px;
}
#content ul.captionlink ul.listlink,
#content2 ul.captionlink ul.listlink{
	margin-top:15px;
}
/*------------------------------------------------------------------------------
	孫リスト（ローカルなし孫見出し2列）
------------------------------------------------------------------------------*/
#content .smenu h2.plus,
#content2 .smenu h2.plus{
	padding:10px 50px 10px 10px;
	position:relative;
	background: #E3F6F9;
	cursor:pointer;
}
#content .smenu h2.plus::before,
#content2 .smenu h2.plus::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	right: 17px;
	top: 20px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#content .smenu h2.minus,
#content2 .smenu h2.minus{
	padding:10px 50px 10px 10px;
	position:relative;
	background: #E3F6F9;
	cursor:pointer;
}
#content .smenu h2.minus::before,
#content2 .smenu h2.minus::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	right: 17px;
	top: 22px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#content .articleall h2.plus,
#content2 .articleall h2.plus{
	padding:10px 50px 10px 10px;
	position:relative;
	background: #E3F6F9;
	cursor:pointer;
}
#content .articleall h2.plus::before,
#content2 .articleall h2.plus::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	right: 17px;
	top: 20px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#content .articleall h2.minus,
#content2 .articleall h2.minus{
	padding:10px 50px 10px 10px;
	position:relative;
	background: #E3F6F9;
	cursor:pointer;
}
#content .articleall h2.minus::before,
#content2 .articleall h2.minus::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	right: 17px;
	top: 22px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#content2 .smenu ul.listlink{
	border:none;
}
#content2 .smenu ul.listlink li{
	padding:0px 0px 10px 16px;
	border-bottom: 1px solid #CCC;
}
/*------------------------------------------------------------------------------
	.list
------------------------------------------------------------------------------*/
#content ul li.list,
#content2 ul li.list{
	position:relative;
}
/*==============================================================================
	添付ファイルアイコン smp.cssに記載
==============================================================================*/
/*==============================================================================
	テーブル
==============================================================================*/
#content th,#content2 th{
	background:#EFEFEF;
}
/*------------------------------------------------------------------------------
	表内リンクテンプレート
------------------------------------------------------------------------------*/
#content table ul.objectlink,#content2 table ul.objectlink{
	margin:0px 15px 0px 0px;
}
/*==============================================================================
	地図　smp.cssに記載
==============================================================================*/
/*==============================================================================
	関連情報、添付ファイル
==============================================================================*/
#content h2.kanren,#content2 h2.kanren{
}
#content h2.kanren.plus,#content2 h2.kanren.plus{
	padding:14px 5px 13px 35px;
	background:#F8F1D7;
	border-bottom: none;
}
#content h2.kanren.plus::after,#content2 h2.kanren.plus::after {
	content: none;
}
#content h2.kanren.plus::before,#content2 h2.kanren.plus::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 12px;
	top: 20px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#content h2.kanren.minus,#content2 h2.kanren.minus{
	padding:14px 5px 13px 35px;
	background:#F8F1D7;
	border-bottom: none;
}
#content h2.kanren.minus::after,#content2 h2.kanren.minus::after {
	content: none;
}
#content h2.kanren.minus::before,#content2 h2.kanren.minus::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 12px;
	top: 23px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*==============================================================================
	オープンデータエリア
==============================================================================*/
#content .opendata h3.plus,#content2 .opendata h3.plus,
#content .shinseisho h3.plus,#content2 .shinseisho h3.plus{
	margin-left:8px;
	margin-right:8px;
	padding:8px 5px 6px 25px;
	position:relative;
	border-radius:10px;
}
#content .opendata h3.plus::before,#content2 .opendata h3.plus::before,
#content .shinseisho h3.plus::before,#content2 .shinseisho h3.plus::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 10px;
	top: 12px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#content .opendata h3.minus,#content2 .opendata h3.minus,
#content .shinseisho h3.minus,#content2 .shinseisho h3.minus{
	margin-left:8px;
	margin-right:8px;
	padding:8px 5px 6px 25px;
	position:relative;
	border-radius:10px;
}
#content .opendata h3.minus::before,#content2 .opendata h3.minus::before,
#content .shinseisho h3.minus::before,#content2 .shinseisho h3.minus::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 10px;
	top: 15px;
	content: "";
	border-right: 2px solid #0863BE;
	border-top: 2px solid #0863BE;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#content .opendata p.update, #content2 .opendata p.update{
	width:calc(100% - 30px);
}
/*==============================================================================
	ページ内アンケート
==============================================================================*/
#pagequest{
	margin:20px auto 20px auto;
	width:90%;
	clear:both;
    border: 3px solid #0863BE;
    border-radius: 20px;
}
#pagequest h2{
	margin:7px 0px 10px 0px;
	padding:8px 5px 7px 46px;
	font-size:100%;
	color:#222222;
	background: #FFFFFF url(images/content/h2_pagequest.png) no-repeat left 10px center;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-radius: 20px 20px 0px 0px;
}
#pagequest h2::after {
	content: none;
}
#pagequest p,#pagequest fieldset{
	margin:0px 13px 12px 13px;
	border:none;
	line-height:1.3;
}
#pagequest fieldset label{
	line-height:1.5;
}
#pagequest p label,#pagequest fieldset legend{
	margin-bottom:6px;
	padding:2px 0px 0px 7px;
	border-left:4px solid #CCCCCC;
}
#pagequest p label,#pagequest p strong,#pagequest fieldset legend{
	width:100%;
	display:inline-block;
}
#pagequest input,#pagequest textarea{
	margin:0px 4px 2px 13px;
	vertical-align:middle;
}
#pagequest input[type="text"],#pagequest textarea{
	width:90%;
}
#pagequest p.textcenter button{
	margin:0px;
	padding:2px 8px 2px 8px;
}
/*==============================================================================
	お問合せ
==============================================================================*/
#reference{
	margin:20px auto 20px auto;
	width:90%;
	clear:both;
    border: 3px solid #0863BE;
    border-radius: 20px;
}
#reference h2{
	margin:7px 0px 5px 0px;
	padding:7px 5px 6px 46px;
	font-size:100%;
	color:#222222;
	background: #FFFFFF url(images/content/h2_reference.png) no-repeat left 10px center;
	border-bottom: none;
	border-radius: 20px 20px 0px 0px;
}
#reference h2::after {
	content: none;
}
#reference p{
	margin:0px;
	padding:10px 15px 10px 15px;
	line-height:1.6;
}
#reference p a.mail,#content dd a.mail{
	padding-left:25px;
	background:url(images/content/mail.png) no-repeat left center;
}
#reference p span.department{
	font-weight:bold;
}