@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)"; }

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: #C4E7ED; }

.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: #E7F5F7; }

/*　アクセシビリティツール　*/
.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: #D5EEF2;
  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: #D5EEF2 url(../img/down-h-snavi-f.png) no-repeat right 50%; }

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

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

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

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

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

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

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

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

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

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

.logo_sp {
  display: none; }

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

　フッター

---------------------------------------------------------------------------*/
.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: #F5B892; }
  .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: 2; }

/*============================================================================
 コンテンツページ
 【注意】以下の「edit-item」「opt-item」「map-item」「viewer-item」「contact-item」「enquete_item」のID・class名は変更しないでください。
*============================================================================*/
/* ページ見出し
-------------------------------------------*/
#main-contents h1 {
  color: #F0F0F0;
  background-color: #536D9F;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 93.8%;
  line-height: 1.2em;
  margin-bottom: 0;
  padding: 8px 16px;
  text-align: center; }

#main-contents h1.subNav2-ttl {
  background-color: #536D9F;
  font-size: 1.8em; }

/* 第2階層メニュー 20190419以降使用なし */
#main-contents h1.subNav3-ttl {
  background-color: #536D9F; }

/* 第3階層メニュー */
.updated {
  text-align: right; }

/* HTTP(S)から始まるa要素（能美市ドメインを含むものを除く）に外部リンクアイコンを設定 */
#main-contents .edit-item a[href^='http']:not([href*='www.city.nomi.lg.jp']),
#main-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: 1; }

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

h2.subNav1-ttl {
  display: block;
  margin: 0;
  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%;
  /*14px*/ }

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

ul.subNav1 {
  display: block;
  border-bottom: #93A8C9 1px solid; }
  ul.subNav1 li {
    display: block;
    border-top: #93A8C9 1px solid;
    border-right: #93A8C9 1px solid;
    border-left: #93A8C9 1px solid;
    background-color: #EFF8FA;
    position: relative;
    color: #3B2103;
    font-size: 75%;
    /*12px*/ }
    ul.subNav1 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 #7A96BC; }
    ul.subNav1 li:after {
      z-index: 1;
      margin-left: -3px;
      border-left-color: #7A96BC; }
    ul.subNav1 li a {
      display: block;
      margin: 0;
      padding: 8px 16px;
      color: #3B2103;
      text-decoration: none; }
      ul.subNav1 li a:hover {
        display: block;
        color: #800000; }
  ul.subNav1 .current a {
    color: #800000; }

/*　所在地
-------------------------------------------*/
.locationBox {
  clear: both;
  color: #170A00;
  background-color: #eff8fa;
  border: #93A8C9 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; }

/*============================================================================
　トップページ
*============================================================================*/
/*　コンテンツ（大）
-------------------------------------------*/
.cate-contents-info {
  position: relative;
  display: block;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
  width: 720px;
  }

/*　コンテンツタイトル　*/
.cate-contents-info h2 {
  display: block;
  margin: 0;
  padding: 2px 0 0;
  height: 32px;
  overflow: auto;
  font-size: 93.8%;
  /*15px*/
  background-color: #4A6DA3;
  color: #fff;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .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: 6px;
  left: 10px; }

/*　コンテンツ（お知らせ）　*/
.cate-contents-info .inner {
	background-color: #EFF8FA;
	border-color: #93A8C9;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: auto;
	width: 100%;
	height:128px;
}
.cate-contents-info ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%;
	/*min-height: 128px;*/
	list-style-type: none;
	/*background-color: #EFF8FA;*/
	}
.cate-contents-info ul li {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.2;
	border-right: #93A8C9 1px solid;
	border-bottom: #93A8C9 1px solid;
	width: 50%;
	}
.cate-contents-info ul li a {
	display: block;
	margin: 0;
	padding: 8px 8px;
	color: #170A00;
	text-decoration: none;
	}
.cate-contents-info ul li.nolink  {
	display: block;
	margin: 0;
	padding: 8px 8px;
	}	
.cate-contents-info ul li:nth-child(even){ 	border-right: none; }

/* 記事がない、もしくは文字のみの場合*/
.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;
}


/*　コンテンツ（消防）　*/
.cate-contents-fire {
  margin-bottom: 5px; }
  .cate-contents-fire h2 {
    display: block;
    margin: 0;
    padding: 2px 0 0;
    height: 32px;
    font-size: 93.8%;
    /*15px*/
    background-color: #AA5533;
    color: #fff;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .cate-contents-fire .fireBox, .cate-contents-fire .nomiFireBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .cate-contents-fire .fireBox div, .cate-contents-fire .nomiFireBox div {
      width: 233px;
      background: #EAE0D0;
      text-align: center;
      font-size: 81.3%;
      /*13px*/
      margin: 0 5px 10px;
      border: 1px solid #D0D0D0; }
      .cate-contents-fire .fireBox div a, .cate-contents-fire .nomiFireBox div a {
        color: #522F07;
        text-decoration: none; }
        .cate-contents-fire .fireBox div a img, .cate-contents-fire .nomiFireBox div a img {
          vertical-align: bottom;
          border-bottom: 1px solid #D0D0D0; }

/*============================================================================
　カテゴリページ
*============================================================================*/
/*　コンテンツの内容枠　*/
#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 auto 0 10px;
  padding: 0;
  width: 480px;
  order: 2; }

/* ページ見出し
-------------------------------------------*/
#mainc-contents h1 {
  color: #FFF;
  background-color: #536D9F;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 93.8%;
  /*15px*/
  line-height: 1.2em;
  margin-bottom: 0;
  padding: 8px 16px;
  text-align: center; }

#mainc-contents h1.subNav2-ttl {
  background-color: #536D9F;
  font-size: 1.8em; }

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

/* 第3階層メニュー */
/* ページメニュー/コンテンツ一覧 */
#mainc-contents ul.pageNav {
  display: block;
  margin: 0 0 80px;
  padding: 0;
  width: 100%; }
  #mainc-contents ul.pageNav li {
    display: block;
    background-color: #E7F3F6;
    font-size: 93.8%;
    /*15px*/
    margin-bottom: 1px; }
    #mainc-contents ul.pageNav li a {
      display: block;
      margin: 0;
      padding: 8px 16px;
      color: #211100;
      text-decoration: none; }
      #mainc-contents ul.pageNav li a:hover {
        display: block;
        color: #800000; }
#mainc-contents ul.pageNavDl {
  display: block;
  margin: 0 0 80px;
  padding: 0;
  width: 100%; }
  #mainc-contents ul.pageNavDl li {
    display: block;
    background-color: #E7F3F6;
    font-size: 93.8%;
    /*15px*/
    margin-bottom: 1px;
    padding: 8px 16px;
    position: relative; }
    #mainc-contents ul.pageNavDl li a.pdfDl {
      position: absolute;
      right: 55px;
      top: 8px;
      display: block;
      width: 25px;
      height: 25px; }
    #mainc-contents ul.pageNavDl li a.docDl {
      position: absolute;
      right: 10px;
      top: 8px;
      display: block;
      width: 25px;
      height: 25px; }

/*　サブコンテンツ（サブナビゲーション）
-------------------------------------------*/
/*　サブコンテンツの内容枠　*/
#subc-contents {
  /*display: block;*/
  margin: 0;
  padding: 0;
  width: 240px;
  order: 1;
  /* カテゴリーメニュー一覧 */ }
  #subc-contents h2.subNav1-ttl {
    display: block;
    margin: 0;
    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*/ }
  #subc-contents .subNavBox {
    margin-bottom: 15px; }
    #subc-contents .subNavBox ul.subNav1 {
      display: block;
      border-bottom: #93A8C9 1px solid; }
      #subc-contents .subNavBox ul.subNav1 li {
        display: block;
        border-top: #93A8C9 1px solid;
        border-right: #93A8C9 1px solid;
        border-left: #93A8C9 1px solid;
        background-color: #EFF8FA;
        position: relative;
        color: #211100;
        text-align: left;
        font-size: 75%;
        /*12px*/ }
        #subc-contents .subNavBox ul.subNav1 li a {
          display: block;
          margin: 0;
          padding: 8px 16px;
          color: #211100;
          text-decoration: none; }
          #subc-contents .subNavBox ul.subNav1 li a:hover {
            display: block;
            color: #800000; }
      #subc-contents .subNavBox ul.subNav1 .current a {
        color: #800000; }

#subc-contents.sp-only {
  display: none; }

#subc-contents-menu {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  order: 1; }
  #subc-contents-menu h2.subNav2-ttl {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 4px 8px;
    color: #FFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #536D9F;
    text-align: center;
    font-size: 93.8%;
    /*15px*/ }
  #subc-contents-menu ul.subNav2 {
    display: block; }
    #subc-contents-menu ul.subNav2 li {
      display: block;
      background-color: #E7F3F6;
      position: relative;
      color: #211100;
      text-align: left;
      font-size: 93.8%;
      /*15px*/
      margin-bottom: 1px; }
      #subc-contents-menu ul.subNav2 li a {
        display: block;
        margin: 0;
        padding: 8px 16px;
        color: #211100;
        text-decoration: none; }
        #subc-contents-menu ul.subNav2 li a:hover {
          display: block;
          color: #800000; }
    #subc-contents-menu ul.subNav2 .current a {
      color: #800000; }

/*お問い合わせ・PDF*/
.contentBtm {
  order: 3;
  width: 730px;
  margin: 80px 0 0 260px; }

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

/*お問い合わせ*/
.pageContactBox {
  margin-bottom: 40px; }
  .pageContactBox h4 {
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
  .pageContactBox dl {
    display: flex;
    font-size: 112.5%;
    margin-bottom: 0.5em;
    padding: 0 0 0 20px; }
    .pageContactBox dl dt, .pageContactBox dl dd {
      margin-right: 2em; }
  .pageContactBox div {
    padding: 0 0 0 36px;
    position: relative; }
    .pageContactBox div a {
      color: #000;
      text-decoration: none; }
      .pageContactBox div a:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 20px;
        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 #000; }

/*============================================================================
 コンテンツページ
*============================================================================*/
.fireContentsBox {
  padding: 10px 25px 25px;
  margin-top: 2px;
  margin-bottom: 40px; }

.contentData {
  text-align: right;
  font-size: 75%;
  }

/*============================================================================
 レスポンシブ調整：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 - fire
======================================================================================================== */

/*============================================================================
 記事ページ
*============================================================================*/
/* 「フォームによるお問い合わせ」ボタン非表示 */
.contact .inquiry-form {
	display: none;
}
