﻿@charset "utf-8";

/* ヘッダー
----------------------------------------------------------- */
#header {
	height: auto;
	overflow: hidden;
	width: 1060px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #0E7AC4;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding-bottom: 20px;
}
#header h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
}
#header .alert {
	background-color: #fff;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	text-align: center;
	overflow: hidden;
	width: 1020px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header .alert p {
	text-align: center;
	font-size: 3em;
	font-family: "Noto Sans Japanese";
	font-weight: 700;
	line-height: 1.8em;
}
#header .alert .catch {
	font-size: 3.8em;
	font-weight: 800;
	color: #E60012;
}
#header p a:hover {
	color: #1F9347;
}

#header .headbox #headlink li a {
	display: block;
	background-attachment: scroll;
	background-image: url(../img/common/head_arrow.png);
	background-size:7px 8px;
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.8em;
	text-decoration: none;
}
#header .headbox #headlink li:last-child a {
	display: block;
	background-attachment: scroll;
	background-image: url(../img/common/head-arrow_w.png);
	background-size:7px 8px;
	background-repeat: no-repeat;
	background-position: 0.5em center;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	height: auto;
	width: auto;
	text-decoration: none;
	background-color: #00B4CA;
	color: #FFF;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 1.4em;
	margin: 0px;
}
#header .headbox  #headlink li{
	overflow: hidden;
	height: auto;
	width: auto;
	float: left;
	position: relative;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#header .headbox #fontsize {
	float: right;
	width: 180px;
	margin-top: -1px;
}
#header .headbox #fontsize dt {
	font-size: 1.3em;
	line-height: 1.2em;
	float: left;
	margin-top: 8px;
	font-weight: bold;
}
#header .headbox #fontsize dd {
	float: left;
	width: 26px;
	height: 26px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#fontsize dd img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
#header #search  {
	width: 574px;
	float: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	background-color: #4DCBDA;
	background-attachment: scroll;
	background-image: url(../img/common/search.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	position: relative;
	height: 48px;
	margin-top: 0px;
}
#header .headbox form {
	clear: both;
	float: none;
	padding-top: 16px;
}
#header #search h2 {
	font-size: 1.6em;
	font-weight: 300;
	color: #FFF;
	float: left;
	margin-left: 30px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header #search  dl  {
	width: 393px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	float: right;
}
#header #search  dt  {
	float: left;
	width: 285px;
}
#header #search dd  {
	float: right;
	height: 48px;
	width: 96px;
}
#search dt input {
	height: 26px;
	border: 1px solid #C8C9C9;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	padding-left: 4px;
	width: 282px;
	position: relative;
	top: 10%;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	font-size: 1.3em;
	line-height: 1.3em;
}
#search dd .search-b {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 48px;
	width: 96px;
	white-space:nowrap;
	overflow: hidden;
	cursor: pointer;
	background-color: #1694AF;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 400;
	color: #FFF;
	font-family: "Noto Sans Japanese";
	top: 0px;
	right: 0px;
}


/* コンテンツ
----------------------------------------------------------- */
#contents {
	clear: both;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 0px;
	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;
}
#left {
	width: 790px;
	text-align: left;
	float: left;
	margin-left: 0px;
	margin-bottom: 30px;
}
#right {
	width: 234px;
	text-align: left;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
}


/* 役場住所
----------------------------------------------------------- */
#add  {
}
#add ul  {
	float: left;
	width: 1070px;
	margin-right: 5px;
	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;
	margin-top: 30px;
	padding-top: 20px;
}
#add li  {
	float: left;
	width: 50%;
}
#add li h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#add li p {
	font-size: 1.2em;
	line-height: 1.8em;
}


/* フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	height: auto;
	width: 100%;
	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: 1060px;
	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: 20px;
	padding-bottom: 15px;
	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-color: #DDDDDD;
	font-weight: bold;
}
#copyright p {
	font-size: 1.1em;
	line-height: 1em;
	color: #333;
	text-align: center;
	margin: auto;
	width: 1080px;
}
#container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* パンくず
----------------------------------------------------------- */
#pankuzu {
	clear: both;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 1070px;
	margin-top: -25px;
}
#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/common/pankuzu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.4em;
	margin-right: 0.4em;
	color: #333333;
	text-decoration: underline;
}
#pankuzu li a:hover {
	color: #199DE3;
}

/* ページタイトル
----------------------------------------------------------- */
#page_title {
	clear: both;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 1070px;
}
#page_title h2 {
	font-size: 2.6em;
	line-height: 2.7em;
	padding-left: 84px;
	font-family: "Noto Sans Japanese";
	font-weight: 500;
}
.kakuka-icon {
	clear: both;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 1070px;
	background-attachment: scroll;
	background-color: #8CC83F;
	background-image: url(../img/common/page_icon/kakuka-icon.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #FFF;
	
}

/* 左メニュー
----------------------------------------------------------- */
#left_menu h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
	font-family: "Noto Sans Japanese";
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background-color: #0058A4;
	font-family: 'Noto Sans Japanese';
}
#left_menu ul li {
	font-size: 1.2em;
	line-height: 1.2em;
}
#left_menu ul li a {
	background-attachment: scroll;
	background-image: url(../img/common/arrow_list.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 18px;
	background-color: #7ECEF2;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CDEBF9;
	border-right-color: #CDEBF9;
	border-bottom-color: #CDEBF9;
	border-left-color: #CDEBF9;
}
#left_menu ul li a:hover {
	color: #FFF;
}
#left_menu ul li .cr {
	background-color: #2FA7E6;
	display: block;
	font-weight: bold;
	color: #FFF;
}
#left_menu .submenu       {
	padding-top: 4px;
	padding-bottom: 10px;
}
#left_menu .submenu a      {
	font-size: 0.75em;
	line-height: 1.3em;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 1em;
	background-attachment: scroll;
	background-image: url(../img/common/smenu_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left_menu .submenu a:hover {
	color: #199DE3;
}
#left_banner {
	margin-top: 20px;
}
#left_banner li {
	background-color: #EDEDED;
	height: auto;
	width: 170px;
	margin-bottom: 10px;
}


/* お知らせ
----------------------------------------------------------- */
#news01  {
	border: 1px solid #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: auto;
	width: 1060px;
}
#news02,#news03  {
	border: 1px solid #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#news02  {
	border: 1px solid #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 20px;
}
#news01 div {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
	background-color: #E9516F;
}
#news02 div {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
	background-color: #40AAEF;
}
#news03 div {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
	background-color: #FBA848;
}
#news01 h2,#news02 h2,#news03 h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: -3px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#news01 ul li {
	font-family: "Noto Sans Japanese";
	font-size: 1.7em;
	line-height: 1.2em;
	margin-left: 0.7em;
	margin-right: 0.7em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #DCDDDD;
	border-right-color: #DCDDDD;
	border-bottom-color: #DCDDDD;
	border-left-color: #DCDDDD;
}
#news02 ul li,#news03 ul li {
	font-family: "Noto Sans Japanese";
	font-size: 1.5em;
	line-height: 1.2em;
	margin-left: 0.7em;
	margin-right: 0.7em;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #DCDDDD;
	border-right-color: #DCDDDD;
	border-bottom-color: #DCDDDD;
	border-left-color: #DCDDDD;
}
#news01 ul li strong,#news02 ul li strong,#news03 ul li strong {
	font-weight: bold;
	color: #1DB4C8;
	margin-right: 1em;
}
#news01 ul li a {
	text-decoration: none;
	position: relative;
	padding-left: 15px;
	font-weight: 600;
	color: #E60012;
}
#news02 ul li a,#news03 ul li a {
	text-decoration: none;
	position: relative;
	padding-left: 15px;
	font-weight: 500;
}
#news01 ul li a:hover,#news02 ul li a:hover,#news03 ul li a:hover {
	text-decoration: underline;
}
#news01 ul li a::before{
	]border-radius: 2px;
	content: "";
	height: 6px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 5px;
	width: 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E60012;
	border-right-color: #E60012;
}
#news02 ul li a::before,#news03 ul li a::before{
	]border-radius: 2px;
	content: "";
	height: 5px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 5px;
	width: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E60012;
	border-right-color: #E60012;
}
#news01 ul li:last-child,#news02 ul li:last-child,#news03 ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.more-link {
	background-color: #FFF;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
.more-link a {
	font-size: 1.1em;
	line-height: 1.1em;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 7px;
	display: block;
	background-image: url(../img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 8px;
}


/* バナー
----------------------------------------------------------- */
#banner  {
	border: 1px none #DDDDDD;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#banner ul li {
	margin-bottom: 15px;
	overflow: hidden;
}
#banner ul li:last-child {
}


/* ホームリンク
----------------------------------------------------------- */
#contents .homelink {
	clear: both;
	float: none;
	padding-top: 20px;
}
#contents .homelink a {
	clear: both;
	float: none;
	font-size: 2em;
	line-height: 3em;
	text-align: center;
	margin: auto;
	width: 280px;
	display: block;
	background-color: #0058A4;
	color: #FFF;
	font-weight: bold;
}
#contents .homelink a:hover {
	background-color: #E60012;
}
