@charset "UTF-8";

/* ============================================================================================================== */
/* パーツ用スタイル */
/* ============================================================================================================== */
/* reset============================== */
* { margin: 0; padding: 0;}
ul {
	font-size: 100%;
	color: #000000;
	line-height: 1.7;
	letter-spacing: normal;
	padding: 0;
	margin: 10px 10px 10px 13px;
    list-style: none;
	list-style-position: outside;
}
ul li {
    margin: 0;
    padding: 0 0 0 23px;
    background-image: url(../images/ul.gif);
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: 4px 6px;
}
ol {
	font-size: 100%;
	color: #000000;
	line-height: 1.7;
	letter-spacing: normal;
	padding: 0 0 0 23px;
	margin: 10px 10px 10px 13px;
	list-style-position: outside;
}
ol li {
    margin: 0;
    padding: 0;
}

img { vertical-align: middle;}
hr { display: none;}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
img {
  border: 0;
}
h1 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 180%;
	font-weight: bold;
	text-shadow: #cccccc 2px 2px 2px;
	-moz-text-shadow: #cccccc 2px 2px 2px;
	-webkit-text-shadow: #cccccc 2px 2px 2px;
	line-height: 1.3;
	letter-spacing: 0.05em;

}
h2 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.05em;
}
h3 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.05em;
	clear: both;
}
h4 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 105%;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.05em;
}
h5 {
	padding: 0;
	margin: 0;
	color: #684e2b;
	font-size: 101%;
	font-weight: bold;
	line-height: 120%;
}
h6 {
	margin: 0.7em 5px 0.56em 8px;
	padding: 0;
	line-height: 1.5em;
	font-size: 94%;
}
hr {
	display: none;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
    height: 0;
}

#main ul, 
#kinkyu ul {
	font-size: 100%;
	color: #000000;
	line-height: 1.7;
	letter-spacing: normal;
	padding: 0;
	margin: 10px 10px 10px 13px;
    list-style: none;
	list-style-position: outside;
}
#main ol, 
#kinkyu ol {
	font-size: 100%;
	color: #000000;
	line-height: 1.7;
	letter-spacing: normal;
	padding: 0 0 0 23px;
	margin: 10px 10px 10px 13px;
	list-style-position: outside;
}
#main ul li, 
#kinkyu ul li {
    margin: 0;
    padding: 0 0 0 23px;
    background-image: url(../images/ul.gif);
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: 4px 6px;
}
#main ol li, 
#kinkyu ol li {
    margin: 0;
    padding: 0;
}
dl {
	padding: 15px;
	margin: 10px 10px 10px 13px;
	line-height: 1.5;
	font-size: 100%;
	background-color: #ffffff;
	border: solid 2px #80bd86;
}
dt {
	padding: 0 0 6px 0;
	margin: 0 !important;
	font-size: 100%;
	font-weight: bold;
	color: #505050;
}
dd {
	margin: 0 !important;
	font-size: 95%;
	font-weight: normal;
	color: #000000;
}
.txtno-display {
    padding: 0;
    margin: 0;
}
/* ==================================================
テンプレート　パーツ用
================================================== */
/* 検索窓
============================== */

/* style_baseに記述 */

/* .search_submit {
    float: left;
}

.search_txt_box {
    float: left;
}

.search-box {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.search-wp {
    float: left;
}
.search_txt_box input[type="text"] {
    width: 200px;
    min-height: 26px;
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
    font-size: 100%;
}

.search_submit input[type="submit"] {
    background: #131313;
    border: 1px solid #131313;
    color: #FFF;
    cursor: pointer;
    width: 60px;
    min-height: 28px;
    margin: 0 0 0 3px;
    font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
    font-size: 100%;
} */

/*通常のリンク色
============================== */
a, 
a:link {
	color: #505050;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	background-color: transparent;
}
a:visited {
	color: #977b56;
	background-color: transparent;
}
a:hover {
	color: #769379;
	background-color: transparent;
}
a:active {
	color: #977b56;
	background-color: transparent;
}

/* 内部ページリンクスタイル */
#localnavi p.pagelinkin,
.area3-left p.pagelinkin,
.area-right p.pagelinkin {
	margin: 0.56em 6px 0.56em 0;
	padding: 0 0 0 20px;
	background-image: url(/images/c_icon_li_gray.gif);
	background-position: 8px 0.46em;
	line-height: 1.5em;
}

/* ==================================================
イベントカレンダー
================================================== */
/* イベカレインデックスメニュー 
============================== */
ul#eventall {
	margin: 0.7em 5px 0.7em 0;
	padding: 0 5px 0 12px;
}
ul#eventall li {
	margin: 0.1em 0 0 0;
	padding: 1px 0 2px 20px;
	font-weight: normal;
	font-size: 85%;
	background-position: 0 0.38em;
	background-repeat: no-repeat;
}
div#eventall p {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 28px;
}
/* アイコン詳細 
============================== */
ul.calicon-li {
    margin: 10px 0 10px 13px;
    padding: 0;
}
ul.calicon-li li {
	float: left;
	margin: 0;
	padding: 8px 6px 8px 5px;
	white-space: nowrap;
	font-size: 94%;
	background-image: none;
}
ul.calicon-li img {
	margin: 0 4px 3px 6px !important;
	padding: 0;
	vertical-align: middle;
}
p.calicon-p img {
	margin: 0 6px 2px 0 !important;
	padding: 0;
	vertical-align: middle;
}
p.calicon-p {
    margin: 20px;
}
span.calicon-p02 {
    padding: 0 0 0 1.7em;
}
span.calicon-p01 {
    display: block;
}
/* カレンダーボタンリスト 
============================== */
.calbt-li {
    width: 250px;
    float: right;
}
.cal_bt_itiran a::before {
    content: "";
    background: url(/images/cal_bt_itiran.png) no-repeat 0 .15em;
    padding: 0 0 0 30px;
}
.cal_bt_calendar a::before {
    content: "";
    background: url(/images/cal_bt_calendar.png) no-repeat 0 .15em;
    padding: 0 0 0 30px;
}

/* カレンダーページ枠 
============================== */
div.cal-box {
	margin: 1em 0 1em 0;
	padding: 0;
}

/* ボタン枠 
============================== */
div.calbt-box {
	margin: 1em 0 1em 0;
	padding: 0;
	text-align: right;
}
div.calbt-box p {
	display: inline;
}
/* カレンダーテキストエリア 
============================== */
div.e-box {
	float: left;
	clear: both;
	width: 100%;
	margin-right: -222px;
}
div.e-txt {
	text-align: left;
	margin-right: 222px;
}
p.e-img {
	float: right;
	margin: 0;
	padding: 0;
	width: 212px;
	text-align: right;
}
div.e-txt p {
	margin: 0.1em 5px 0.56em 10px;
	padding: 0;
}
p.e-img img {
	margin: 12px 0 0 0;
}
/* 前の月・次の月 
============================== */
.calwrap {
    margin: 1em 0 0.7em 0;
    padding: 10px 0;
    background: #f8f1dd !important;
    border-radius: 3px !important;
}
.calwrap p {
    margin: 0;
    padding: 5px 0;
    font-size: 100%;
    line-height: 120%;
}
@media (min-width: 901px) {/* 最大幅～スマホサイズ直前 */
.calwrap .lastmonth {
	float: left;
	width: 10%;
	position: relative;
}
}
@media (max-width: 900px) {/* スマホサイズ */
.calwrap .lastmonth {
	float: left;
	width: 16%;
	position: relative;
}
}

.lastmonth span::before {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color: #614d31 !important;
    border-style: solid;
    border-width: 2.5px 2.5px 0 0;
    content: "";
    display: block;
    height: 5px !important;
    position: absolute;
    left: 1em;
    top: .75em !important;
    width: 5px !important;
}
.lastmonth span {
	margin: 0 0 0 38px;
	padding: 0;
}
@media (min-width: 901px) {/* 最大幅～スマホサイズ直前 */
.calwrap .nextmonth {
	float: right;
	width: 10%;
	text-align: right;
	position: relative;
	border: none;
}
}
@media (max-width: 900px) {/* 最大幅～スマホサイズ直前 */
.calwrap .nextmonth {
	float: right;
	width: 16%;
	text-align: right;
	position: relative;
	border: none;
}
}
.nextmonth span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #614d31 !important;
    border-style: solid;
    border-width: 2.5px 2.5px 0 0;
    content: "";
    display: block;
    height: 5px !important;
    position: absolute;
    right: 1em;
    top: .65em !important;
    width: 5px !important;
}
.nextmonth span {
	margin: 0 38px 0 0;
	padding: 0;
}
.calwrap .thismonth {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 130%;
    padding: 2px 0 0 0;
}
.calwrap a:link, 
.calwrap a:visited {
    color: #505050 !important;
}
/* テーブル（カレンダー） 
============================== */
table#calendar {
    clear: both;
    margin: 0 0 12px 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #D6D6D6;
    width: 100%;
}
table#calendar th {
    margin: 0;
    padding: 5px 4px 4px 4px;
    color: #1E1F1F;
    font-size: 85%;
    text-align: center;
    border: 1px solid #999999;
    background-color: #fcf7f0 !important;
}
table#calendar td {
    margin: 0;
    padding: 3px 3px 3px 3px;
    color: #333333;
    font-size: 85%;
    line-height: 130%;
    vertical-align: top;
    width: 14.28%;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    height: 90px;
}
table#calendar td.sunday {
	background-color: #fceeed !important;
    color: #1E1F1F;
}
table#calendar td.holiday {
	background-color: #fceeed !important;
    color: #1E1F1F;
}
table#calendar td.saturday {
	background-color: #eef3fa !important;
    color: #1E1F1F;
}
table#calendar td.holiday {
	background-color: #fceeed !important;
    color: #1E1F1F;
}
table#calendar td.dirEventHoliday {
	background-color: #F8E9E4;
    color: #1E1F1F;
}
/* セル内表示設定 
============================== */
table#calendar p {
	clear: both;
	margin: 0.2em 0 0.2em 0;
	padding: 0 2px 3px 4px;
	font-size: 100%;
}
table#calendar p img {
	float: left;
	margin: 0;
}
table#calendar p span {
	display: block;
	margin: 0 0 0 18px !important;
}

/* テーブル（一覧表） 
============================== */
table#calendarlist {
	clear: both;
	margin: 0 0 12px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #D6D6D6;
	width: 100%;
}
#calendarlist tr.sunday td {
	background-color: #fceeed !important;
    color: #1E1F1F;
}
#calendarlist tr.saturday td {
	background-color: #eef3fa !important;
    color: #1E1F1F;
}
#calendarlist tr.holiday td {
	background-color: #fceeed !important;
    color: #1E1F1F;
}
#calendarlist tr.dirEventHoliday td {
	background-color: #F8E9E4 !important;
    color: #1E1F1F;
}
#calendarlist th {
    margin: 0;
    padding: 2px 4px 1px 4px;
    color: #1E1F1F;
    font-size: 80%;
    border: 1px solid #999999;
    background-color: #fcf7f0 !important;
    text-align: center;
}
#calendarlist td {
	margin: 0;
	padding: 3px 0 3px 3px;
    color: #1E1F1F;
	font-size: 85%;
	line-height: 130%;
	vertical-align: top;
	text-align: center;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#calendarlist td.sunday {
    color: #1E1F1F;
	background-color: transparent;
}
#calendarlist td.saturday {
    color: #1E1F1F;
	background-color: transparent;
}
#calendarlist .day {
	width: 5em;
}
#calendarlist .week {
	width: 5em;
}
#calendarlist td.einfo {
	text-align: left;
}

/* セル内表示設定 
============================== */
table#calendarlist p {
	clear: both;
	margin: 0.1em 2px 0.1em 0;
	padding: 1px 2px 3px 2px;
	background-color: transparent;
	font-size: 100%;
    color: #1E1F1F;
}
table#calendarlist p img {
	vertical-align: middle;
	margin: 0;
	clear: both;
}
table#calendarlist p span {
	display: block;
	margin: 0 0 0 18px !important;
}
/* 今日判定 
============================== */
table#calendar td.today, 
table#calendarlist tr.today {
    border: 2px solid #5e9d64 !important;
}

dl.norcor dt img {
  vertical-align: middle;
}

/* ------------------------各パーツ設定------------------------ */
/* 見出し
============================== */
.h1bg {
	padding: 35px 15px 35px 25px;
	margin: 0 auto 30px auto;
	width: auto;
	text-align: left;
	min-height: 35px;
	vertical-align: middle;
	background-color: #ffffff;
	border-bottom:  solid 3px #d0b78f;
	clear: both;
}
.h1bg h1 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 180%;
	font-weight: bold;
	text-shadow: #cccccc 2px 2px 2px;
	-moz-text-shadow: #cccccc 2px 2px 2px;
	-webkit-text-shadow: #cccccc 2px 2px 2px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.h2bg {
	padding: 20px 10px 20px 20px;
	margin: 20px 0;
	width: auto;
	text-align: left;
	background-color: #fcf7f0;
	border:  solid 1px #c2aa84;
	clear: both;
}
.h2bg h2 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.05em;
}
.h3bg {
	padding: 5px 5px 5px 20px;
	margin: 20px 0;
	width: auto;
	text-align: left;
	background-color: transparent;
	border-left:  solid 3px #977b56;
	border-bottom: dotted 1px #977b56;
	clear: both;
}
.h3bg h3 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.05em;
	clear: both;
}
.h4bg {
	padding: 2px 2px 2px 20px;
	margin: 20px 0;
	width: auto;
	text-align: left;
	background-color: transparent;
	background-image: url("../images/h4line.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.h4bg h4 {
	padding: 0;
	margin: 0;
	color: #404040;
	font-size: 105%;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.05em;
}
.h5bg {
	padding: 2px 2px 2px 13px;
	margin: 20px 0 12px 0;
	width: auto;
	text-align: left;
	clear: both;
}
.h5bg h5 {
	padding: 0;
	margin: 0;
	color: #684e2b;
	font-size: 101%;
	font-weight: bold;
	line-height: 120%;
}
/* 文章パーツ
============================== */
p {
	font-size: 100%;
	color: #000000;
	line-height: 1.7;
	letter-spacing: normal;
	padding: 0;
	margin: 10px 10px 10px 13px;
	background-color: transparent;
}
/* 更新日、ページ番号 
============================== */
.update {
	padding: 0;
	margin: 0;
	width: 100%;
}
.update p {
	padding: 0;
	margin: 0;
	text-align: right;
}
.date-title {
    font-size: 80%;
}
.c-head-date .date {
    font-size: 90%;
}
/* ファイルのダウンロード 
============================== */
p.filelink {
	clear: both;
	margin: 0 10px 0 13px !important;
	margin: 0;
    padding: 0 0 0 23px;
    background-image: url(../images/filelink.gif);
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-position: 3px 6px;
	background-color: transparent;
}


/* リンクパーツ
============================== */
/* 内部ページリンクスタイル */
a.innerlink {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
p.innerLink, 
ul.listlink1 li {
	clear: both;
	margin: 0 10px 0 13px;
    padding: 0;
}
/* 新規ウインドウ用ページリンクスタイル */
p.newWindow {
/* 	padding: 3px 0 1px 15px; */
}
/* 外部ページリンクスタイル */
a.externalLink {
	clear: both;
	margin: 0;
    padding: 0 0 0 23px;
    background-image: url(../images/outlink.gif);
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-position: 3px 5px;
	background-color: transparent;
}
p.externalLink {
	clear: both;
	margin: 0;
    padding: 0 10px 0 13px;
}
a.externalLink img {
	padding: 0;
	margin-left: -23px;
	background-color: #ffffff;
	background-image: none;
}
.wysiwyg_wp a.externalLink img {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-image: none;
}

/* リンク説明用スタイル */
p.linktxt {
	margin: 0 10px 6px 13px;
    padding: 0 0 0 23px;
	background-color: transparent;
    font-size: 90%;
    color: #505050;
}

/* 表パーツ
============================== */
table.table01 ul li {
	line-height: 1.4em;
}

/* 表取り込み（Excel）の外枠と追記欄 */
.t-box {
	margin: 0;
	overflow: auto;
}
.t-box p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	background-color: transparent;
}

/* 表の外枠と追記欄 */
.t-box2 {
	margin: 0;
	overflow: auto;
}
.t-box2 p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	background-color: transparent;
}
/*サムネイルパーツ*/
.img-thumbnail01-left {
  float: left;
  text-align: left;
  padding: 7px 10px 5px 0;
  font-size: 80%;
  width: 20%;
}
.img-thumbnail02-left {
  float: left;
  text-align: left;
  padding: 7px 10px 5px 0;
  font-size: 80%;
  width: 18%;
}

/* HTML取り込み枠 
============================== */
.insertfile {
	margin: 10px 10px 10px 13px;
	padding: 0;
}

/* 画像パーツ
============================== */
img {/* 画像単体の設定 */
	border: 0;
	padding: 0;
	margin: 0;
}
a:hover img {/* リンク付き画像のマウスオーバー時の設定 */
	opacity: 0.8;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-ms-filter: "alpha(opacity=89)";
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
p.img-only a.resourceLink, 
p.img-left a.resourceLink, 
p.img-center a.resourceLink, 
p.img-right a.resourceLink {/* リソースリンクのアイコン非表示 */
margin: 0;
padding: 0;
background-image: none;
}

/* 画像エリア内 */
@media (min-width: 1210px) {/* 最大幅～ヘッダーが落下する直前 */

#wrap img {
	max-width: 777px;
	height: auto;
}
.img-area {
	padding: 0;
	margin: 10px 10px 10px 0;/*左余白はpのクラスで指定*/
	display: block;
	clear: both;
	width: auto;
	height: auto;
	overflow: hidden;
}
.img-area p {
}
/* 1連画像 */
p.img-left {/* 1連画像・左寄せ */
	display: table;/* 説明文を画像幅よりはみ出させないための設定 */
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	max-width: 750px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
p.img-center {/* 1連画像・中央寄せ */
	display: table;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	width: 50px;
	min-width: 50px;
	max-width: 750px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-all;
}
p.img-right {/* 1連画像・右寄せ */
	display: table;
	padding: 0 0 10px 0;
	margin: 0 13px 0 13px;
	width: 50px;
	min-width: 50px;
	max-width: 750px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: right;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像、画像リンク　左（文章回りこみ） */
.img-area-l {
	padding: 0;
	margin: 10px 10px 10px 0;
	display: block;
	clear: both;
	width: auto;
	max-width: 760px;
	height: auto;
}
.img-area-l p.imglink-txt-left {
	display: table;
	padding: 0 0 15px 0;
	margin: 0 10px 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像、画像リンク　右（文章回りこみ） */
.img-area-r {
	padding: 0;
	margin: 10px 10px 10px 0;
	display: block;
	clear: both;
	width: auto;
	max-width: 760px;
	height: auto;
}
.img-area-r p.imglink-txt-right {
	display: table;
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: right;
	overflow-wrap: break-word;
	word-break: break-all;
}
.img-area-r ol {
	margin: 0.7em 5px 0.7em 10px;
	padding: 0;
}
/* 画像リンク　2個横並び */
p.imglink-side2 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像横並び（3連） */
.img-area p.imglink-side3 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像リンク　4個横並び */
div.img-area p.imglink-side4 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
div.img-area p.imglink-side4 span {
	margin: 0 0 0 10px;
	padding: 0;
}
/* 画像リンク　5個横並び */
div.img-area p.imglink-side5 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
div.img-area p.imglink-side5 span {
	margin: 0 0 0 10px;
	padding: 0;
}
.map-area ol li,
.img-area-l ol li,
.img-area-r ol li {
	margin: 0 0 0 2.5em;
	padding: 0;
}
.b-line {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999999;
}
p.img-left span,p.img-center span,p.img-right span,p.imglink-side2 span,p.imglink-side3 span,p.imglink-txt-left span,p.imglink-txt-right span {/* 画像の説明文の設定 */
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
}

@media (max-width: 1210px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */

#wrap img {
	max-width: 587px;
	height: auto;
}
div.img-area {/* 画像エリアの共通設定 */
	padding: 0;
	margin: 10px 10px 10px 0;/*左余白はpのクラスで指定*/
	display: block;
	clear: both;
	width: auto;
	max-width: 100%;
	height: auto;
}
/* 1連画像 */
p.img-left {/* 1連画像・左寄せ */
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
p.img-center {/* 1連画像・中央寄せ */
	display: table;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-all;
}
p.img-right {/* 1連画像・右寄せ */
	display: table;
	padding: 0 0 10px 0;
	margin: 0 13px 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: right;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像、画像リンク　左（文章回りこみ） */
.img-area-l {
	padding: 0;
	margin: 10px 10px 10px 0;
	display: block;
	clear: both;
	width: auto;
	max-width: 760px;
	height: auto;
}
.img-area-l p.imglink-txt-left {
	display: table;
	padding: 0 0 15px 0;
	margin: 0 10px 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像、画像リンク　右（文章回りこみ） */
.img-area-r {
	padding: 0;
	margin: 10px 10px 10px 0;
	display: block;
	clear: both;
	width: auto;
	max-width: 760px;
	height: auto;
}
.img-area-r p.imglink-txt-right {
	display: table;
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: right;
	overflow-wrap: break-word;
	word-break: break-all;
}
.img-area-r ol {
	margin: 0.7em 5px 0.7em 10px;
	padding: 0;
}
/* 画像リンク　2個横並び */
p.imglink-side2 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像横並び（3連） */
.img-area p.imglink-side3 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像リンク　4個横並び */
div.img-area p.imglink-side4 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
div.img-area p.imglink-side4 span {
	margin: 0 0 0 10px;
	padding: 0;
}
/* 画像リンク　5個横並び */
div.img-area p.imglink-side5 {
	display: table;
	padding: 0 0 10px 0;
	margin: 0 0 0 13px;
	width: 50px;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
div.img-area p.imglink-side5 span {
	margin: 0 0 0 10px;
	padding: 0;
}
.map-area ol li,
.img-area-l ol li,
.img-area-r ol li {
	margin: 0 0 0 2.5em;
	padding: 0;
}
.b-line {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999999;
}
p.img-left span,p.img-center span,p.img-right span,p.imglink-side2 span,p.imglink-side3 span,p.imglink-txt-left span,p.imglink-txt-right span {/* 画像の説明文の設定 */
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
}

@media (max-width: 900px) {/* スマホサイズ */

#wrap img {
	max-width: 100% !important;
	height: auto;
}
div.img-area {/* 画像エリアの共通設定 */
	padding: 0;
	margin: 0;/*左余白はpのクラスで指定*/
	display: block;
	clear: both;
	width: auto !important;
	max-width: 100%;
	height: auto;
	text-align: center;
}
/* 1連画像 */
p.img-left {/* 1連画像・左寄せ */
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	width: auto;
	max-width: 100% !important;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-all;
}
p.img-center {/* 1連画像・中央寄せ */
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	width: auto;
	max-width: 98%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-all;
}
p.img-right {/* 1連画像・右寄せ */
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	width: auto;
	max-width: 100%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像、画像リンク　左（文章回りこみ） */
.img-area-l {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: left;
}
.img-area-l p.imglink-txt-left {
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 0 5px;
	width: auto;
	max-width: 100%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像、画像リンク　右（文章回りこみ） */
.img-area-r {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: left;
}
.img-area-r p.imglink-txt-right {
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 0 5px;
	width: auto;
	max-width: 100%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	overflow-wrap: break-word;
	word-break: break-all;
}
.img-area-r ol {
	margin: 0.7em 5px 0.7em 10px;
	padding: 0;
}
/* 画像リンク　2個横並び */
p.imglink-side2 {
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 0 5px;
	width: auto;
	max-width: 100%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像横並び（3連） */
.img-area p.imglink-side3 {
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 0 5px;
	width: auto;
	max-width: 100%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 画像リンク　4個横並び */
div.img-area p.imglink-side4 {
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 0 5px;
	width: auto;
	max-width: 100%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
div.img-area p.imglink-side4 span {
	margin: 0 0 0 10px;
	padding: 0;
}
/* 画像リンク　5個横並び */
div.img-area p.imglink-side5 {
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 0 5px;
	width: auto;
	max-width: 100%;
	min-width: 50px;
	height: auto;
	text-align: center;
	line-height: 1.3;
	float: left;
	overflow-wrap: break-word;
	word-break: break-all;
}
div.img-area p.imglink-side5 span {
	margin: 0 0 0 10px;
	padding: 0;
}
.map-area ol li,
.img-area-l ol li,
.img-area-r ol li {
	margin: 0 0 0 2.5em;
	padding: 0;
}
.b-line {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999999;
}
p.img-left span,p.img-center span,p.img-right span,p.imglink-side2 span,p.imglink-side3 span,p.imglink-txt-left span,p.imglink-txt-right span {/* 画像の説明文の設定 */
	padding: 0 2px 0 2px;
	margin: 0;
	max-width: 90%;
	font-size: 100%;
	font-weight: normal;
}
}

/* 画像エリア内floatのclear */
.img-area:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}

/* 画像リンク　1個 */
div.wardbox p.imglink {
	line-height: 1%;
	font-size: 1%;
}

img.img-guidance {
	margin: 0;
	padding: 0;
    position: absolute;
}

/* サムネイルリンク　3個横並び */
div.thumb-side3 {
	float: left;
	margin: 0;
	padding: 0;
	width: 212px;
}
div.thumb-side3 p {
	margin: 0.56em 0 0.1em 0;
	padding: 0;
}
div.thumb-side3 img {
	margin: 0 10px 5px 10px;
	padding: 0;
}
div.thumb-side3 span {
	margin: 0 10px 0 12px;
	padding: 0;
}
div.thumb-side3 p.pagelinkin {
	margin: 0.56em 10px 0.1em 10px;
	padding: 3px 0 1px 20px;
}
div.thumb-side3 p.filelink {
	margin: 0.56em 10px 0.1em 10px;
	padding: 0 0 2px 15px;
	background-position: 2px 0.2em;
}
div.thumb-side3 img.img-guidance {
	margin: 0;
	padding: 0;
}


/* ソーシャルメディアボタン 
============================== */
#date_area {
    width: 425px;
    margin-left: auto;
}
.socialmedia {
   	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
}
.sp_box {
	float: right;
	margin: 0;
	padding: 5px 0 0 15px;
	background-color:#FFFFFF;
}
#facebook_like {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
#facebook_like iframe {
	width: 120px !important;
}
#twitter {
	float: left;
	margin: 0;
	padding: 0;
}
#twitter iframe {
	width: 100px !important;
}
#google_plusone {
    display: inline-block;
}

/* 地図パーツ
============================== */
/* ▽地図エリア内▽ */
div.map-area {
	margin: 10px 10px 10px 13px;
	padding: 0;
	/zoom: 1;
	overflow: hidden;
}
div.mapimg {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: center;
}
div.mapimg img {
	margin: 0 0 5px 0;
	padding: 0;
}
/* 地図エリア、画像リンク（文章回りこみ）用再調整 */
div.map-area div.markernav,div.markernav img,div.h3bg,div.map-area div.h4bg,div.map-area ul,div.map-area ol,
div.img-area-l div.h3bg,div.img-area-l div.h4bg,div.img-area-l ul,div.img-area-l ol,
div.img-area-r div.h3bg,div.img-area-r div.h4bg,div.img-area-r ul,div.img-area-r ol {
	overflow: hidden;
	_zoom: 1;
}
div.map-area div.markernav,
div.markernav {
	clear: both;
	display: block;
	margin-left: 0;
	margin-bottom: 10px;
}
div.markernav p {
	margin: 10px 0 10px 0;
	padding: 0;
}
div.markernav img {
	vertical-align: middle;
}
div.map-area div.h2bg,
div.h2bg {
	margin-left: 0;
	overflow: hidden;
}

div.map-area div.h3bg,
div.h3bg {
	margin-left: 0;
}
div.map-area div.h4bg,
div.h4bg {
	margin-left: 0;
}
div.map-area p, {
	margin-left: 0;
}
div.map-area ul,
div.img-area-l ul {
	padding: 0;
}
div.markernav ul li {
	display: block;
}
div.markernav ul li a {
	display: block;
}
div.markernav ul li a img {
	display: none;
}
div.map-area ol,
div.img-area-l ol {
	margin: 0.7em 5px 0.7em 0;
	padding: 0;
}
div.img-area-r ol {
	margin: 0.7em 5px 0.7em 10px;
	padding: 0;
}
div.map-area ol li,
div.img-area-l ol li,
div.img-area-r ol li {
	margin: 0 0 0 2.5em;
	padding: 0;
}
/* ▽地図▽ */
p.imagemap {
	margin: 8px 0 8px 0;
	padding: 0;
	text-align: center;
}

/* APIを使用しない地図パーツ
============================== */
.gmap {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	max-height: 400px;
}
.gmap p {
	height: 0;
	overflow: hidden;
	padding: 0 0 75% 0;
	margin: 10px 10px 10px 13px;
	position: relative;
	text-align: left;
}
.gmap p iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 560px;
	height: 100%;
	max-height: 400px;
	min-height: 200px;
}

/* ページ内ジャンプ 
============================== */
.linkjump {
    list-style: none;
    padding: 0;
}
ul.linkjump {
	line-height: 1.7;
	letter-spacing: normal;
	padding: 0;
	margin: 10px 10px 10px 13px;
    list-style: none;
	list-style-position: outside;
}
ul.linkjump li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 0 0 23px !important;
    background-image: url(../images/linkjump.gif) !important;
    background-repeat: no-repeat !important;
    background-size: 11px 11px !important;
    background-position: 3px 6px !important;
}
ul.linkjump li::before {
    content: none;
}
p ul.linkjump {/* pタグ内のページ内リンクのul設定 */
    padding: 0;
    margin: 0;
    list-style: none;
}
p ul.linkjump li {/* pタグ内のページ内リンクのli設定 */
    display: inline;
    margin: 0;
    padding: 0;
    background-image: none;
}

/* コンテンツ内のこのページの上へ戻る 
============================== */
.tothispage2 {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
	overflow: hidden;
}
.tothispage2 div {
    float: right;
    margin: 0;
    padding: 2px 2px 0 18px;
    line-height: 1.2em;
    position: relative;
}
.tothispage2 a::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #505050;
    border-style: solid;
    border-width: 1.5px 1.5px 0 0;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: .54em;
}
/* このページの上へ戻る（フッタ） 
============================== */
div.page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
div.page-top img {
	display: block;
}

/* Adobe Readerのダウンロード 
============================== */
.dladobereader {
	padding: 10px;
	margin: 20px 10px 10px 13px;
	font-size: 90%;
	border: solid 1px #dddddd;
	background-color: #ffffff;
}
.dladobereader img {
	padding: 0;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
/* 問い合わせ先 
============================== */

@media (min-width: 1210px) {/* 最大幅～ヘッダーが落下する直前 */

.contact {
	padding: 14px;
	margin: 30px 10px 10px 13px;
	background-color: transparent;
	border: solid 1px #dfdfdf;
	clear: both;
}
.contact h2 {
	padding: 10px 12px 10px 12px;
	margin: 0;
	border-bottom: solid 2px #977b56;
	line-height: 1.1;
}
.contact p {
	padding: 0;
	margin: 10px 12px 4px 18px;
	line-height: 1.7;
    overflow: hidden;
}
.contact p.con-sec {/* お問い合わせ欄の課名 */
	padding: 0;
	margin: 10px 12px 6px 18px;
	font-size: 102%;
	font-weight: bold;
	color: #000000;
	line-height: 1.7;
}
.contact p.con-disc {/* お問い合わせ欄の説明文 */
	padding: 0;
	margin: 10px 12px 4px 18px;
	line-height: 1.7;
}
.contact p.con-add {/* お問い合わせ欄の住所 */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-tel {/* お問い合わせ欄の電話 */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-fax {/* お問い合わせ欄のfax */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-mail {
	padding: 0 0 0 24px;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("../images/z-mail.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
}
.contact p.con-mail a.externalLink {
	padding: 0;
	margin: 0;
	background-image: none;
}
.contact-title {
	margin: 0 0 8px 0;
	background-color: #FFFFFF;
}
div.contact p.contact-email {
	padding: 0 0 0 24px;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("../images/z-mail.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
}
p.contact-email a.externalLink {
	padding: 0;
	margin: 0;
	background-image: none;
}
}

@media (max-width: 1209px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */

.contact {
	padding: 14px;
	margin: 30px 10px 10px 13px;
	background-color: transparent;
	border: solid 1px #dfdfdf;
	clear: both;
}
.contact h2 {
	padding: 10px 12px 10px 12px;
	margin: 0;
	border-bottom: solid 2px #977b56;
	line-height: 1.1;
}
.contact p {
	padding: 0;
	margin: 10px 12px 4px 18px;
	line-height: 1.7;
    overflow: hidden;
}
.contact p.con-sec {/* お問い合わせ欄の課名 */
	padding: 0;
	margin: 10px 12px 6px 18px;
	font-size: 102%;
	font-weight: bold;
	color: #000000;
	line-height: 1.7;
}
.contact p.con-disc {/* お問い合わせ欄の説明文 */
	padding: 0;
	margin: 10px 12px 4px 18px;
	line-height: 1.7;
}
.contact p.con-add {/* お問い合わせ欄の住所 */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-tel {/* お問い合わせ欄の電話 */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-fax {/* お問い合わせ欄のfax */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-mail {
	padding: 0 0 0 24px;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("../images/z-mail.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
}
.contact-title {
	margin: 0 0 8px 0;
	background-color: #FFFFFF;
}
div.contact p.contact-email {
	padding: 0 0 0 24px;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("../images/z-mail.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
}
.contact p.con-mail a.externalLink {
	padding: 0;
	margin: 0;
	background-image: none;
}
div.contact p.contact-email a.externalLink {
	padding: 0;
	margin: 0;
	background-image: none;
}
}

@media (max-width: 900px) {/* スマホサイズ */

.contact {
	padding: 14px;
	margin: 30px 10px 10px 13px;
	background-color: transparent;
	border: solid 1px #dfdfdf;
	clear: both;
}
.contact h2 {
	padding: 10px 12px 10px 12px;
	margin: 0;
	border-bottom: solid 2px #977b56;
	line-height: 1.1;
	font-size: 120%;
}
.contact p {
	padding: 0;
	margin: 10px 12px 4px 18px;
	line-height: 1.7;
    overflow: hidden;
}
.contact p.con-sec {/* お問い合わせ欄の課名 */
	padding: 0;
	margin: 10px 12px 6px 18px;
	font-size: 102%;
	font-weight: bold;
	color: #000000;
	line-height: 1.7;
}
.contact p.con-disc {/* お問い合わせ欄の説明文 */
	padding: 0;
	margin: 10px 12px 4px 18px;
	line-height: 1.7;
}
.contact p.con-add {/* お問い合わせ欄の住所 */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-tel {/* お問い合わせ欄の電話 */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-fax {/* お問い合わせ欄のfax */
	padding: 0;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
}
.contact p.con-mail {
	padding: 0 0 0 24px;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("../images/z-mail.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
}
.contact p.con-mail a.externalLink {
	padding: 0;
	margin: 0;
	background-image: none;
}

.contact-title {
	margin: 0 0 8px 0;
	background-color: #FFFFFF;
}
div.contact p.contact-email {
	padding: 0 0 0 24px;
	margin: 4px 12px 0px 18px;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("../images/z-mail.gif");
	background-repeat: no-repeat;
	background-position: left 3px;

}
div.contact p.contact-email a.externalLink {
	padding: 0;
	margin: 0;
	background-image: none;
}
}

/* フィードバック 
============================== */
#formmail .h2bg {
    margin: 0 10px;
    padding: 5px 10px 25px 0;
    background: none;
    border: none;
}

#formmail p {
    padding: 20px 0 40px 0;
}
form.feedback div.fedd {
    margin: 0.2em 0 0 0;
    padding: 20px 0;
    line-height: 1.2em;
}
form.feedback label {
	margin: 0 0 0 10px;
	padding: 0;
}
#formmail .submitbox {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0 8px 0 10px;
	padding: 0;
}
#formmail .submitbox .fedbt {
    cursor: pointer;
    width: 140px;
    height: 30px;
    font-weight: bold;
    margin: 8px 0 10px 0;
    padding: 3px 2px 1px 2px;
    text-decoration: underline;
}
.formtxt {
    padding: 10px 20px;
}
#formmail li {
    background: none;
    text-align: left;
    line-height: 2.5em;
}
span.form-br {
    display: block;
}
form.feedback {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 1px 1px 0 1px;
	margin: 10px 0 1.8em 0;
	padding: 0 0 8px 0;
	clear: both;
	background-size: 30px;
	background-color: #F6F6F6;
	overflow: hidden;
	border-radius: 5px;
}
#formmail h2 {
    margin: 0;
    padding: 10px 15px;
    font-size: 110%;
    background: #DFDFDF;
}
form.feedback h3 {
	margin: 0.6em 5px 0 7px;
	padding: 0;
	font-size: 90%;
	border-bottom: none;
	background-image: none;
}
#formmail p {
	margin: 0.2em 5px 0.1em 8px;
	padding: 0;
}
form.feedback div.fedd {
	margin: 0.2em 0 0 10px;
	padding: 0;
	font-size: 90%;
	line-height: 1.2em;
}
form.feedback label {
	margin: 0 10px 0 0;
	padding: 0;
}

/* 広告エリア 
============================== */
.kokoku-wp {
    clear: both;
    margin: 0 auto 10px auto;
    /* padding: 0 13px; */
    border: none;
    width: 968px;
    overflow: hidden;
    background: #FFF;
}
.kokoku-title {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 120%;
	line-height: 120%;
	overflow: hidden;
	border-top: 3px solid #DFDFDF;
	width: 968px;
}
.kokoku-title h2 {
    float: left;
    padding: 3px 0 3px 5px;
    font-weight: 500;
    font-size: 100%;
}
.kokoku-link {
    float: right;
    display: block;
    margin: 0;
    padding: 3px 10px 0 15px;
    font-size: 85%;
    line-height: 1.5em;
    position: relative;
}
.kokoku-link a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #666666;
    border-style: solid;
    border-width: 2.5px 2.5px 0 0;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    left: 0;
    top: .6em;
    width: 6px;
}
.kokoku-wp ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.kokoku-wp ul li {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 1%;
    line-height: 1%;
    width: 234px;
    height: 67px;
    list-style-type: none;
    list-style-image: none;
    background-color: transparent;
    background-image: none;
    text-align: left;
}
.kokoku-in {
    width: 978px;
}


/* ボックス内floatのclear 
============================== */
.ichiran-all:after {
	/* content: "."; */
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.ichiran-all {display: inline-block;}
/* Hides from macIE \*/
* html .ichiran-all {height: 1%;}
.ichiran-all {display: block;}
/* End hide from macIE */

/* 隠し飛ばしリンク先＆隠し罫線用 */
.echooff {
	display: none;
}
.guidance {
	clear: both;
	font-size: 1%;
	line-height: 1%;
	width: 1px;
	height: 1px;
}

/* 回り込みの解除 */
.newpara {
	clear: both;
}
/* floatのclear */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* ==================================================
ローカルナビ
================================================== */
/* コンテンツページのローカルナビ 
============================== */
@media (min-width: 1210px) {/* 最大幅～ヘッダーが落下する直前 */

#losubnavi {
	padding: 0;
	margin: 0 0 30px 0;
	width: 288px;
	border: solid 1px #c4dcc6;
}
.lsnavi {
	padding: 0 10px 0 14px;
	margin: 0 0 30px 0;
	color: #505050;
	font-size: 90%;
	font-weight: normal;
	border-bottom: solid 2px #c4dcc6;
	background-color: #f6f8f4;
	text-align: left;
}
#losubnavi ul {
	padding: 0 0 10px 0;
	margin: 5px 10px 0 10px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	background-color: transparent;
}
#losubnavi ul li {
	padding: 0 0 10px 20px;
	margin: 15px 0 15px 0;
	border-bottom: solid 1px #bfbfbf;
	background-image: url("../images/losubnavi-icon.gif");
	background-repeat: no-repeat;
	background-position: left 6px;
}
.lsnavi h2 {
	font-size: 150%;
	font-weight: bold;
	padding: 17px 0 17px 0;
	margin: 0 auto;
}
}

@media (max-width: 1209px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */

#losubnavi {
	padding: 0;
	margin: 0 0 30px 0;
	width: 288px;
	border: solid 1px #c4dcc6;
}
.lsnavi {
	padding: 0 10px 0 14px;
	margin: 0 0 30px 0;
	color: #505050;
	font-size: 90%;
	font-weight: normal;
	border-bottom: solid 2px #c4dcc6;
	background-color: #f6f8f4;
	text-align: left;
}
#losubnavi ul {
	padding: 0 0 10px 0;
	margin: 5px 10px 0 10px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	background-color: transparent;
}
#losubnavi ul li {
	padding: 0 0 10px 20px;
	margin: 15px 0 15px 0;
	border-bottom: solid 1px #bfbfbf;
	background-image: url("../images/losubnavi-icon.gif");
	background-repeat: no-repeat;
	background-position: left 6px;
}
.lsnavi h2 {
	font-size: 150%;
	font-weight: bold;
	padding: 17px 0 17px 0;
	margin: 0 auto;
}
}

@media (max-width: 900px) {/* スマホサイズ */

#losubnavi {/* ローカルナビの枠設定 */
	display: none;
}
}

/* レコメンド */

@media (min-width: 901px) {/* 最大幅～スマホサイズ直前 */

.lorecommend {/* レコメンドの枠設定 */
	padding: 0;
	margin: 50px 0 15px 0;
	width: 288px;
	border: solid 1px #998a72;
} 
.lorecommend .lsnavi {/* レコメンドの見出し枠設定 */
	padding: 5px 18px 5px 18px;
	margin: 0 0 30px 0;
	color: #ffffff;
	font-size: 80%;
	border: 0;
	background-color: #998a72;
	text-align: center;
	letter-spacing: 0.12em;
}
.lorecommend .lsnavi h2 {/* レコメンドの見出し設定 */
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}
.lorecommend ul {/* レコメンドのリスト設定 */
	padding: 0 0 10px 0;
	margin: 5px 10px 0 10px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	background-color: transparent;
}
.lorecommend ul li {
	padding: 0 0 10px 20px;
	margin: 15px 0 15px 0;
	border-bottom: solid 1px #bfbfbf;
	background-image: url("../images/losubnavi-icon.gif");
	background-repeat: no-repeat;
	background-position: left 6px;
}
}

@media (max-width: 900px) {/* スマホサイズ */
.lorecommend {
	display: none;
}
}

/* 暮らしの手引きから探す～お気に入り */

@media (min-width:901px) {/* 最大幅～スマホサイズ直前 */

.lnv {
	padding: 0;
	margin: 0 0 30px 0;
	width: auto;
	height: 60px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	border: solid 2px #dfd1bd;
	background-color: #fffcf9;
	outline: 0;
}
.lnv a {
	display: block;
	padding: 0;
	margin: 0;
	width: 286px;
	height: 61px;
	color: #505050;
}
.lnv a:hover {
	color: #707070;
}
.lnv img {
	display: inline-block;
	padding: 0;
	margin: 13px 20px 12px 10px;
	vertical-align: middle;
}
.lnv span {
	display: inline-block;
	padding: 4px 0 0 0;
	margin: 0;
	vertical-align: middle;
}
/* 情報がみつからない～バナー */
div#banner01 {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 30px auto 0 auto;
	border: 0;
	width: 290px;
	height: 54px;
	background-image: url("../images/mitsukaranai_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 106%;
	font-weight: bold;
}
div#banner01 a {
	display: flex;
	align-items: center;
	padding: 4px 0 0 36px;
	margin: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #614d31;
}
/* 組織一覧から探すバナー */
div#banner02 {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 30px auto 0 auto;
	border: 0;
	width: 290px;
	height: 54px;
	background-image: url("../images/soshiki_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 106%;
	font-weight: bold;
}
div#banner02 a {
	display: flex;
	align-items: center;
	padding: 4px 0 0 36px;
	margin: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #614d31;
}
/* お気に入り */
div#lobookmark {/* お気に入りの枠設定 */
	padding: 0;
	margin: 30px auto !important;
	width: 288px !important;
	border: solid 1px #335b36 !important;
}
div#lobookmark .bookmark-title {
	display: flex;
	align-items: center;
	padding: 0 0 0 36px;
	margin: 0;
	width: auto;
	height: 54px;
	text-align: left;
	border-bottom: solid 1px #335b36;
	background-image: url("../images/bm_img.png");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-color: #f1f6ed;
}
div#lobookmark .bookmark-title span {
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 106%;
	font-weight: bold;
	color: #614d31;
	width: 184px;
}
div#lobookmark .bookmark-title p {
	padding: 3px 3px 0px 3px;
	margin: 0;
	width: 45px;
	font-size: 106%;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background-color: #614d31;
}
div#lobookmark .bookmark-title p a {
	color: #ffffff;
	text-decoration: none;
}
div#lobookmark #tmp_mymenu_list {
	padding: 0;
	margin: 0;
}
div#lobookmark #tmp_mymenu_list ul {
	padding: 0 0 10px 0;
	margin: 5px 10px 0 10px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	background-color: transparent;
}
div#lobookmark #tmp_mymenu_list ul li {
	padding: 0 0 10px 20px;
	margin: 15px 0 15px 0;
	border-bottom: solid 1px #bfbfbf;
	background-image: url("../images/losubnavi-icon.gif");
	background-repeat: no-repeat;
	background-position: left 6px;
}
div#lobookmark #tmp_mymenu_status {
	padding: 0;
	margin: 0;
}
div#lobookmark #tmp_mymenu_status .mymenu_entry_btn{
	padding:  6px 0;
	margin: 10px;
	text-align: center;
	background-color: #f1f6ed;
	border: solid 1px #bfbfbf;
}
div#lobookmark #tmp_mymenu_status p {
	padding:  6px 0;
	margin: 10px;
	text-align: center;
	background-color: #f1f6ed;
	border: solid 1px #bfbfbf;
}
}

@media (max-width: 900px) {/* スマホサイズ */
.lnv {
	display: none;
}
}

/* お気に入り編集ページ */
#tmp_mymenu_manager_list ul {
	line-height: 2.0;
}
#tmp_mymenu_manager_list ul li {
	padding: 0;
	margin: 0;
	background-image: none;
}
#tmp_mymenu_manager_list ul li input {
	margin-right: 10px;
}
.mymenu_delete_btn input {
	width: 45px;
	height: 30px;
}

/* 第2階層インデックスページのローカルナビ 
============================== */

@media (min-width: 901px) {/* 最大幅～スマホサイズ直前 */
/* サイドナビの暮らしの手引きエリア */
.navi-tebiki {/* 暮らしの手引きエリア */
	padding: 0;
	margin: 0 0 0 0;
	border: solid 2px #dfd1bd;
}
.navi-tebiki h2 {
	padding: 20px 0;
	margin: 0 auto;
	width: auto;
	text-align: left;
	color: #505050;
	font-size: 140%;
	font-weight: bold;
	border-bottom: solid 2px #dfd1bd;
	background-color: #faf5ee;
}
.navi-tebiki h2 span {
	padding: 3px 0 0 20px;
	margin: 0;
}
.nt-bosai {/* サイドナビの防災リンクバナー */
	padding: 0;
	margin: 0;
	width: auto;
	height: 60px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px #dfd1bd;
	background-color: #faeeee;
	outline: 0;
}
.nt-bosai a {
	display: block;
	padding: 0;
	margin: 0;
	width: 286px;
	height: 61px;
	color: #505050;
}
.nt-bosai a:hover {
	color: #707070;
}
.nt-bosai img {
	display: inline-block;
	padding: 0;
	margin: 13px 20px 12px 10px;
	vertical-align: middle;
}
.nt-bosai span {
	display: inline-block;
	padding: 4px 0 0 0;
	margin: 0;
	vertical-align: middle;
}
ul.nt-menu {/* サイドナビの暮らしの手引きリンクバナー */
	margin: -1px 0 0 0;
	padding: 0;
	width: auto;
	outline: 0;
	min-width: 286px;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: -0.5;
	background-color: #dfd1bd;
	overflow: hidden;
}
li.nt-link {
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	margin: 0 -3px 0 0;
	width: 142px;
	height: 60px;
	text-align: left;
	vertical-align: middle;
	background-color: #fffcf9;
	background-image: none;
	border-top: solid 1px #dfd1bd;
	list-style: none;
	list-style-image: none;
}
li.nt-link a {
	display: block;
	text-decoration: none;
	color: #505050;
	width: 140px;
	height: 59px;
}
li.nt-link a:hover {
	color: #707070;
}
li.nt-link img {
	display: inline-block;
	padding: 0;
	margin: 13px 7px 12px 7px;
	vertical-align: middle;
}
li.nt-link span {
	display: inline-block;
	padding: 5px 0 0 0;
	margin: 0;
	vertical-align: middle;
}
/* イベカレバナー */
div.lnv-evcal {
	padding: 0;
	margin: 0 0 15px 0;
	width: auto;
	height: 60px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	border: solid 2px #759276;
	background-color: #f3f7f2;
	outline: 0;
}
div.lnv-evcal a {
	display: block;
	padding: 0;
	margin: 0;
	width: 286px;
	height: 61px;
	color: #505050;
}
div.lnv-evcal a:hover {
	color: #707070;
}
div.lnv-evcal img {
	display: inline-block;
	padding: 0;
	margin: 13px 20px 12px 10px;
	vertical-align: middle;
}
div.lnv-evcal span {
	display: inline-block;
	padding: 4px 0 0 0;
	margin: 0;
	vertical-align: middle;
}
/* サイドナビの観光エリア */
div.kanko-menu {/* 観光バナーエリア */
	padding: 0;
	margin: 40px 0 40px 0;
	text-align: center;
}
div.kanko-ingbn {/* 観光情報リンクバナー */
	padding: 0;
	margin: 0 0 10px 0;
}
}

@media (max-width: 900px) {/* スマホサイズ */

div.navi-tebiki {/* サイドナビの暮らしの手引きエリア */
	display: none;
}

div.lnv-evcal {/* イベントカレンダーエリア */
	display: none;
}
div.kanko-menu {/* 観光エリア */
	display: none;
}
}

/* ==================================================
各パーツ
================================================== */
/* 新着情報 
============================== */
.newinfo-title {
    background: #DFDFDF;
    border-radius: 5px 5px 0 0;
    padding: .5em 15px;
    font-size: 1.3em;
}
.newinfo-title h2 {
    padding: 10px 15px;
}
.ichiran-wp {
    overflow: hidden;
    margin: 0 15px;
}
.info-list .link {
    display: block;
    margin: 0 0 0 8.5em;
    font-size: 97%;
}
.newinfo-in {
    background: #F6F6F6;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    padding: 5px 15px 5px 10px;
}
.info-list {
    margin: 0 0 5px 0;
}

/* 新着情報 */

@media (min-width: 1210px) {/* 最大幅～ヘッダーが落下する直前 */

ul.info-list {
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}
ul.info-list li {
	padding: 0 0 15px 155px !important;/* 2行目を揃えるための左余白 */
	margin: 0 15px 15px 15px !important;
	text-indent: -155px !important;/* 2行目を揃えるための左インデント */
	min-width: 560px;
	background-image: none !important;
	border-bottom: solid 1px #b1b1b1 !important;
}
ul.info-list li:nth-last-child(1) {/* li最後のみ下余白少ない設定 */
	padding: 0 0 15px 155px !important;
	margin: 0 15px 2px 15px !important;
	text-indent: -155px !important;
	min-width: 560px;
	background-image: none !important;
	border-bottom: solid 1px #b1b1b1 !important;
	overflow-wrap: break-word !important;
}
.i-shinchaku-sec ul.info-list li {/* 各課のみ課名を出す設定 */
    padding: 0 0 15px 281px !important;/* 2行目を揃えるための左余白 */
    margin: 0 15px 15px 15px !important;
    text-indent: -281px !important;/* 2行目を揃えるための左インデント */
    max-width: 430px;
    min-width: 100px;
    background-image: none !important;
    border-bottom: solid 1px #b1b1b1 !important;
}
.i-shinchaku-sec ul.info-list li:nth-last-child(1)  {/* 各課のみ課名を出す設定 */
    padding: 0 0 15px 281px !important;/* 2行目を揃えるための左余白 */
    margin: 0 15px 2px 15px !important;
    text-indent: -281px !important;/* 2行目を揃えるための左インデント */
    max-width: 430px;
    min-width: 100px;
    background-image: none !important;
    border-bottom: solid 1px #b1b1b1 !important;
}
ul.info-list li span.date {/* 新着情報の日付け設定 */
	display: inline-block;
	padding: 3px 7px 2px 10px;
	margin: 0 10px 0 0;
	min-width: 125px;
	text-align: left;
	text-indent: 0px;
	background-color: #fcf7f0;
}
ul.info-list li span.sname {/* 新着情報の日付け設定 */
    display: inline-block;
    padding: 4px 0 1px 0;
    margin: 0 10px 0 0;
    min-width: 117px;
    color: #404040;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
}
ul.info-list li span.link {/* 新着情報のリンク設定 */
	display: inline;
	padding: 0;
	margin: 0;
	text-align: left;
}
div.ichiran-all {/* 新着情報一覧リンクバナー設定 */
	margin: 5px 2px 6px 0;
	padding: 0;
	text-align: right;
}
div.ichiran-all .ichiran-link {/* 新着情報一覧リンクバナー設定 */
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 195px;
    height: 27px;
    font-size: 90%;
    color: #ffffff;
    line-height: 2;
    text-align: left;
    background: #5e9d64;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
}
div.ichiran-all .ichiran-link span {
	margin: 0 0 0 12px;
	padding: 0;
	vertical-align: middle;
}
div.ichiran-all .ichiran-link:hover {/* 新着情報一覧オンマウス時の設定 */
	opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
}


@media (max-width: 1209px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */

ul.info-list {
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}
ul.info-list li {
	padding: 0 0 15px 146px !important;/* 2行目を揃えるための左余白 */
	margin: 0 15px 15px 15px !important;
	text-indent: -146px !important;/* 2行目を揃えるための左インデント */
	min-width: 400px;
	background-image: none !important;
	border-bottom: solid 1px #b1b1b1 !important;
}
ul.info-list li:nth-last-child(1) {/* li最後のみ下余白少ない設定 */
	padding: 0 0 15px 146px !important;
	margin: 0 15px 2px 15px !important;
	text-indent: -146px !important;
	min-width: 400px;
	background-image: none !important;
	border-bottom: solid 1px #b1b1b1 !important;
	overflow-wrap: break-word !important;
}
.i-shinchaku-sec ul.info-list li {/* 各課のみ課名を出す設定 */
    padding: 0 0 15px 281px !important;/* 2行目を揃えるための左余白 */
    margin: 0 15px 15px 15px !important;
    text-indent: -281px !important;/* 2行目を揃えるための左インデント */
    max-width: 430px;
    min-width: 100px;
    background-image: none !important;
    border-bottom: solid 1px #b1b1b1 !important;
}
.i-shinchaku-sec ul.info-list li:nth-last-child(1)  {/* 各課のみ課名を出す設定 */
    padding: 0 0 15px 282px !important;/* 2行目を揃えるための左余白 */
    margin: 0 15px 2px 15px !important;
    text-indent: -282px !important;/* 2行目を揃えるための左インデント */
    max-width: 430px;
    min-width: 100px;
    background-image: none !important;
    border-bottom: solid 1px #b1b1b1 !important;
}
ul.info-list li span.date {/* 新着情報の日付け設定 */
	display: inline-block;
	padding: 3px 7px 2px 10px;
	margin: 0 10px 0 0;
	min-width: 125px;
	text-align: left;
	text-indent: 0px;
	background-color: #fcf7f0;
}
ul.info-list li span.sname {/* 新着情報の日付け設定 */
    display: inline-block;
    padding: 4px 0 1px 0;
    margin: 0 10px 0 0;
    min-width: 117px;
    color: #404040;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
}
ul.info-list li span.link {/* 新着情報のリンク設定 */
	display: inline;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 400px;
}
div.ichiran-all {/* 新着情報一覧リンクバナー設定 */
	margin: 5px 2px 6px 0;
	padding: 0;
	text-align: right;
}
div.ichiran-all .ichiran-link {/* 新着情報一覧リンクバナー設定 */
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 195px;
    height: 27px;
    font-size: 90%;
    color: #ffffff;
    line-height: 2;
    text-align: left;
    background: #5e9d64;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
}
div.ichiran-all .ichiran-link span {
	margin: 0 0 0 12px;
	padding: 0;
	vertical-align: middle;
}
div.ichiran-all .ichiran-link:hover {/* 新着情報一覧オンマウス時の設定 */
	opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
}

@media (max-width: 900px) {/* スマホサイズ時 */

ul.info-list {
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}
ul.info-list li {
	padding: 0 0 10px 0px !important;/* 2行目を揃えるための左余白 */
	margin: 0 5px 15px 5px !important;
	min-width: 360px !important;
	background-image: none !important;
	border-bottom: solid 1px #b1b1b1 !important;
}
ul.info-list li:nth-last-child(1) {/* li最後のみ下余白少ない設定 */
	padding:  0 0 10px 0px !important;
	margin: 0 5px 2px 5px !important;
	min-width: 360px !important;
	background-image: none !important;
	border-bottom: solid 1px #b1b1b1 !important;
}
.i-shinchaku-sec ul.info-list li {/* 各課のみ課名を出す設定 */
    padding: 0 0 10px 0 !important;/* 2行目を揃えるための左余白 */
    margin: 0 15px 15px 15px !important;
	min-width: 360px !important;
    background-image: none !important;
    border-bottom: solid 1px #b1b1b1 !important;
}
.i-shinchaku-sec ul.info-list li:nth-last-child(1)  {/* 各課のみ課名を出す設定 */
    padding: 0 0 10px 0 !important;/* 2行目を揃えるための左余白 */
    margin: 0 15px 2px 15px !important;
    text-indent: 0 !important;/* 2行目を揃えるための左インデント */
	min-width: 360px !important;
    background-image: none !important;
    border-bottom: solid 1px #b1b1b1 !important;
}
ul.info-list li span.date {/* 新着情報の日付け設定 */
	display: inline-block;
	padding: 3px 7px 2px 10px;
	margin: 0 13px 0 0;
	width: 125px;
	text-align: left;
	text-indent: 0px;
	background-color: #fcf7f0;
}
ul.info-list li span.sname {/* 新着情報の日付け設定 */
    display: inline-block;
    padding: 4px 0 1px 0;
    margin: 0 10px 0 0;
    min-width: 117px;
    color: #404040;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
}
ul.info-list li span.link {/* 新着情報のリンク設定 */
	display: block;
    padding: 6px 0 0 0;
	margin: 0;
	text-align: left;
}
div.ichiran-all {/* 新着情報一覧リンクバナー設定 */
	margin: 5px 2px 6px 0;
	padding: 0;
	text-align: right;
}
div.ichiran-all .ichiran-link {/* 新着情報一覧リンクバナー設定 */
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 195px;
    height: 27px;
    font-size: 90%;
    color: #ffffff;
    line-height: 2;
    text-align: left;
    background: #5e9d64;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
}
div.ichiran-all .ichiran-link span {
	margin: 0 0 0 12px;
	padding: 0;
	vertical-align: middle;
}
div.ichiran-all .ichiran-link:hover {/* 新着情報一覧オンマウス時の設定 */
	opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
}

/* 全新着一覧 */

@media (min-width: 1210px) {/* 最大幅～ヘッダーが落下する直前 */

ul.allinfo-list, ul.allinfo-list-sec {/* 新着情報のul設定 */
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
	width: 97%;
}
ul.allinfo-list li {/* 新着情報のli設定 */
	padding: 0 0 15px 150px !important;/* 2行目を揃えるための左余白 */
	margin: 0 5px 15px 5px !important;
	text-indent: -150px !important;/* 2行目を揃えるための左インデント */
	background-image: none !important;
	border-bottom: solid 1px #dfdfdf !important;
}
ul.allinfo-list-sec li {/* 新着情報のli設定 */
	padding: 0 0 15px 298px !important;/* 2行目を揃えるための左余白 */
	margin: 0 5px 15px 5px !important;
	text-indent: -291px !important;/* 2行目を揃えるための左インデント */
	background-image: none !important;
	border-bottom: solid 1px #dfdfdf !important;
}
ul.allinfo-list li span.date {/* 新着情報の日付け設定 */
	display: inline-block !important;
	padding: 3px 5px 2px 10px !important;
	margin: 0 10px 0 0 !important;
	min-width: 125px !important;
	text-align: left !important;
	text-indent: 0px;
	background-color: #fcf7f0 !important;
}
ul.allinfo-list-sec li span.date {/* 新着情報の日付け設定 */
	display: inline-block !important;
	padding: 3px 7px 2px 10px !important;
	margin: 0 10px 0 0 !important;
	min-width: 125px !important;
	text-align: left !important;
	text-indent: 0px !important;
	background-color: #fcf7f0 !important;
}
ul.allinfo-list-sec li span.sname {/* 新着情報の日付け設定 */
    display: inline-block;
    padding: 4px 0 1px 0;
    margin: 0 10px 0 0;
    min-width: 117px;
    color: #404040;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
}

ul.allinfo-list li span.link {/* 新着情報のリンク設定 */
	display: inline;
	padding: 0 3px 0 0;
	margin: 0;
	text-align: left;
}
ul.allinfo-list-sec li span.link {/* 新着情報のリンク設定 */
	display: inline !important;
	padding: 0 3px 0 0 !important;
	margin: 0 !important;
	text-align: left !important;
}
}

@media (max-width: 1209px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */

ul.allinfo-list, ul.allinfo-list-sec {/* 新着情報のul設定 */
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
	width: 97%;
}
ul.allinfo-list li {/* 新着情報のli設定 */
	padding: 0 0 15px 150px !important;/* 2行目を揃えるための左余白 */
	margin: 0 5px 15px 5px !important;
	text-indent: -150px !important;/* 2行目を揃えるための左インデント */
	background-image: none !important;
	border-bottom: solid 1px #dfdfdf !important;
}
ul.allinfo-list-sec li {/* 新着情報のli設定 */
	padding: 0 0 15px 298px !important;/* 2行目を揃えるための左余白 */
	margin: 0 5px 15px 5px !important;
	text-indent: -291px !important;/* 2行目を揃えるための左インデント */
	background-image: none !important;
	border-bottom: solid 1px #dfdfdf !important;
}
ul.allinfo-list li span.date {/* 新着情報の日付け設定 */
	display: inline-block !important;
	padding: 3px 5px 2px 10px !important;
	margin: 0 10px 0 0 !important;
	min-width: 125px !important;
	text-align: left !important;
	text-indent: 0px;
	background-color: #fcf7f0 !important;
}
ul.allinfo-list-sec li span.date {/* 新着情報の日付け設定 */
	display: inline-block !important;
	padding: 3px 7px 2px 10px !important;
	margin: 0 10px 0 0 !important;
	min-width: 125px !important;
	text-align: left !important;
	text-indent: 0px !important;
	background-color: #fcf7f0 !important;
}
ul.allinfo-list-sec li span.sname {/* 新着情報の日付け設定 */
    display: inline-block;
    padding: 4px 0 1px 0;
    margin: 0 10px 0 0;
    min-width: 117px;
    color: #404040;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
}

ul.allinfo-list li span.link {/* 新着情報のリンク設定 */
	display: inline;
	padding: 0 3px 0 0;
	margin: 0;
	text-align: left;
}
ul.allinfo-list-sec li span.link {/* 新着情報のリンク設定 */
	display: inline !important;
	padding: 0 3px 0 0 !important;
	margin: 0 !important;
	text-align: left !important;
}
}

@media (max-width: 900px) {/* スマホサイズ時 */

ul.allinfo-list, ul.allinfo-list-sec {/* 新着情報のul設定 */
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
	width: 97%;
}
ul.allinfo-list li {/* 新着情報のli設定 */
	padding: 0 0 10px 0 !important;/* 2行目を揃えるための左余白 */
	margin: 0 5px 15px 5px !important;
	text-indent: 0px !important;/* 2行目を揃えるための左インデント */
	background-image: none !important;
	border-bottom: solid 1px #dfdfdf !important;
}
ul.allinfo-list-sec li {/* 新着情報のli設定 */
	padding: 0 0 10px 0px !important;/* 2行目を揃えるための左余白 */
	margin: 0 5px 15px 5px !important;
	text-indent: 0px !important;/* 2行目を揃えるための左インデント */
	background-image: none !important;
	border-bottom: solid 1px #dfdfdf !important;
}
ul.allinfo-list li span.date {/* 新着情報の日付け設定 */
	display: inline-block;
	padding: 3px 7px 2px 10px;
	margin: 0 10px 0 0;
	min-width: 125px;
	text-align: left;
	text-indent: 0px;
	background-color: #fcf7f0;
}
ul.allinfo-list-sec li span.date {/* 新着情報の日付け設定 */
	display: inline-block;
	padding: 3px 7px 2px 10px;
	margin: 0 10px 0 0;
	min-width: 125px;
	text-align: left;
	text-indent: 0px;
	background-color: #fcf7f0;
}
ul.allinfo-list-sec li span.sname {/* 新着情報の日付け設定 */
    display: inline-block;
    padding: 4px 0 1px 0;
    margin: 0 10px 0 0;
    min-width: 117px;
    color: #404040;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
}
ul.allinfo-list li span.link {/* 新着情報のリンク設定 */
	display: block;
	padding: 6px 0 0 0;
	margin: 0;
	text-align: left;
}
ul.allinfo-list-sec li span.link {/* 新着情報のリンク設定 */
	display: block;
	padding: 6px 0 0 0;
	margin: 0;
	text-align: left;
}
}

/*第二階層大見出しエリア
============================== */

@media (min-width: 1210px) {/* 最大幅～ヘッダーが落下する直前 */

#h1img {/* インデックスの大見出しエリア設定 */
	display: inline-block;
	padding: 0;
	margin: 0 auto 40px auto;
	width: auto;
	min-width: 100%;
	min-height: 170px;
	text-align: left;
	vertical-align: middle;
	clear: both;
	background-color: #dfd1bd;
	overflow: hidden;
}
div#h1img h1 {/* インデックスの大見出し文章設定 */
	padding: 0;
	margin:  68px auto 0 25px;
	color: #ffffff;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-shadow: 0 0 6px #000000;
	position: absolute;
	z-index: 2;
}
.index_2nd_eyeimg {
	padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    max-height: 170px;
	overflow: hidden;
}
.index_2nd_eyeimg img {
    border-radius: 1px;
    max-width: 800px !important;
}
}

@media (max-width: 1209px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */

#h1img {/* インデックスの大見出しエリア設定 */
	display: inline-block;
	padding: 0;
	margin: 0 auto 20px auto;
	width: 610px;
	height: auto;
	min-height: 129px;
	text-align: left;
	vertical-align: middle;
	clear: both;
	background-color: #dfd1bd;
	overflow: hidden;
}
#h1img h1 {/* インデックスの大見出し文章設定 */
	padding: 0;
	margin:  54px auto 0 25px;
	color: #ffffff;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-shadow: 0 0 6px #000000;
	position: absolute;
	z-index: 2;
}
.index_2nd_eyeimg {
	padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
	max-height: 129px;
	overflow: hidden;
}
.index_2nd_eyeimg img {
    border-radius: 1px;
    max-width: 610px !important;
}
}

@media (max-width: 900px) {/* スマホサイズ */

#h1img {/* インデックスの大見出しエリア設定 */
	display: inline-block;
	padding: 0;
	margin: 0 auto 40px auto;
	width: 100%;
	height: auto;
	min-height: 136px;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	border-bottom: solid 2px #977b56;
	border-top: solid 2px #977b56;
	clear: both;
}
#h1img h1 {/* インデックスの大見出し文章設定 */
	padding: 0;
	margin:  52px auto 0 25px;
	color: #977b56;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.index_2nd_eyeimg {
	display: none;
}
}

.index_2nd_title_wp {
    overflow: hidden;
    width: 984px;
}
.index_2nd_title_l {
    float: left;
    width: 704px;
}
.index_2nd_title_r {
    float: right;
    width: 250px;
}
.img-btn {
    margin: 0 0 0.56em 0;
}
/* メニュー大枠 
============================== */
.menulist {
    clear: both;
    padding: 0;
}
/* 次階層ボタン風リンク 
============================== */
.m-title h2 a {
/* 	margin: 0;
	display: block;
	color: #FFFFFF;
}
h2.nextpage a:link, 
h2.nextpage a:visited,
h2.nextpage a:active,
h2.nextpage a:hover {
    display: block;
    padding: 0.5em 5px 0.5em 26px;
*/} 
/* コーナー用 
============================== */
.norcor {
/*	margin: 0.7em 5px 0.7em 0;
	padding: 0 0 0 11px;
}
.norcor li {
    float: none;
    background-image: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EBECED;
    white-space: normal;
}
.norcor li a {
    margin: 0.2em 0 0 0;
    display: inline-block;
}
ul.norcor {
	margin: 0.7em 5px 0.7em 0;
	padding: 0 0 0 9px;
}
ul.norcor li {
	margin: 0.3em 0 0 0;
	position: relative;
	background: none;
	padding: 0 0 .58em 21px;
}
p.norcor {
	margin: 0.2em 0 0 11px;
	padding: 3px 0 1px 16px;
	background-image: url(/images/c_icon_inlink.gif) !important;
	background-repeat: no-repeat;
	background-position: 3px 0.68em;
	_height: 1%;
 */}
/* コーナー用（横） 
============================== */
ul.norcor-side {
    margin: 0 0 0.56em 0;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    padding: 10px 10px 2px 10px;
    background: #F6F6F6;
}
ul.norcor-side li {
	float: left;
	margin: 0 0 0.6em 0;
	padding: 0 12px 0 14px;
	line-height: 110%;
	white-space: nowrap;
	border-right: 1px solid #333333;
	background-color: transparent;
	background-image: none;
}

/* イベント終了アイコン 
============================== */
.eventend {
	margin: 4px 0 4px 8px;
	vertical-align: middle;
}
/* リンク付き見出し
============================== */
.m-title {
	padding: 10px 10px 10px 0;
	margin: 20px 0;
	width: auto;
	text-align: left;
	background: linear-gradient(90deg, #509d5b, #73ca9c);
	border: 0;
	clear: both;
}
.m-title h2.nextpage {
	display: inline-block;
	padding: 0 0 0 60px;
	margin: 0;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 0.05em;
	background-image: url("../images/nextpage.png");
	background-repeat: no-repeat;
	background-position: left 14px center;
}
.m-title h2.nextpage a {
	display: block;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
.m-title h2.nextpage a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.m-title h2.nextpage a:visited {
	color: #ffffff;
}
ul.norcor {/* インデックスの自動生成リンクリスト設定 */
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
}
ul.norcor li {/* インデックスの自動生成リンクリスト設定 */
	padding: 5px 0 5px 20px !important;
	margin: 0 !important;
	min-height:20px !important; 
	background-image: url("../images/m-li.gif") !important;
	background-repeat: no-repeat !important;
	background-position: left 4px top 8px !important;
	background-size: auto !important;
}

.m-title .summary {
    padding: 0 40px 0.5em 20px;
    margin: 0;
    min-height: 3em;
}
.menulist ul.site-li {
    padding: 0 0.5em;
    margin: 0;
}
.menulist ul.site-li li {
    padding: .5em 0;
    border-right: none;
    white-space: normal;
    background: none;
    border-bottom: 1px solid #DFDFDF;
}
.menulist ul.site-li li:last-child {
    border: none;
}
.menulist ul.site-li li a {
    float: none;
    padding: 0 0 0 20px;
    border-right: none;
    white-space: normal;
    display: block;
    position: relative;
}
.menulist ul.site-li li a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #333333;
    border-style: solid;
    border-width: 2.5px 2.5px 0 0;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    left: 3px;
    top: .6em;
    width: 6px;
}

.site-li {
	margin: 1em 0 1.5em 0;
	padding: 0;
}
.menulist div.img-area-l {
	overflow: hidden;
}
.site-li-1 li {
    float: left;
    margin: 0 0 0.6em 0;
    padding: 0 12px 0 14px;
    line-height: 124%;
    white-space: nowrap;
    border-right: 1px solid #333333;
    background-image: none;
}
/* サイトマップの見出し
============================== */
.map-title {
	padding: 10px 10px 10px 0;
	margin: 20px 0;
	width: auto;
	text-align: left;
	background: linear-gradient(90deg, #509d5b, #73ca9c);
	border: 0;
	clear: both;
}
.map-title h2.nextpage {
	display: inline-block;
	padding: 0 0 0 60px;
	margin: 0;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 0.05em;
	background-image: url("../images/map_arrow.png");
	background-repeat: no-repeat;
	background-position: left 14px center;
}
.map-title h2.nextpage a {
	display: block;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
.map-title h2.nextpage a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.map-title h2.nextpage a:visited {
	color: #ffffff;
}
ul.map-norcor {/* インデックスの自動生成リンクリスト設定 */
	padding: 0;
	margin: 10px 10px 10px 13px;
	list-style: none;
}
ul.map-norcor li {/* インデックスの自動生成リンクリスト設定 */
	padding: 5px 0 5px 20px !important;
	margin: 0 !important;
	min-height:20px !important; 
	background-image: url("../images/m-li.gif") !important;
	background-repeat: no-repeat !important;
	background-position: left 4px top 8px !important;
	background-size: auto !important;
}
/* リンク付き見出し(開閉ver)
============================== */

@media (min-width: 1210px) {/* 最大幅～ヘッダーが落下する直前 */

div.switch_menu {/* インデックスの中見出しエリア設定(1列) */
	padding: 5px 0 0 0;
	margin: 20px 0;
	width: auto;
	text-align: left;
	background: linear-gradient(90deg, #509d5b, #73ca9c);
	border: 0;
	clear: both;
}
div.switch_menu h2.nextpage {/* インデックスの中見出し設定 */
	display: table-cell;
	border-collapse: collapse;
	padding: 4px 0 14px 60px;
	margin: 0;
	width: 740px;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 0.05em;
	background-image: url("../images/nextpage.png");
	background-repeat: no-repeat;
	background-position: left 14px center;
	background-color: transparent;
	cursor: pointer;
}
div.switch_menu h2.nextpage a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
div.switch_menu h2.nextpage a:hover {
	text-decoration: underline;
}
div.switch_menu h2.nextpage a:visited {
	color: #ffffff;
}
div.switch_menu h2.nextpage span.nextpage_link {/* インデックスの中見出し文章設定 */
	display: table-cell;
	padding: 6px 0 0 0;
	margin: 0;
	width: 650px;
}
div.switch_menu ul.norcor {/* インデックスの自動生成リンクリスト設定 */
	display: none;
	padding: 10px 10px 10px 13px;
	margin: 0;
	background-color: #ffffff;
	list-style: none;
}
div.switch_menu ul.norcor li {/* インデックスの自動生成リンクリスト設定 */
	padding: 5px 0 5px 20px;
	margin: 0;
	min-height:20px; 
	background-image: url("../images/m-li.gif");
	background-repeat: no-repeat;
	background-position: left 4px top 8px;
	background-size: auto;
}
.accordion_icon {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0;
	left: 35px;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon span {
	display: inline-block;
	margin: 0 !important;
	position: absolute;
    left: 6px;
    width: 20px;
	height: 2px;
	transition: all .4s;
	box-sizing: border-box;
    background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
}

@media (max-width: 1209px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */

div.switch_menu {/* インデックスの中見出しエリア設定(1列) */
	padding: 5px 0 0 0;
	margin: 20px 0;
	width: auto;
	text-align: left;
	background: linear-gradient(90deg, #509d5b, #73ca9c);
	border: 0;
	clear: both;
}
div.switch_menu h2.nextpage {/* インデックスの中見出し設定 */
	display: table-cell;
	border-collapse: collapse;
	padding: 4px 0 14px 60px;
	margin: 0;
	width: 500px;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 0.05em;
	background-image: url("../images/nextpage.png");
	background-repeat: no-repeat;
	background-position: left 14px center;
	background-color: transparent;
	cursor: pointer;
}
div.switch_menu h2.nextpage a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
div.switch_menu h2.nextpage a:hover {
	text-decoration: underline;
}
div.switch_menu h2.nextpage a:visited {
	color: #ffffff;
}
div.switch_menu h2.nextpage span.nextpage_link {/* インデックスの中見出し文章設定 */
	display: table-cell;
	padding: 6px 0 0 0;
	margin: 0;
	width: 650px;
}
ul.norcor_open {/* インデックスの自動生成リンクリスト設定 */
	display: none;
	padding: 10px 10px 10px 13px;
	margin: 0;
	background-color: #ffffff;
	list-style: none;
}
ul.norcor_open li {/* インデックスの自動生成リンクリスト設定 */
	padding: 5px 0 5px 20px;
	margin: 0;
	min-height:20px; 
	background-image: url("../images/m-li.gif");
	background-repeat: no-repeat;
	background-position: left 4px top 8px;
	background-size: auto;
}
.accordion_icon {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0;
	left: 35px;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon span {
	display: inline-block;
	margin: 0 !important;
	position: absolute;
    left: 6px;
    width: 20px;
	height: 2px;
	transition: all .4s;
	box-sizing: border-box;
    background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
}

@media (max-width: 900px) {/* スマホサイズ */

div.switch_menu {/* インデックスの中見出しエリア設定(1列) */
	padding: 5px 0 0 0;
	margin: 20px 0;
	width: 100%;
	text-align: left;
	background: linear-gradient(90deg, #509d5b, #73ca9c);
	border: 0;
	clear: both;
}
div.switch_menu h2.nextpage {/* インデックスの中見出し設定 */
	display: table-cell;
	border-collapse: collapse;
	padding: 4px 0 14px 60px;
	margin: 0;
	width: 100%;
	min-width: 250px; 
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 0.05em;
	background-image: url("../images/nextpage.png");
	background-repeat: no-repeat;
	background-position: left 14px center;
	background-color: transparent;
	cursor: pointer;
}
div.switch_menu h2.nextpage a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
div.switch_menu h2.nextpage a:hover {
	text-decoration: underline;
}
div.switch_menu h2.nextpage a:visited {
	color: #ffffff;
}
div.switch_menu h2.nextpage span.nextpage_link {/* インデックスの中見出し文章設定 */
	display: table-cell;
	border-collapse: collapse;
	padding: 6px 0 0 0;
	margin: 0;
	width: 80%;
	min-width: 250px;
}
ul.norcor_open {/* インデックスの自動生成リンクリスト設定 */
	display: none;
	padding: 10px 10px 10px 13px;
	margin: 0;
	background-color: #ffffff;
	list-style: none;
}
ul.norcor_open li {/* インデックスの自動生成リンクリスト設定 */
	padding: 5px 0 5px 20px;
	margin: 0;
	min-height:20px; 
	background-image: url("../images/m-li.gif");
	background-repeat: no-repeat;
	background-position: left 4px top 8px;
	background-size: auto;
}
.accordion_icon {
	display: table-cell;
	border-collapse: collapse;
	vertical-align: middle;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon span {
	display: inline-block;
	margin: 0 !important;
	position: absolute;
    left: 30px;
    width: 35px;
	height: 3px;
	transition: all .4s;
	box-sizing: border-box;
    background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
}

/* ==================================================
インデックス・コンテンツの広告エリア
================================================== */

@media (min-width: 1210px) {/* 最大幅～ヘッダー落下直前 */

#c-ad-area .ad-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 10px 20px;
    width: 100%;
    max-width: 1160px;
    min-width: 850px;
    background: transparent;
}
#c-ad-area .ad-box h2 {
    padding: 0;
    margin: 0;
    font-size: 180%;
    font-weight: normal;
    color: #616161;
}
#c-ad-area ul.ad-inner {
    display: block;
    padding: 0 30px;
    margin: 0 auto;
    width: calc(90% - 60px);
    height: auto;
    text-align: center;
}
#c-ad-area li.ad-con {
    padding: 0;
    margin: 10px 0;
    width: calc(100% / 6);
    min-width: 130px;
    height: auto;
    background-image: none;
    float: left;
}
#c-ad-area .ad-bosyu {
    padding: 0 0 0 15px;
    margin: 0 15px 0 0;
    width: calc(100% - 30px);
    height: auto;
    text-align: right;
    background-image: url("../images/ad-arrow.png");
    background-repeat: no-repeat;
    background-position: right 130px center;
}
}

@media (max-width: 1209px) and (min-width: 901px) {/* ヘッダー落下幅以下～スマホサイズ直前 */
#c-ad-area .ad-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
}
#c-ad-area .ad-box h2 {
    padding: 0 10px;
    margin: 0;
    font-size: 180%;
    font-weight: normal;
    color: #616161;
}
#c-ad-area ul.ad-inner {
    display: block;
    padding: 0 30px;
    margin: 0 auto;
    width: calc(90% - 60px);
    height: auto;
    text-align: center;
}
#c-ad-area li.ad-con {
    padding: 0;
    margin: 10px 0;
    width: calc(100% / 6);
    min-width: 130px;
    height: auto;
    background-image: none;
    float: left;
}
#c-ad-area .ad-bosyu {
    padding: 0 0 0 15px;
    margin: 0 15px 0 0;
    width: calc(100% - 30px);
    height: auto;
    text-align: right;
    background-image: url("../images/ad-arrow.png");
    background-repeat: no-repeat;
    background-position: right 130px center;
}
}
@media (max-width: 900px) and (min-width: 551px) {/* スマホサイズ */

#c-ad-area .ad-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 10px;
    width: 100%;
    background: transparent;
}
#c-ad-area .ad-box h2 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 180%;
    font-weight: normal;
    color: #616161;
}
#c-ad-area ul.ad-inner {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
}
#c-ad-area li.ad-con {
    padding: 0;
    margin: 10px 0;
    width: calc(100% / 4);
    min-width: 122px;
    height: auto;
    background-image: none;
    float: left;
}
#c-ad-area .ad-bosyu {
    padding: 0 0 0 15px;
    margin: 0 15px 0 0;
    width: calc(100% - 30px);
    height: auto;
    text-align: right;
    background-image: url("../images/ad-arrow.png");
    background-repeat: no-repeat;
    background-position: right 130px center;
}
}
@media (max-width: 550px) {/* スマホサイズ最小 */

#c-ad-area .ad-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 10px;
    width: 100%;
    background: transparent;
}
#c-ad-area .ad-box h2 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 180%;
    font-weight: normal;
    color: #616161;
}
#c-ad-area ul.ad-inner {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
}
#c-ad-area li.ad-con {
    padding: 0;
    margin: 10px 2px;
    width: calc(100% / 3 - 4px);
    height: auto;
    background-image: none;
    float: left;
}
#c-ad-area li.ad-con a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
#c-ad-area li.ad-con a img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
#c-ad-area .ad-bosyu {
    padding: 0 0 0 15px;
    margin: 0 15px 0 0;
    width: calc(100% - 30px);
    height: auto;
    text-align: right;
    background-image: url("../images/ad-arrow.png");
    background-repeat: no-repeat;
    background-position: right 130px center;
}
}

/* サムネイルエリア 縦 */
.thumb-box .boximg, 
.thumb-box2 .boximg {
    float: left;
    width: 240px;
    margin: 10px 0;
}
.thumb-box .boxtxt, 
.thumb-box2 .boxtxt {
    float: left;
    margin: 5px 0 0 10px;
    width: 65%;
}
.thumb-box .h3bg, 
.thumb-box2 .h3bg {
	margin: 5px 0;
}
.thumb-box, 
.thumb-box2 {
	margin: 10px 0;
}
/* サムネイルエリア 横 */
.thumbnail .m-box3 p {
	padding: 0;
	margin: 5px 10px 5px 0;
}
.thumbnail .m-box3 {
	margin: 10px 0;
}
/* 次階層新着情報エリア */

div.i-shinchaku {/* 第2階層インデックスの新着情報設定 */
	padding: 0;
	margin: 20px 0;
	width: auto;
	border: solid 1px #b1b1b1;
}
div.i-shinchaku h2, div.i-shinchaku-sec h2 {/* 第2階層インデックスの新着情報h2設定 */
	padding: 0 0 0 45px;
	margin: 15px 15px 20px 15px;
	text-align: left;
	color: #505050;
	line-height: 140%;
	background-image: url("../images/info_icon.png");
	background-repeat: no-repeat;
	background-position: 4px 2px;
	border-bottom: solid 2px #dfd1bd;
}
div.i-shinchaku-sec {/* 第2階層インデックスの新着情報設定 */
	padding: 0;
	margin: 20px 0;
	width: auto;
	border: solid 1px #b1b1b1;
}
div.i-shinchaku-sec h2 {/* 第2階層インデックスの新着情報h2設定 */
	padding: 0 0 0 45px;
	margin: 15px 15px 20px 15px;
	text-align: left;
	color: #505050;
	line-height: 140%;
	background-image: url("../images/info_icon.png");
	background-repeat: no-repeat;
	background-position: 4px 2px;
	border-bottom: solid 2px #dfd1bd;
}

img.newicon {
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: middle;
}
.rss {
    float: left;
}
.rss a {
    float: left;
    border: 2px solid #007EB2;
    padding: 8px 20px;
    margin: 0 0 0 10px;
    font-weight: bold;
}
.rss-link a::before {
    content: "";
    background: url(/images/rss-link_icon.gif) no-repeat 0 0;
    padding: 0 0 0 22px;
}

/* 枠レイアウト2列用（見出し、画像、文章等付） */
div.box-area {
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
}
div.box-side2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 49.8%;
}
div.box-side2 h2.nextpage {
	clear: both;
	margin: 0 10px 0 0;
	padding: 5px 20px 0 6px;
	border: none;
	background-color: transparent;
	background-image: url(/images/c_bg_shadow_top.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	_height: 1%;
}
div.box-side2 div.img-area-r {
	margin: 0.2em 0 0 0;
}
div.box-side2 p {
	margin: 0.56em 10px 0.1em 10px;
	background-color: transparent;
}
div.box-side2 p.img-txt-right img {
	margin: 1em 14px 5px 10px;
}

/* メニュー用枠 */
div.menulist {
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
}

/* 2列用枠内 */
.m-box2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 48%;
	margin: 0.1em 10px 0.56em 0;
	background: #F6F6F6;
	border-radius: 5px;
}

/* 3列用枠内 */
div.m-box3 {
	float: left;
	margin: 0 0.3%;
	padding: 0;
	width: 32.7%;
	background: #F6F6F6;
	border-radius: 5px;
}

/* メニュー用リスト */
p.site-li {
	margin: 0.3em 5px 0.1em 9px;
	padding: 1px 6px 3px 20px;
	background-image: url(/images/c_icon_inlink.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	_height: 1%;
}
div.menulist div.img-area-l {
	margin: 0.56em 0 0 0;
	padding: 0 10px 0.58em 10px;
	/
	zoom: 1;
	overflow: hidden;
}

/* 小見出し付サムネイル3連 */
div.thumblist {
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
}
div.thumblist div.m-box3 p {
	clear: both;
	margin: 0.56em 5px 0.1em 7px;
	padding: 0;
}
div.m-title h3.nextpage {
	margin: 0;
	padding: 6px 5px 4px 22px;
	border: none;
	background-color: transparent;
	background-image: url(/images/c_icon_inlink.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.8em;
	_height: 1%;
}

/* 隠しメッセージ */
p.jsmessage {
	margin: 4px;
	padding: 0;
}

/* 本文へ移動隠しジャンプ 
============================== */
div.blockjump img {
	display: none;
}
#blockskip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: transparent;
	text-align: center;
	color: #0A2530;
	z-index: 3000;
}
#blockskip a {
	color: #0A2530;
	overflow: hidden;
	background-color: transparent;
}
.show {
	line-height: 1.5em !important;
	background-color: #F6F6F6 !important;
	border-bottom: solid 1px #999 !important;
	color: #0A2530;
}
.show a {
	color: #000 !important;
	line-height: 150% !important;
	font-size: 100% !important;
	background-color: transparent;
}

/* アンケート */
div#enqbt {
	margin: 0;
	padding: 0;
	text-align: center;
}
div#enqbt .fedbt,
div#enqbt .k-button {
	margin: 8px 0 10px 0;
	padding: 2px 4px 0 4px;
	font-size: 82%;
	color: #0A2530;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(/images/c_bg_submit.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	cursor: pointer;
}
/* ▽イメージマップ▽ */
p.mapimglink {
	margin: 15px 0 15px 0;
	padding: 0;
}

/*次階層以降用*/
/* ミニカレ非表示 */
.main_inner #evcal {
    display: none;
}

/* ボタンリンク
============================== */
.top-btn a {
    border-radius: 0 !important;
    padding: 10px 14px;
    position: relative;
    display: block;
    line-height: 1.3em;
}

.top-btn a:hover {
	text-decoration: none;
}

.top-btn a:active {
	top: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
}
.top-btn {
    margin: 0 0 10px 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
/* ボタン色01 */
.btn-color01 a {
    -moz-box-shadow: 0 2px 0 #7C7C7C;
    -webkit-box-shadow: 0 2px 0 #7C7C7C;
    box-shadow: 0 2px 0 #7C7C7C;
    background: #E6E6E6;
    color: #333333;
    text-decoration: none;
    border: 1px solid #E6E6E6;
}
/* ボタン色02 */
.btn-color02 a {
    -moz-box-shadow: 0 2px 0 #C65935;
    -webkit-box-shadow: 0 2px 0 #C65935;
    box-shadow: 0 2px 0 #C65935;
    background: #E15B2F;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #E15B2F;
}
/* ボタン色03 */
.btn-color03 {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
}
.btn-color03 a {
    background: #614d31;
    color: #FFF;
    text-decoration: none;
}
.top-btn.btn-color03 a:active {
    top: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}

/* メールフォーム
============================== */

div.form {
	padding: 0;
	margin: 0;
	width: 100%;
}
table.form_table {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #c6c6c6;
	font-size: 100%;
	line-height: 1.5;
}
table.form_table caption {
  margin: 0 0 3px 5px;
  padding: 15px 0px 0 0;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
table.form_table caption {
  color: #303030;
}
table.form_table th {
  margin: 0;
  padding: 4px;
  border: 1px solid #C6C6C6;
  font-size: 95%;
  color: #303030;
  background-color: #f2f6f0;
  width: 170px;
}
table.form_table td {
  margin: 0;
  padding: 4px;
  border: 1px solid #c6c6c6;
  font-size: 95%;
  color: #303030;
  background-color: #ffffff;
}
table.form_table p {
  margin: 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.4;
  background-color: transparent;
}
table.form_table .textarea, table.form_table .text {
	padding: 3px;
	width: 98%;
	max-width: 578px;
	min-width: 100px;
	border: 1px solid #c6c6c6;
	resize: vertical;
}
table.form_table input.nenrei {
	padding: 3px;
	width: 50px;
	border: 1px solid #c6c6c6;
	resize: vertical;
}
table.form_table th span {
	color: #ff0000;
	font-size: small;
}
table.form_table span.nenrei {
	color: #000000;
	font-size: small;
	margin-left: 6px;
}
.bcenter {
	padding: 0;
	margin: 0;
	text-align: center;
}
button#sub {
	letter-spacing: 0.08em;
	text-align: center;
	width: 180px;
	height: 40px;
	margin: 10px 15px;
	padding: 6px 10px;
    font-family: "メイリオ", Meiryo, "小塚ゴシック Pro", Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 100%;
	background-color: #5e9d64;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
form:after {
	content:" ";
	display: block;
	clear: both;
}
form div.check {
	padding: 0;
	margin: 0 auto 14px auto;
	width: 310px;
	height: 40px;
	text-align: center;
	border: solid 1px #c6c6c6;
}
form div.check ul {
	padding: 0 !important;
	margin: 0 auto !important;
	width: 100%;
	height: 100%;
	text-align: center;
}
form div.check ul li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	background-image: none !important;
	padding: 0 !important;
	margin: 8px 10px 5px 10px !important;
}
form div.check ul li input {
	margin-right: 5px;
}
form table ul {
	padding: 0 !important;
	margin: 0 auto !important;
}
form table ul li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	background-image: none !important;
	padding: 0 !important;
	margin: 8px 10px 5px 10px !important;
}
form table ul li input {
	margin-right: 5px;
}
.err {
	clear: both;
	color: red;
	margin: 7px 0 0 10px;
}