@charset "utf-8";

/* 全体
------------------------------------------------------------*/
.ngt_home_body {
	color: #333;
	font-size: small;
	font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

/*ページトップ
------------------------------------------------------------*/
.top {
	margin: 5px;
	text-align: right;
	clear: left;
}
.top a {
	color: #E33383;
}
.top a:hover {
	color: #82714B;
}
.ngt_home_top_border {
	height: 4px;
	background-color: #231f1d;
	width: 100%;
}

/*緊急情報欄
------------------------------------------------------------*/
.home-ngt-emgcy {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #cc0000;
}
.home-ngt-emgcy_box2 {
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	margin: 10px;
}
.home-ngt-emgcy ul li {
	margin-left: 15px;
	line-height: 100%;
	font-size: 100%;
	position: relative;
}
.home-ngt-emgcy ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
h2.ngt_emgcy {
	padding: 10px;
	background: #cc0000;
	color: #fff;
	font-size: 110%;
	margin-bottom: 0px;
}
h2.ngt_emgcy a {
	font-weight: bold!important;
	color: #FFFFFF!important;
}
h2.ngt_emgcy a:hover {
	font-weight: bold!important;
	color: #FFFFFF!important;
}
h2.ngt_emgcy a:visited {
	font-weight: bold!important;
	color: #FFFFFF!important;
}
/*いざという時のために
------------------------------------------------------------*/
.home-ngt-info_emgcy {
	display: block;
	margin-bottom: 10px;
}
.home-ngt-info_emgcy ul li {
	margin-left: 15px;
	line-height: 1.3;
	font-size: 100%;
	position: relative;
	color: #cc0000;
}
.home-ngt-info_emgcy ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.home-ngt-info_emgcy ul li a {
	color: #cc0000;
}
.home-ngt-emgcy_box {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #ccc;
}
h2.ngt_info_emgcy {
	padding: 10px 10px 0px 10px;
	border-top: 5px solid #cc0000;
	color: #cc0000;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0px;
}
h2.ngt_info_emgcy a {
	font-weight: bold;
	color: #cc0000;
}
h2.ngt_info_emgcy a:hover {
	font-weight: bold;
	color: #cc0000;
}
h2.ngt_info_emgcy a:visited {
	font-weight: bold;
	color: #cc0000;
}
/*まちの話題
------------------------------------------------------------*/

.home-ngt-machi {
	display: block;
	margin-bottom: 10px;
}
.home-ngt-machi ul li {
	margin-left: 15px;
	line-height: 1.5;
	font-size: 100%;
	position: relative;
	color: #cc0000;
}
.home-ngt-machi ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #233b6b;
	border-bottom: 2px solid #233b6b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.home-ngt-machi_box {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
}
.ngt_machi_more {
	float: right;
}

/*お役立ちコーナー
------------------------------------------------------------*/
.home-ngt-oyakudachi {
	display: block;
	margin-bottom: 10px;
}
.home-ngt-oyakudachi_box {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #ccc;
}
.home-ngt-oyakudachi_box ul li {
	margin-left: 15px;
	line-height: 1.3;
	font-size: 100%;
	position: relative;
}
.home-ngt-oyakudachi_box ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #233b6b;
	border-bottom: 2px solid #233b6b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.jinko_box {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	border-bottom: 1px dotted #ccc;
}
.jinko_box ul li {
	margin-left: 20px;
	position: relative;
}
.jinko_box ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #233b6b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
h2.oyakudachi {
	padding: 10px 10px 0px 10px;
	border-top: 5px solid #233b6b;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0px;
}
h2.oyakudachi a {
	font-weight: bold;
	color: #233b6b;
}
h2.oyakudachi a:hover {
	font-weight: bold;
	color: #233b6b;
}
h2.oyakudachi a:visited {
	font-weight: bold;
	color: #233b6b;
}

/*新着情報
------------------------------------------------------------*/
.home-ngt-new {
	display: block;
	margin-bottom: 10px;
}
.home-ngt-new_box {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
	border-bottom: 1px dotted #ccc;
}
.home-ngt-new_box ul li {
	margin-left: 15px;
	line-height: 1.3;
	font-size: 100%;
	position: relative;
}
.home-ngt-new_box ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #de4830;
	border-bottom: 2px solid #de4830;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ngt_ttl_new {
	font-size: 10px;
	background-color: #C30D23;
	margin-left: 10px;
	color: #FFF;
	padding: 0px 3px;
}
.home-ngt-new_box2 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
}
.home-ngt-new_box2 ul li {
	margin-left: 15px;
	line-height: 1.3;
	font-size: 100%;
	position: relative;
	float: left;
}
.home-ngt-new_box2 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #233b6b;
	border-bottom: 2px solid #233b6b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ngt_new_more {
	float: right;
	display: block;
}
.icon-rss-squared {
	color: #ff6600;
}

/*見出し
------------------------------------------------------------*/
.mark {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #fff;
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	color: #333;
}
.mark::before, .mark::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.mark::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(8, 57, 148, .9);
}
.mark::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(195, 13, 35, .9);
}
.border03 {
	position: relative;
	padding: 10px;
	border-left: 6px solid #233b6b;
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
}
.border03::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #C30D23;
}
.border03::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.border01 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	width: 95%;
	padding: 10px;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 10px;
}
.border01::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #C30D23;
}
.border02 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	width: 95%;
	padding: 10px;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 10px;
}
.border02::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #083994;
}
h2.style1 {
	width: 95%;
	padding: 10px;
	border-radius: 7px;
	background: #083994;
	color: #fff;
	font-size: 15px;
	margin-bottom: 0px;
}
.triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 3px 0 15px;
	border-color: #C30D23 transparent transparent transparent;
	margin-left: 21px;
	margin-bottom: 0px;
}
h2.ngt_style2 {
	padding: 10px 10px 7px 10px;
	background: #233b6b;
	display: inline-block;
	color: #fff;
	font-size: 110%;
	margin-bottom: 0px;
	min-width: 150px;
}
.ngt_bt_bdr {
	width: 100%;
	border-bottom: 5px solid #233b6b;
	margin-bottom: 5px;
}

article dl {
	padding: 5px;
}
article ol {
	padding: 5px;
}
li.service {
	list-style-type: decimal;
	margin-left: 30px;
}
p.indent15 {
	margin-left: 5px;
	text-indent: 15px;
}
span.indent15 {
	margin-left: 5px;
	text-indent: 15px;
}
li.indent15 {
	margin-left: 5px;
	text-indent: 15px;
	list-style-image: url(../images/list_01.gif);
	list-style-position: inside;
	line-height: 2;
}
.strong {
	font-size: 105%;
	font-weight: bold;
	line-height: 2;
}
.ngt-shadow {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;

}

/*メイン コンテンツ
------------------------------------------------------------*/
section.content article {
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
* html section.content article {
	height: 1%;
}
section.content p {
	margin-bottom: 5px;
}

.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 10px;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
.alignright2 {
	float: right;
	clear: right;
	margin: 0px 0 10px 10px;
}
.center_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
	height: auto;
}
.border, ul.list img {
	border: 4px solid #F4EBDF;
}
.bottom {
	border: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 20px 10px 20px;
}
.margin5 {
	margin: 5px;
}


.foot_logo{
	font-size:120%;
	font-weight:bold;
}
.foot_logo img{
		margin-right:5px;
}

