﻿/* CSS Document */
/*  /////////////////////////////////////////////////////////////// 

       共通　item　トップページ　その他のページ
//////////////////////////////////////////////////////////////// */
/* ===================================================
  flort解除 
=================================================== */
.common_flort_clear {
  clear: both;
}
/* ===================================================
  カラー
文森色と同系色　#77D18D;　テーブル使用

=================================================== */
.red {
  color: red;
}
.red_s {
  font-size: 14px;
  color: red;
}

.green {
  color: #0BA83A;
}
/*===================================================
戻る（ボタン）（スクロール固定）　　展覧会詳細　美濃加茂事典（詳細データページ）、文化財一覧（詳細データページ）
================================================== */

.common_modoru_button {
  width: 80px;
  margin-left: auto;
  margin-right: 0;
  border: solid 0px;
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 130px; /* 上端から80pxのところで固定 */
  z-index: 999;
}
.common_modoru_button a.button {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #454142;
  font-weight: bold;
  letter-spacing: 0px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #77D18D; /*文森色と同系色*/
  border-radius: 3px;
  transition: .4s;
}
.common_modoru_button a.button:hover {
  background: #77D18D;
  color: #fff;
  transition-duration: .4s;
  cursor: pointer;
  cursor: hand;
}

/* ==================================================
ページタイトル
iconとタイトル並列
================================================ */
.common_page_title_flex {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: solid 0px;
}
/*ページicon*/
.common_page_title_flex .icon img {
  width: 48px;
  vertical-align: bottom;
  border: solid 0px;
}
/*ページタイトル*/
.common_page_title_flex .title {
  font-size: 26px;
  line-height: 30px;
  margin-left: 15px;
  color: #2B7440; /*文森色と同系色*/
  text-shadow: 1px 2px 1px #B7AFB0;
  border: solid 0px;
}
/*span単位で改行*/
.common_page_title_flex .title span {
  display: inline-block;
}
/*タイトル中のspanのスペース　IE対応*/
.common_page_title_flex .title .span_space{
	margin-right: 10px;
}
/*サブページタイトル（ページタイトル上の文字　div指定）*/
.common_page_title_flex .title .title_s {
  font-size: 14px;
  line-height: 16px;
}




/*================================================
　ページ説明
=============================================== */

.common_reed_area { /*テキスト */
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  color: black;
  text-justify: inter-ideograph; /* IEで必要 */
text-justify: inter-character; /* Firefoxで必要 */
text-align: justify;
	border: solid 0px;
}
/*リード中央合わせ*/
.center_txt{
	text-align: center;
}
/*WEBフォント使用*/
.center_txt .txt01{
	font-family: tbcgothic-std, sans-serif;
font-style: normal;
font-weight: 800;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	/*color: #514C4C;*/
	color: #0BA83A;
	margin-bottom: 10px;
}
.center_txt .txt01 span{
	display: inline-block;
}
.common_reed_area_left { /*テキスト */
  width: 100%;
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  color: black;
  text-align: justify;
}






/* スマホ用 */
@media (max-width: 749px) {
  /* ===============================================
　共通　戻る （スクロール固定）
================================================== */
  .common_sticky {
    display: none;
  }
  /*戻るボタン-----------------------------------*/
  .common_modoru_button {
    display: none;
  }
/*----------------------------------------------
	ページタイトル関係flex　2021/11/19より
-----------------------------------------------*/
/*ページicon*/
.common_page_title_flex .icon img {
  width: 38px;
 }
/*ページタイトル-----------------------------------*/
  .common_page_title_flex .title {
    font-size: 20px;
    line-height: 22px;
    margin-left: 10px;
  }
/*WEBフォント使用*/
.center_txt .txt01{
	font-size: 16px;
	line-height: 18px;
}
}