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

基本設定

---------------------------------------------------------------------------*/
body {
  background-color: #ffffff;
  color: #111111;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 100%;
  line-height: 1.6em; }

input, textarea, select {
  font-family: 'Noto Sans JP', sans-serif; }

h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span, p,
ul, ol, li, dl, dt, dd,
table, tr, th, td,
a, img, input,
*, *::before, *::after {
  box-sizing: border-box; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

strong {
  font-weight: bold; }

a[href] {
  word-wrap: break-word; }

a[href]:hover img {
  opacity: 0.7;
  filter: Alpha(opacity=70);
  -ms-filter: "Alpha(opacity=70)";
  transition: .3s; }

input, select {
  vertical-align: middle; }

a:link {
  text-decoration: underline; }

a:visited {
  text-decoration: underline; }

a:active {
  text-decoration: underline; }

a:hover {
  text-decoration: underline; }

/*　本文へジャンプ
-------------------------------------------*/
#blockskip {
  overflow: visible;
  position: relative; }

#blockskip a {
  position: absolute;
  height: 0em;
  overflow: hidden; }

#blockskip a:focus {
  height: 2.5em;
  text-indent: 0;
  background-color: #FFF;
  line-height: 2.5em;
  z-index: 1000; }

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

　ヘッダー

---------------------------------------------------------------------------*/
.header-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #f5ead7; }

.header-container {
  margin: 0 auto;
  padding: 0;
  width: 980px; }

.header-container:before, .header-container:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.header-container:after {
  clear: both; }

/* アクセシビリティ・検索
-------------------------------------------*/
#header-sub-contents {
  background-color: #faf6ee; }

/*　アクセシビリティツール　*/
.header-sub-nav {
  display: block;
  float: left; }

/* ヘッダーナビゲーション
-------------------------------------------*/
ul.headerNav {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 560px; }

ul.headerNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch; }

ul.headerNav li {
  position: relative;
  z-index: 1;
  background-color: #f7eee0;
  color: #211100;
  font-weight: normal;
  font-size: 88%;
  width: 180px; }

ul.headerNav li a {
  display: block;
  text-decoration: none;
  color: #211100;
  font-weight: normal;
  padding: 4px 0; }

ul.headerNav li ul {
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }

ul.headerNav li ul {
  visibility: hidden;
  opacity: 1; }

ul.headerNav li:hover > ul {
  visibility: visible;
  opacity: 1; }

ul.headerNav li ul li {
  background-color: #726250;
  border: none;
  line-height: 1; }

ul.headerNav li ul li a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 115%;
  font-weight: normal;
  text-decoration: none; }

ul.headerNav li ul li a:hover {
  background-color: #48331b; }

ul.headerNav li.menu1 {
  padding: 2px 20px 2px 24px;
  background: #f7eee0 url(../img/down-h-snavi-m.png) no-repeat right 50%; }

ul.headerNav li.menu2 {
  padding: 2px 20px 2px 48px;
  background: #f7eee0 url(../img/ic-h-snavi-size.png) no-repeat center 50%; }

ul.headerNav li.menu3 {
  display: none; }

ul.headerNav li.menu4 {
  padding: 2px 20px 2px 24px;
  background: #f7eee0 url(../img/arrow-h-snavi-m.png) no-repeat right 50%; }

ul.headerNav li.menu5 {
  padding: 2px 20px 2px 48px;
  background: #ebf7e7 url(../img/sound-h-snavi.png) no-repeat 10px 50%; }

/*　検索窓（PC）
-------------------------------------------*/
.search {
  display: block;
  float: right;
  margin: 0;
  padding: 4px 0 0;
  width: 270px;
  text-align: right; }

.search input[type="text"] {
  width: 160px;
  border-style: none;
  margin-right: 10px;
  border: 1px solid #D0D0D0; }

.search input[type="submit"] {
  padding: 0 8px;
  font-size: 113%;
  background-color: #faf6ee;
  color: #211100;
  border-style: none; }

/*　検索窓（SP）
-------------------------------------------*/
.search_sp {
  display: none; }

/* ロゴ・キャッチコピー
-------------------------------------------*/
#header-main-contents {
  line-height: 1; }

/* キャッチコピー　*/
.catch {
  float: left;
  margin: 0;
  padding: 16px 20px 0 0;
  width: 750px; }

/* ロゴ　*/
.logo_pc {
  float: right;
  margin: 0;
  padding: 22px 0 0;
  width: 190px; }

.logo_sp {
  display: none; }

/* グローバルナビ
-------------------------------------------*/
#header-main-nav {
  display: block; }

h2.globalNav-ttl {
  display: none; }

/*　グローバルナビ　*/
ul.globalNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 755px; }

ul.globalNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch; }

ul.globalNav li.tab {
  width: 110px;
  font-size: 75%;
  text-align: center;
  display: flex;
  position: relative; }

ul.globalNav li:nth-child(6).tab {
  width: 200px;}

ul.globalNav li.tab > a {
  width: 100%;
  padding: 2px 0;
  color: #211100;
  font-weight: normal;
  text-decoration: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #dacebb; }

ul.globalNav li.tab > a:hover {
  color: #fff;
  background-color: #726250;
  transition: .3s; }

ul.globalNav li.tab.current > a {
  color: #fff;
  background-color: #726250; }

ul.globalNav li.home {
  display: none; }

ul.globalNav li.tab > ul {
  position: absolute;
  display: inline-block;
  top: 37px;
  left: 0;
  width: 176px;
  z-index: 100;
  /*font-size: 13px;*/
  background: #8B6D77;
  line-height: 1.5;
  list-style: none;
  opacity: 0.85; }

ul.globalNav li.tab:hover > ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 55px;
  margin-left: -8px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #8B6D77 transparent; }

ul.globalNav li.tab > ul > li {
  overflow: hidden;
  width: 176px;
  height: 0;
  /*いったん非表示にするため*/ }

ul.globalNav li.tab > ul > li > a {
  display: block;
  color: #FFF;
  line-height: 1.5;
  /*normal*/
  text-decoration: none;
  text-align: left;
  padding: 5px 15px; }

ul.globalNav li.tab > ul > li > a:hover {
  color: #FFF;
  text-decoration: underline; }

ul.globalNav li.tab:hover > ul li,
ul.globalNav li.tab a:hover > ul li {
  visibility: visible;
  height: auto;
  overflow: visible;
  z-index: 10; }

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

　フッター

---------------------------------------------------------------------------*/
.footer-wrap {
  background-color: #271D1C;
  margin: 0;
  overflow: hidden;
  padding: 0; }

/* SNS
-------------------------------------------*/
#sns-contents {
  background-color: #312625;
  margin: 0;
  padding: 32px 0;
  color: #fff;
  text-align: center; }

dl.sns-info {
  margin: 0 auto;
  overflow: hidden;
  padding: 0; }

dl.sns-info dt {
  margin: 0 0 1em; }

dl.sns-info dd {
  display: inline-block;
  width: 120px; }

/* フッター
-------------------------------------------*/
#footer-contents {
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  font-size: 94%;
  text-align: center;
  width: 980px; }

dl.nomi-info {
  margin: 1em auto;
  padding: 0; }

dl.nomi-info dt,
dl.nomi-info dd {
  display: inline-block;
  margin: 0 8px; }

ul.footerNav {
  margin: 1em auto;
  padding: 0; }

ul.footerNav li {
  display: inline-block;
  margin: 0 8px; }

#footer-contents a {
  color: #fff;
  text-decoration: underline; }

.copyright {
  text-align: center; }

/* ページトップリンク　*/
.pagetop {
  text-align: right; }

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

共通パーツ

---------------------------------------------------------------------------*/
/*　パンくずリスト
-------------------------------------------*/
.breadcrumb {
  box-sizing: border-box;
  padding: 0;
  background-color: #e5dbcc; }
  .breadcrumb ul {
    clear: both;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.2em;
    width: 980px; }
    .breadcrumb ul li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0 1em 0 0.3em;
      font-size: 75%;
      line-height: 1.1; }
      .breadcrumb ul li a {
        color: #211100;
        font-weight: normal;
        text-decoration: none; }
        .breadcrumb ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 0.2em;
          right: 0;
          width: 0.5em;
          height: 0.5em;
          transform: rotate(-45deg);
          border-bottom: 1px solid #000303;
          border-right: 1px solid #000303; }

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

　ページレイアウト

---------------------------------------------------------------------------*/
/*　内容包括　*/
.container {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 100%; }

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

コンテンツ

---------------------------------------------------------------------------*/
/*　コンテンツの内容枠　*/
#page-main-contents {
  display: block;
  margin: 1em auto 3em;
  padding: 0;
  width: 980px; }

#page-main-contents:before, #page-main-contents:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

#page-main-contents:after {
  clear: both; }

.page-container {
  	/*display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items: flex-start;
      flex-wrap: wrap;*/ }

/*　メインコンテンツ
-------------------------------------------*/
/*　コンテンツの内容枠　*/
#main-contents {
  display: block;
  margin: 0;
  padding: 0;
  width: 720px;
  /*order: 1;*/
  float: left; }

/*============================================================================
 コンテンツページ
 【注意】以下の「edit-item」「opt-item」「map-item」「viewer-item」「contact-item」「enquete_item」のID・class名は変更しないでください。
*============================================================================*/
.updated {
  text-align: right; }

/* HTTP(S)から始まるa要素（能美市ドメインを含むものを除く）に外部リンクアイコンを設定 */
#mainc-contents .edit-item a[href^='http']:not([href*='www.city.nomi.lg.jp']),
#mainc-contents .opt-item a[href^='http']:not([href*='www.city.nomi.lg.jp']) {
	padding-left: 0;/* 外部PDF等の場合の余白を0にする */
	padding-right: 82px;
	background: transparent url(../img/icon_link_gaibu.png) no-repeat right center;
	background-position: right 3px center;
}

/*　CMSからの「内容」入力枠　*/
.edit-item {
  clear: both;
  text-align: left;
  overflow: hidden;
  padding: 0 0 0.5em; }

/*　CMSからの「内容」入力枠内のパーツ.edit-item　*/
/* 見出し
-------------------------------------------*/
.edit-item h2,
.edit-item h3,
.edit-item h4,
.edit-item h5,
.edit-item h6 {
  clear: both;
  font-size: 1em; }

.edit-item h2 {
	border-top: 4px solid #ff8800;
	border-bottom: 1px solid #908888;
	font-size: 175%;/* 28px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 0 0.5em;
}
.edit-item h3 {
	border-left: 10px solid #ff8800;
	color:#211100;
	font-size: 150%;/* 24px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.1em 8px 0.1em 16px;
}
.edit-item h4 {
	color:#fff;
	background-color:#211100;
	font-size: 125%;/* 20px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 16px 0.5em;
}
.edit-item h5 {
	border-bottom: 1px dashed #211100;
	color:#211100;
	font-size: 125%;/* 20px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 0 0.5em;
}
.edit-item h6 {
	color: #003B89;
	font-size: 125%;/* 20px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 0 0.5em;
}

/*　サブコンテンツ（サブナビゲーション）
-------------------------------------------*/
/*　サブコンテンツの内容枠　*/
#sub-contents {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  /*order: 2;*/
  float: right; }

/*　SNS　*/
.snsBox {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAE5E7;
  margin-bottom: 30px; }

/*　所在地
-------------------------------------------*/
.locationBox {
  clear: both;
  color: #170A00;
  background-color: #fcf5ea;
  border:#835b3b 1px solid;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .locationBox dl {
    display: flex;
    justify-content: center;
    font-size: 93.8%; }
    .locationBox dl dt, .locationBox dl dd {
      padding: 0 10px; }
  .locationBox a {
    color: #170A00; }

/*============================================================================
　トップページ
*============================================================================*/
/*　インフォメーション　*/
.topInfoBox {
  background-color: #F4E3DB;
  padding: 10px;
  text-align: center;
  font-size: 93.8%;
  margin-bottom: 15px;
  width: 100%; }
  .topInfoBox br {
    display: none; }

/*　コンテンツ（大）
-------------------------------------------*/
.topNewsInfoBox {
  width: 720px;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between; }

.cate-contents-info {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  width: 355px;
  }

/* ジャンル3列エリア */
  .col3 .cate-contents-info {
	width: 234px;
  }

/*　コンテンツタイトル　*/
.cate-contents-info h2 {
  display: block;
  margin: 0;
  padding: 2px 0 0;
  height: 2em;
  overflow: auto;
  font-size: 100%;
  /*15px*/
  background-color: #835b3b;
  color: #fff;
  text-align: center; }
  .cate-contents-info h2 a {
    text-decoration: none;
    color: #ffffff; }

.cate-contents-info .ic-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.cate-contents-info .ic-link a:hover img {
  opacity: 1; }

.cate-contents-info .ic-rss {
  display: block;
  position: absolute;
  top: 4px;
  left: 10px; }

/*　コンテンツ（お知らせ）　*/
.cate-contents-info .inner {
	background-color: #fcf5ea;
	border: 1px solid #decdb5;
	height: 185px;
	overflow: auto;
}
.col3 .cate-contents-info .inner {
	height: 132px;
}

.cate-contents-info ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  }
  .cate-contents-info ul li {
    display: block;
    margin: 0;
    padding: 8px 8px;
    font-size: 75%;
    line-height: 1.2;
    /* border-right: #decdb5 1px solid; */
    border-bottom: #decdb5 1px solid;
    /*&:nth-child(even){ 	border-right: none; }*/ }
    .cate-contents-info ul li a {
      color: #170A00;
      text-decoration: none; }
	  .cate-contents-info ul li a:hover {
		color: #d03b00;
		transition: .3s; }
/* 記事がない、もしくは文字のみの場合*/
.cate-contents-txt {
	display: block;
	margin: 0;
	padding: 8px 8px;
	overflow: auto;
	}
@media screen and (min-width: 768px) {
	.cate-contents-txt {
		font-size: 75%;
	}
}
/* 記事がない、もしくは文字のみの場合（ジャンル一覧用）*/
ul.pageNav li.no-info {
	padding: 8px 8px;
}


/*　市議会だより　*/
.subNavBox {
  margin-bottom: 30px; }
  .subNavBox h2 {
    display: block;
    margin: 0;
    padding: 2px 0 0;
    min-height: 2em;
    overflow: auto;
    font-size: 100%;
    background-color: #835b3b;
    color: #ffffff;
    text-align: center; }
  .subNavBox .gikaidayoriBox {
    background: #e7f3f3;
    padding: 15px;
    text-align: center; }
	.subNavBox .gikaidayoriBox a {
		color: #211100;
		text-decoration: none;
	}
	.subNavBox .gikaidayoriBox a .gikaidayoriImg {
	}
	.subNavBox .gikaidayoriBox a .gikaidayoriBtn {
		/* background-color: #ffb664; */
		background-color: rgba(255,182,100,1);
		border-radius: 100vh;
		padding: .2em 0;
		text-align: center;
	}
	.subNavBox .gikaidayoriBox a:hover .gikaidayoriBtn {
		background-color: rgba(255,182,100,0.7);
	}

/*　サイドバナーエリア　*/
.subBnrBox {
	text-align: center;
}
.subBnrBox .item {
	margin-bottom: 5px;
}


/*　アクセス　*/
.accessBox {
  /*order: 3;*/
  margin-bottom: 30px;
  margin-top: 10px;
  width: 720px;
  float: left; }
  .accessBox h2 {
    display: block;
    margin: 0;
    padding: 2px 0 0;
    height: 32px;
    overflow: auto;
    font-size: 93.8%;
    /*15px*/
    background-color: #835b3b;
    color: #fff;
    text-align: center; }
  .accessBox .mapAccess {
    display: flex;
    border: 1px solid #ADAAAA; }
    .accessBox .mapAccess .map {
      width: 50%;
      height: 215px; }
    .accessBox .mapAccess .access {
      width: 50%;
      height: 215px;
      font-size: 62.5%; }
      .accessBox .mapAccess .access dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px; }
        .accessBox .mapAccess .access dl dt {
          width: 76px;
          text-align: right;
          margin-bottom: 10px; }
          .accessBox .mapAccess .access dl dt img.car {
            height: 27px !important;
            width: 53px; }
          .accessBox .mapAccess .access dl dt img.bus {
            height: 29px !important;
            width: 77px; }
          .accessBox .mapAccess .access dl dt img.bus02 {
            height: 31px !important; }
        .accessBox .mapAccess .access dl dd {
          width: 243px;
          padding-left: 10px;
          margin-bottom: 10px; }
          .accessBox .mapAccess .access dl dd br {
            display: none; }

/*============================================================================
　カテゴリページ
*============================================================================*/
/*　コンテンツの内容枠　*/
#pagec-main-contents {
  display: block;
  margin: 1em auto 3em;
  padding: 0;
  width: 980px; }

#pagec-main-contents:before, #pagec-main-contents:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

#pagec-main-contents:after {
  clear: both; }

.pagec-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

/*　メインコンテンツ
-------------------------------------------*/
/*　コンテンツの内容枠　*/
#mainc-contents {
  display: block;
  margin: 0;
  padding: 0;
  width: 720px;
  order: 2; }

/* ページ見出し
-------------------------------------------*/
#mainc-contents h1 {
  color: #211100;
  background-color: #ffecd7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 8px;
  padding: 0.5em 16px; }

/* 第2階層メニュー */
#mainc-contents h1.subNav3-ttl {
  background-color: #ffb664;}

/* 第3階層メニュー */
#mainc-contents h1.subNav4-ttl {
  background-color: #ffd5a5;
  font-size: 1.8em; }

/* 第4階層メニュー */
/* ページメニュー/コンテンツ一覧 */
ul.pageNav {
  display: block;
  margin: 0 0 80px;
  padding: 0;
  width: 100%; }
  ul.pageNav li {
    display: block;
    background-color: #fcf5ea;
    /* font-size: 75%; */
    /*12px*/
    margin-bottom: 2px; }
    ul.pageNav li a {
      display: block;
      margin: 0;
      padding: 8px 16px;
      color: #211100;
      text-decoration: none; }
      ul.pageNav li a:hover {
        display: block;
        color: #d03b00;
		transition: .3s; }

/*　サブコンテンツ（サブナビゲーション）
-------------------------------------------*/
/*　サブコンテンツの内容枠　*/
#subc-contents {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  order: 3; }

#subc-contents-menu {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  order: 1; }

/* コンテンツ詳細ページのサブナビゲーションは表示しない */
#mainc-contents.detail + #subc-contents-menu {
	display: none;
}

/* カテゴリーメニュー（第2階層） */
#subNav-contents {
  display: block;
  margin: 0;
  padding: 0; }

h2.subNav1-ttl {
  display: block;
  margin: 0 0 2px;
  overflow: hidden;
  padding: 4px 8px;
  color: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #aa5533;
  text-align: center;
  font-size: 93.8%;
  /*15px*/ }

h2.subNav2-ttl {
  display: block;
  margin: 0 0 2px;
  overflow: hidden;
  padding: 4px 8px;
  color: #211100;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #FFB765;
  text-align: center;
  font-size: 93.8%;
  /*15px*/ }

/* カテゴリーメニュー一覧 */
.subNavBox {
  margin-bottom: 15px; }

ul.subNav2 {
  display: block; }
  ul.subNav2 li {
    display: block;
    background-color: #fcf5ea;
    position: relative;
    color: #211100;
    text-align: left;
    /* font-size: 75%; */
    /*12px*/
    margin-bottom: 2px; }
    ul.subNav2 li:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 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 #856a4b;
		z-index: 1;
		margin-left: -3px;
		border-left-color: #856a4b; }
		ul.subNav2 li.current:after,
		ul.subNav2 li:hover:after {
		border-left-color: #f18700;
		transition: .3s; }
    ul.subNav2 li a {
      display: block;
      margin: 0;
      padding: 8px 16px;
      color: #211100;
      text-decoration: none; }
      ul.subNav2 li a:hover {
        display: block;
        color: #d03b00;
		transition: .3s; }
  ul.subNav2 .current a {
    color: #d03b00; }

/*============================================================================
 コンテンツページ
*============================================================================*/
#mainc-contents.detail {
  display: block;
  margin: 0;/* 0 10px */
  padding: 0;
  width: 100%;/* 720px */
  order: 2; }

.contentData {
  text-align: right; }

.gikaiContentsBox {
  padding: 10px 0px 25px;
  margin-top: 2px;
  margin-bottom: 40px; }

/*PDFリーダー*/
.pdfBox {
  display: flex;
  margin-bottom: 80px; }
  .pdfBox .pdfBnr {
    margin-right: 10px; }
  .pdfBox .pdfTxt {
    font-size: 75%;
    line-height: 1.5; }

/*============================================================================
 カレンダージャンルページ
*============================================================================*/
#calender-container {
}

#calender-container #mainc-contents {
  margin: 0 0 0 10px;
  width: 730px;
}

#calender-container #subc-contents {
	display: none;
}

/*============================================================================
 レスポンシブ調整：PC版非表示
*============================================================================*/
/*　PC版【非表示】　*/
.sp-only {
  display: none !important; }

/*　PC版【表示】　*/
.pc-only {
  display: block !important; }

/*============================================================================
 ジャンルページアイコン付与（詳細非表示コンテンツはアイコンなし）
*============================================================================*/
.gnricon {
	padding: 0 0 0 20px;
	background:url(../img/icon_folder.png) no-repeat;
	background-position: 10px center;
  }
  
  .conicon {
	padding: 0 0 0 20px;
	background:url(../img/icon_memo.png) no-repeat;
	background-position: 10px center;
  }
  
  .no-link {
	display: block;
	padding: 8px 16px;
  }









  /* ========================================================================================================
 for SHIRASAGI CMS
======================================================================================================== */
/*============================================================================
 記事ページ
*============================================================================*/

/* 「カテゴリー」エリア */
.edit-item section.categories {
	display: none;
}
/* フォームによるお問い合わせ */
.edit-item .inquiry-form a {
	background-color: #ffecd7;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #111111;
	display: inline-block;
	margin: .5em 0;
	padding: .2em .5em;
	text-decoration: none;
}
.edit-item .inquiry-form a:hover {
	opacity: .9;
}
@media screen and (min-width: 768px) {
	.edit-item .tel a {
		color: #111111;
		text-decoration: none;
		pointer-events: none;
	}
}