@charset "UTF-8";
/*=================================================================================
 能美市議会
 page.css
=================================================================================*/
/* -------------------------------------------------------------------------

　共通パーツ

---------------------------------------------------------------------------*/
/*　まわりこみ解除　*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0em;
  font-size: 0em;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End Hack */
.clear {
  clear: both; }

/*　要素の配置　*/
.pos-center {
  text-align: center; }

.pos-left {
  text-align: left; }

.pos-right {
  text-align: right; }

/*　ページタイトル　*/
#page-title {
  padding: 30px 0;
  text-align: center;
  background-color: #CCC; }

#page-title h1 {
  line-height: 1.5;
  font-size: 2em;
  font-weight: normal; }

#page-title .description {
  margin-top: 0.8em; }

/*　ページ内の画像　*/
#page-main-contents img {
  max-width: 100%;
  /*height: auto;*/
  box-sizing: border-box; }

/*　前へ次へリンク　*/
.pagenavi-link {
  display: block;
  overflow: hidden;
  padding: 0.5em 0; }

.pagenavi-link li {
  display: block;
  border: #decdb5 1px solid;/* #F0BEBE */
  background-color: #F2EADF;
  font-size: 75%; }
.pagenavi-link li.prev {
  float: left; }
.pagenavi-link li.next {
  float: right;
  text-align: right; }
.pagenavi-link li a {
  display: block;
  margin: 0;
  padding: 8px 16px;
  color: #211100;
  text-decoration: none; }

/*　ポップアップ等の閉じるボタン　*/
.btn-close {
  padding: 20px;
  text-align: center; }

/*　スライドショー用slickのカスタマイズ　*/
/* loading */
.slick-loading .slick-list {
  background: #FFF url("../img/ajax-loader.gif") center center no-repeat; }

/* Dots */
.slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  list-style: none;
  text-align: center;
  height: 1.8em;
  overflow: hidden;
  margin-top: 10px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 5px; }

.slick-dots li a {
  display: block;
  width: 0.7em;
  height: 0.7em;
  padding: 0;
  outline: none;
  text-indent: -9999em;
  line-height: 1;
  background-color: #000;
  opacity: 0.3;
  border-radius: 50%;
  border: 2px solid transparent !important; }

.slick-dots li a:focus {
  border-color: #FFF !important; }

.slick-dots li a:hover,
.slick-dots li.slick-active a {
  background-color: #FF8400;
  opacity: 1; }

.slick-dots li.stopBtn a {
  position: relative;
  width: 30px !important;
  height: 1.1em;
  border-radius: 0; }

.slick-dots li.stopBtn a:before,
.slick-dots li.stopBtn a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 4px;
  left: 12px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #FFF; }

.is-play .slick-dots li.stopBtn a:before,
.is-play .slick-dots li.stopBtn a:after {
  width: 2px;
  height: 8px;
  top: 4px;
  left: 12px;
  background: #FFF;
  border: none; }

.is-play .slick-dots li.stopBtn a:after {
  left: 16px; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  width: 2em;
  height: 2em;
  background-color: #FF8400; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/*　タブ切替のパーツ　*/
.tab-wrap .tab-list {
  display: flex;
  justify-content: space-around; }

.tab-wrap .tab-list a {
  display: inline-block;
  flex: 1;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center; }

.tab-wrap .tab-list a span {
  display: none; }

.tab-wrap .tab-list a:hover {
  background-color: #EEE; }

.tab-wrap .tab-list a.current {
  background-color: #CCC; }

.tab-wrap .tab-contents {
  display: none; }

.tab-wrap .tab-contents.current {
  display: block; }

/* -------------------------------------------------------------------------

　ページレイアウト

---------------------------------------------------------------------------*/
/*　レイアウト3列　*/
ul.col3 {
  clear: both;
  list-style-type: none;
  overflow: hidden; }

ul.col3 li {
  display: block;
  overflow: hidden;
  padding: 0.5em 0;
  line-height: 1.3; }

ul.col3 {
  margin-right: -1%; }

ul.col3 > li {
  float: left;
  width: 32.3%;
  display: block;
  margin-right: 1%;
  margin-bottom: 10px;
  box-sizing: border-box;
  list-style-type: none;
  padding: 0; }

ul.col3 > li:nth-child(3n+1) {
  clear: both; }

/*============================================================================
 各種一覧用パーツ
	・【リスト00】list00--------------マークなしリスト
	・【リスト01】list01--------------矢印リスト
	・【リスト02】list02--------------矢印・左更新日つきリスト(ジャンル一覧で利用)
	・【リスト03】list03--------------右更新日つきリスト(トップページで利用)
 デザイン
	・【枠付き】border--------------リストに枠をつけるデザイン
*============================================================================*/
ul.list00,
ul.list01,
ul.list02,
ul.list03 {
  clear: both;
  list-style-type: none;
  overflow: hidden; }

ul.list00 li,
ul.list01 li,
ul.list02 li,
ul.list03 li {
  clear: both; }

ul.list00 li,
ul.list01 li,
ul.list02 li,
ul.list03 li {
  display: block;
  overflow: hidden;
  padding: 0.5em 0;
  line-height: 1.3; }

ul.list01 li {
  position: relative;
  display: block;
  padding-left: 1.2em; }

ul.list01 li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 0.9em;
  left: 0;
  transform: rotate(45deg);
  border: 2px solid #333;
  border-bottom: none;
  border-left: none; }

ul.list02,
ul.list03 {
  border-top: 1px solid #CCC; }

ul.list02 li,
ul.list03 li {
  border-bottom: 1px solid #CCC; }

ul.list02 li div,
ul.list03 li div {
  width: 79%; }

ul.list02 li span,
ul.list03 li span {
  display: block;
  width: 20%;
  font-size: 0.96em; }

ul.list02 li div {
  float: left; }

ul.list02 li span {
  float: right;
  text-align: right; }

ul.list03 li div {
  float: right; }

ul.list03 li span {
  float: left; }

@media screen and (max-width: 767px) {
  ul.list02 li div,
  ul.list02 li span,
  ul.list03 li div,
  ul.list03 li span {
    float: none;
    width: 100%;
    text-align: left; } }
/*　リスト用枠　*/
.list-block {
  margin: 2em 0; }

/*　枠線付きのデザイン　*/
.border {
  border: 5px solid #CCC;
  padding: 10px 20px;
  box-sizing: border-box; }

/*　一覧にデータが無かった場合の文言用　*/
p.data-none {
  clear: both;
  padding: 2em 0; }

/* -------------------------------------------------------------------------

 コンテンツページ

---------------------------------------------------------------------------*/
/*============================================================================
 【注意】以下の「edit-item」「opt-item」「map-item」「viewer-item」「contact-item」「enquete_item」のID・class名は変更しないでください。
*============================================================================*/
/*　CMSからの「内容」入力枠内のパーツ.edit-item　*/
/*　リスト
-------------------------------------------*/
.edit-item p {
  margin: 0.2em 0 0.5em; }

.edit-item p,
.edit-item pre,
.edit-item li,
.edit-item dt,
.edit-item dd {
  line-height: 1.5; }

.edit-item ul,
.edit-item ol {
  clear: both;
  margin: 1em 0 0.5em 2em; }

.edit-item ul li,
.edit-item ol li {
  padding: 0.2em 0; }

.edit-item ul li {
  list-style-type: disc; }

.edit-item ol li {
  list-style-type: decimal; }

.edit-item dl dt {
  font-weight: bold; }

/* 三角矢印のリスト*/
ul.list04 {
  display: block; }

.edit-item ul.list04 {
  display: block;
  margin: 1em 0 0.5em 1em; }

ul.list04 li {
  position: relative;
  clear: both;
  list-style-type: none;
  overflow: hidden;
  padding-left: 1em; }

ul.list04 li:before, ul.list04 li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #111111; }

ul.list04 li:after {
  z-index: 1;
  margin-left: -3px;
  border-left-color: #111111; }

/* テーブル
-------------------------------------------*/
.edit-item table {
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-color: #707070;
  empty-cells: show; }

.edit-item table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.3em; }

.edit-item th {
  font-weight: bold;
  text-align: center;
  background-color: #ffeedb; }

.edit-item td,
.edit-item th {
  border-color: #707070;
  padding: 8px; }

.edit-item hr {
  display: block;
  margin: 0.5em 0;
  height: 2px;
  border: none;
  border-top: 1px #999 solid; }

.edit-item img {
  max-width: 97%;
  /*height: auto;*/
  box-sizing: border-box; }

.edit-item .TableBox {
  /* ←ブラウザサイズ縮小時の表横スクロール用 */
  overflow-y: auto !important;
  overflow-x: auto !important;
  min-width: 300px;
  margin: 0;
  padding: 0;
  clear: both; }

/*　内部リンク・外部リンク枠（一覧のデザインは.list01を使用）
-------------------------------------------*/
.opt-item,
.map-page,
.contact {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 1em 0;
  box-sizing: border-box; }

.related-pages h2,
.opt-item h2,
.map-page h2,
.contact h2 {
  border-bottom: 1px solid #111;
	border-top: none;
	font-size: inherit;
  font-weight: bold;
  line-height: 1.1em;
  margin: 40px 0 20px;
  padding: 0 16px 0.4em 0; }

.opt-item ul,
.opt-item .cont,
.contact .cont {
  margin: 0;
  padding: 0.5em 0.8em;
  box-sizing: border-box;
  background-color: #FFF; }
.opt-item .list01 li {
	padding-left: 1.2em;
}

.edit-item a[href$='.pdf'],
.edit-item a[href$='.PDF'],
.edit-item a[href$='.doc'],
.edit-item a[href$='.DOC'],
.edit-item a[href$='.docx'],
.edit-item a[href$='.DOCX'],
.edit-item a[href$='.ppt'] ,
.edit-item a[href$='.PPT'] ,
.edit-item a[href$='.pptx'],
.edit-item a[href$='.PPTX'],
.edit-item a[href$='.xls'] ,
.edit-item a[href$='.XLS'] ,
.edit-item a[href$='.xlsx'] ,
.edit-item a[href$='.XLSX'] ,
.download-item a {
	padding-left: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
}
.download-item a { background-image: url("../img/icon_file_download.png");}
.edit-item a[href$='.pdf'],
.edit-item a[href$='.PDF'],
.download-item a[href$='.pdf'],
.download-item a[href$='.PDF'] { background-image: url("../img/icon_file_pdf.png");}
.edit-item a[href$='.doc'],
.edit-item a[href$='.DOC'],
.edit-item a[href$='.docx'],
.edit-item a[href$='.DOCX'],
.download-item a[href$='.doc'],
.download-item a[href$='.DOC'],
.download-item a[href$='.docx'],
.download-item a[href$='.DOCX'] { background-image: url("../img/icon_file_doc.png");}
.edit-item a[href$='.ppt'],
.edit-item a[href$='.PPT'],
.edit-item a[href$='.pptx'],
.edit-item a[href$='.PPTX'],
.download-item a[href$='.ppt'],
.download-item a[href$='.PPT'],
.download-item a[href$='.pptx'],
.download-item a[href$='.PPTX'] { background-image: url("../img/icon_file_ppt.png");}
.edit-item a[href$='.xls'],
.edit-item a[href$='.XLS'],
.edit-item a[href$='.xlsx'],
.edit-item a[href$='.XLSX'],
.download-item a[href$='.xls'],
.download-item a[href$='.XLS'],
.download-item a[href$='.xlsx'],
.download-item a[href$='.XLSX'] { background-image: url("../img/icon_file_xls.png");}

/*　SNSボタン
-------------------------------------------*/
.sns-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	align-items:flex-start;
}
.sns-container .sns-box:not(:last-child) {
	margin-right: 5px;
}
/*
.sns-container #sns-fb {
	margin-bottom: 13px;
}
*/
@media screen and (max-width: 767px) {
	.sns-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 8px;
		padding-right: 8px;
	}
}

/*　その他パーツ
-------------------------------------------*/
/*　定型入力用画像　*/
.simple-image {
  /*　このclassにはpadding以外の設定をしないでください　*/
  padding: 1em; }

/*　イベント情報枠　*/
.event-item dl {
  margin-bottom: 0.5em; }

.event-item dt {
  font-weight: bold; }

/*　地図枠　*/
.map-page .map {
  width: 80%;
  height: 22em;
  box-sizing: border-box;
  border: 1px solid #CCC; }

@media screen and (max-width: 767px) {
  .map-page .map {
    width: 100%;
    height: 18em; } }
/*　ビューワ案内枠　*/
#viewer-item {
  clear: both;
  overflow: hidden;
  margin: 1em 0 0.5em;
  font-size: 0.9em; }

/*　お問い合わせ先枠　*/
.contact {
  /*	border-top: 3px solid #333; */ }

.contact h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.contact p {
  margin: 0; }

.contact p span {
  margin: 0 0.8em 0 0;
  display: inline-block; }

/*　ご意見フォーム　*/
#enquete_item {
  border: 3px solid #EEE;
  padding: 0; }

#enquete_item h2 {
  background-color: #EEE;
  margin-top: 0;
  padding: 0.5em;
  text-align: center; }

#enquete_item fieldset {
  border: none;
  padding: 0 1em; }

#enquete_item legend {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .opt-item,
  .map-page,
  .contact {
    display: block; }

  .opt-item h2,
  .map-page h2,
  .contact h2,
  .opt-item ul,
  .opt-item .cont,
  .contact .cont,
  .map-page .map {
    width: 100%; }

  .opt-item h2,
  .contact h2,
  #enquete_item h2 {
    text-align: left; }

  .map-page .map {
    height: 18em; } }

/*　ページ送り（エディタ作成内容で使用）　*/
.edit-item .pagenavi span a {
	display: inline-block;
	line-height: 1.2;
	margin: 0 3px;
	padding: 12px 17px 12px 17px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}
.edit-item .pagenavi span.current {
	display: inline-block;
	line-height: 1.2;
	margin: 0 3px;
	padding: 12px 17px 12px 17px;
	background-color: #d2d2d2;
	border: 1px solid #999999;
}
/*　動画エリア（エディタ作成内容で使用）　*/
.edit-item .movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.edit-item .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*============================================================================
 新着情報一覧ページ
*============================================================================*/
/*============================================================================
 イベントカレンダーページ
*============================================================================*/
#calender-list {
	margin-bottom: 80px;
}
#event_list h2 {
	border-top: 4px solid #ff8800;
	border-bottom: 1px solid #908888;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 0 0.5em;
	text-align: center;
}
#event_list table {
	border-collapse: collapse;
	margin: 1em 0 0.5em 0;
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	font-size:0.8em;
}
#event_list table caption {
	display: none;}

#event_list table th,
#event_list table td{
	padding: 8px;
	border: 1px solid #decdb5;/* #F0BEBE */
	vertical-align: top;
	box-sizing: border-box;
}
#event_list table th{
	vertical-align: middle;
	font-weight: normal;
	background-color: #F4EBE6;
}
#event_list #calendar_three th {
	width: 20% !important;
}
#event_list #calendar_list > p,
#event_list table td > p{
	margin-top: 0.5em;
}
#event_list #calendar_list > p:first-child,
#event_list table td > p:first-child{
	margin-top: 0;
}
/*　月単位（一覧形式）　*/
#event_list table#calendar_day th.date {
	width: 20%;
}

@media screen and (max-width: 799px) {
	#event_list #calender-list {
		margin-right: 5px;
		margin-left: 5px;
	}
	#event_list #calendar_day th span{
		display: none;
	}
	#event_list #calendar_week{
		border-bottom: 1px solid #AAA;
	}
	#event_list #calendar_week th{
		display: none;
	}
	#event_list #calendar_week td{
		display: block;
		border-bottom: none;
	}
}

/*============================================================================
 サイトマップページ
*============================================================================*/
#sitemap-list h2 {
  margin: 1em 0 0.5em 0;
  background-color: #EEE; }

#sitemap-list h2,
#sitemap-list h3,
#sitemap-list p {
  padding: 0.4em; }

#sitemap-list p.g3 {
  margin-left: 1em; }

#sitemap-list p.g4 {
  margin-left: 2em; }

#sitemap-list p.g5 {
  margin-left: 3em; }

#sitemap-list p.g6 {
  margin-left: 4em; }

#sitemap-list p.g7 {
  margin-left: 5em; }

#sitemap-list p.g8 {
  margin-left: 6em; }

/*============================================================================
 窓口案内ページ
*============================================================================*/
/*　サイト運営者枠　*/
/*　部署一覧　*/
#organization-list h2 {
  font-size: 1.5em; }

#organization-list h2 span {
  font-size: 0.7em;
  font-weight: normal;
  margin-right: 0.5em; }

#organization-list .section {
  margin: 1em 0;
  border: 1px solid #CCC; }

#organization-list .section_top {
  background-color: #EEE; }

/*============================================================================
 部署情報一覧ページ
*============================================================================*/
/*============================================================================
 担当事務ページ
*============================================================================*/
/*============================================================================
 ビューワ一覧ページ　別ウィンドウ
*============================================================================*/
#viewer-list {
  padding: 10px; }

#viewer-list div {
  margin-bottom: 1.5em; }

#viewer-list h2 {
  padding: 10px;
  text-align: center;
  background-color: #EEE;
  font-size: 1.2em;
  font-weight: bold; }

#viewer-list p {
  margin-top: 0.5em; }

#viewer-list a {
  margin-top: 0.5em;
  font-weight: bold; }

#viewer-list p a img {
  margin: 0 10px;
  vertical-align: middle;
  border: none; }

/*============================================================================
 関連サイトリンク集ページ
*============================================================================*/
/*============================================================================
 検索結果ページ
*============================================================================*/
/*　入力キーワード　*/
.search-result-word {
  padding: 1em 0; }

.search-result-word dd {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.1; }

/*　検索結果件数　*/
.search-result-answer {
  padding: 1em 0; }

.search-result-answer span {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.1; }

/*　検索結果　*/
#search-result-list h2 {
  font-size: 1.2em; }

#search-result-list h3 {
  margin: 0.5em 0 0.3em 0;
  padding: 0.3em 10px;
  background-color: #EEE; }

#search-result-list p strong {
  font-size: 1.1em; }

#search-result-list dl {
  font-size: 0.9em; }

#search-result-list dt,
#search-result-list dd {
  display: inline-block;
  margin: 0.2em 0; }

#search-result-list dt {
  padding: 0.2em;
  background-color: #EEE; }

/*　詳細建策　*/
#ftssearch {
  margin: 20px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #EDEDED; }

#ftssearch h2 {
  font-size: 1.6em;
  font-weight: normal; }

#ftssearch h3 {
  margin-top: 0.5em;
  border-top: 1px solid #FFF;
  line-height: 2; }

#ftssearch input,
#ftssearch select {
  box-sizing: border-box;
  margin: 3px 5px; }

#ftssearch input#keyword2 {
  display: block;
  width: 95%; }

#ftssearch input[type="text"] {
  padding: 5px; }

#ftssearch td {
  margin-bottom: 2px; }

#ftssearch table tr td:first-child,
#ftssearch dt,
#ftssearch dd {
  padding: 0.2em 0.5em; }

#ftssearch table tr td:first-child,
#ftssearch dt {
  background-color: #CCC;
  text-align: center; }

#ftssearch dl dt,
#ftssearch dl dd {
  display: inline-block; }

#ftssearch .btn-submit {
  margin-top: 0.5em;
  padding: 0.3em 0.5em 0.3em 1em;
  letter-spacing: 0.5em;
  font-weight: bold; }

/*============================================================================
 レスポンシブ調整：PC版非表示
*============================================================================*/
/*　PC版【非表示】　*/
#XXXXX {
  display: none; }

/*　PC版【表示】　*/
#XXXXX {
  display: block; }
