@charset "utf-8";

/* ヘッダー
----------------------------------------------------------- */
#header {
	width: 100%;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	top: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
	background-attachment: scroll;
	background-image: url(/img/ds/img-iju/common/head_line.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:20px 10px;
}
#header>div {
	width: 1080px;
	margin: auto;
	padding-top: 25px;
	overflow: hidden;
	padding-bottom: 20px;
}
#header>div h1 {
	width: 393px;
	height:auto;
	float: left;
}
#header>div h1 img {
	width: 100%;
	height:auto;
}
.top_catch {
	width: 1080px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	font-size:2.2em;
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-weight: bold;
	letter-spacing: 0.1em;
}
#header .contact_b {
	position: fixed;
	right: 15px;
	top: 150px;
	z-index: 1000;
}
#header .contact_b a {
	height: 128px;
	width: 128px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:128px 128px;
	display:block;
	background-image: url(/img/ds/img-iju/common/contact_b.png);	
}
#header .contact_b a:hover {
	opacity:0.6;
}


/* グローバルナビ
----------------------------------------------------------- */
#header div #navi {
	float: right;
}

#header div #navi ul li {
	float: left;
}
#header div #navi ul li+li {
	margin-left:6px
}
#header div #navi ul li a {
	height: 97px;
	width: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:90px 97px;
	display:block;
}
#header div #navi ul li:last-child {
	margin-left:10px
}
#header div #navi ul li:last-child a {
	height: 97px;
	width: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:73px 97px;
	display:block;
}
#header div #navi ul .navi01 a {
	background-image: url(/img/ds/img-iju/common/navi01.png);
	
}
#header div #navi ul .navi02 a {
	background-image: url(/img/ds/img-iju/common/navi02.png);
	
}
#header div #navi ul .navi03 a {
	background-image: url(/img/ds/img-iju/common/navi03.png);
	
}
#header div #navi ul .navi04 a {
	background-image: url(/img/ds/img-iju/common/navi04.png);
	
}
#header div #navi ul .navi05 a {
	background-image: url(/img/ds/img-iju/common/navi05.png);
	
}
#header div #navi ul li a:hover {
	opacity:0.6;
}







/* コンテンツ
----------------------------------------------------------- */
#container {
	margin: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents {
	clear: both;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 15px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	z-index: 105;
	background-color: #FFF;
	padding-bottom: 10px;
}
/* 役場住所
----------------------------------------------------------- */
#add   {
	float: none;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	overflow: hidden;
	border: 1px none #DCDDDD;
}
#add ul  {
	float: none;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DCDDDD;
	border-right-color: #DCDDDD;
	border-bottom-color: #DCDDDD;
	border-left-color: #DCDDDD;
	margin-top: 30px;
	padding-top: 20px;
	overflow: hidden;
}
#add li  {
	float: left;
	width: 50%;
}
#add li h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: left;
}
#add li p {
	font-size: 1.3em;
	line-height: 1.8em;
}

/* バナー
----------------------------------------------------------- */
#banner {
	margin: auto;
	width: 1080px;
}
#banner ul li {
	float: left;
	margin: 5px;
	height: 80px;
	width: 170px;
	background-color: #EDEDED;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* フッター
----------------------------------------------------------- */

#footer #fnavi {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
	clear: both;
	overflow: hidden;
	height: 30px;
	margin-top: -35px;
}
#footer #fnavi li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #716F6E;
	border-right-color: #716F6E;
	border-bottom-color: #716F6E;
	border-left-color: #716F6E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 18px;
	font-size: 1.6em;
	line-height: 1.2em;
}
#footer #fnavi li a {
	text-decoration: none;
}
#footer #fnavi li a:hover {
	color: #65B57C;
}
#footer #fnavi li:first-child {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search dd .search-b:hover {
	background-color: #199DE3;
}
#navi h1,#navi h2 {
	font-size: 12px;
	line-height: 12px;
	float: left;
	height: 152px;
	width: 220px;
	position: relative;
	z-index: 9999;
}
#footer {
	clear: both;
	height: auto;
	width: 1080px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer div {
	clear: both;
	height: auto;
	width: 1070px;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DCDDDD;
	border-right-color: #DCDDDD;
	border-bottom-color: #DCDDDD;
	border-left-color: #DCDDDD;
	position: relative;
	overflow: hidden;
}
#footer div h2 {
	font-size: 12px;
	line-height: 12px;
	float: left;
	height: 53px;
	width: 181px;
}

#copyright {
	padding-top: 12px;
	padding-bottom: 9px;
	line-height: 1em;
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.1em;
	clear: both;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-image: url(/img/ds/img-iju/common/foot_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size:20px 10px;
}
#copyright p {
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	width: 1080px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
.top_b {
	position: absolute;
	right: 15px;
	z-index: 100;
	bottom: 50px;
}
.top_b  a {
	height: 128px;
	width: 128px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:128px 128px;
	display:block;
	background-image: url(/img/ds/img-iju/common/top_b.png);
}
.top_b  a:hover {
	opacity:0.6;
}

/* パンくず
----------------------------------------------------------- */
#pankuzu {
	clear: both;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 1070px;
	margin-top: -6px;
}
#pankuzu ul {
	float: right;
}
#pankuzu li {
	font-size: 1em;
	line-height: 1.2em;
	float: left;
}
#pankuzu li a {
	background-attachment: scroll;
	background-image: url(/img/ds/img-iju/common/pankuzu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.4em;
	margin-right: 0.4em;
	text-decoration: underline;
}
#pankuzu li a:hover {
	color: #65B57C;
}


/* メイン
----------------------------------------------------------- */
.section {
	height: auto;
	width: 100%;
	clear: both;
	float: none;
	padding-top: 40px;
	padding-bottom: 50px;
	margin: auto;
	overflow: hidden;
	position: relative;
	max-width:1100px;
}
.section-w {
	height: auto;
	width: 100%;
	clear: both;
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	position: relative;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;        -ms-box-sizing: border-box;            box-sizing: border-box;
}
.section-w-sp {
	margin-top: 50px;
}
.section-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
	padding-top: 90px;
}

/* ページイメージ
----------------------------------------------------------- */
#page_img {
	width: 1080px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: block;
	position: relative;
}

#page_img dd {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right: 0px;
	width: 466px;
}
#page_img dd h2 {
	margin-bottom:15px;
}

#page_img dd p {
	padding-left: 5em;
	font-size: 1.9em;
	line-height: 1.5em;
	
}
