@charset "Shift_JIS";

/*--------------------------------------------------------
  追加レイアウトパーツ設定
--------------------------------------------------------*/
/* 一覧画面の一覧部分・「メイン画面に戻る」の文字定義 */
#notice-info .ichiran a{
  display: block;
  margin-right: auto;
  width: 120px;
  text-align: center;
  text-decoration: none;
  font-size: smaller;
  font-weight: normal;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(white 0%, #dddddd 100%);
  cursor: pointer;
}
#notice-info .ichiran a::before{
  content:"<< ";
  color: #faa302;
}

/* お知らせ一覧のヘッダ文字定義 */
.hpb-layoutset-02 #hpb-wrapper #notice-info h3{
  margin-top: 4px;
  margin-bottom: 0.2em;
  text-align: left;
  height: 47px;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  line-height: 45px;
  padding-left: 35px;
}

#notice-info h4{
  margin-top: 0px;
  margin-bottom: -1.9em;
  margin-left: 5px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 0px;
  line-height: 1.5;
  font-size: 1.2em;	/* 20210225 */
  font-weight: bold;
  color: #003366;
  border-left: none;
  background-image : url(point_9Eb.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}
/* 一覧本体の文字定義 */
#notice-info p{
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-right: 15px;
  line-height: 1.5;
}
/* 各info毎の区切り */
#notice-block{
  padding-bottom: 15px;
}
/* アンカー文字の書式 */
#notice-block a{
  margin-left: 20px; 
}

/* 区切り線の定義 */
#notice-info hr{
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8d8d8;
  clear: both;
  margin-left: 15px;
  width: 590px;
}

/* 
お知らせ一覧のハイパーリンク色調整 
*/
.ichiran a{
  /* デフォルト */
 color:black;
}
.ichiran a:link{
  /*アクセスしたことのないリンク*/
 color:black;
}
.ichiran a:visited{
  /*アクセスしたことのあるリンク*/
 color:black;
}
.ichiran a:hover{
 /*マウスが上に乗っている状態*/
 color:#FF9901;
 text-decoration:underline;
}
.ichiran a:active{
 /*クリック中*/
 color:#33CC00;
}

/* 活動報告画面の文字定義（タイトル） */
#report p.title{
  font-weight: bold;
  margin-top: 5px;
}
/* 活動報告画面の文字定義 */
#report p{
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1.5em;
    padding-left: 1.5em;
}
/* 活動報告のイメージ（２番目以降） */
#hpb-main img.none {
   margin-top: 5px;
   margin-right: 20px;
   margin-bottom: 10px;
   margin-left: 20px;
   float: left;
}

/* =======================================================
  レスポンシブ設定（スマホ対応）
  ======================================================= */
@media screen and (max-width: 568px) {
	
	/*--------------------------------------------------------
		共通レイアウトパーツ設定
	--------------------------------------------------------*/
  /* お知らせ一覧のヘッダ文字定義 */
  .hpb-layoutset-02 #hpb-wrapper #notice-info h3{
		background-image: none;
		border-left-color: #FFA500;
		border-left-style: solid;
		border-left-width: 6px;
    margin-top: 26px;
    margin-bottom: 17px;
    height: auto;
    line-height: 1.4;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
	}

  #notice-info h4{
    padding-bottom: 10px;
  } 

  #notice-info p{
      margin-top: 0px;
      margin-left: 15px;
      margin-bottom: 5px;
      margin-right: 15px;
      line-height: 1.5;
  }
  #notice-block{
    padding-bottom: 15px;
  }
  #notice-block a{
    margin-left: 15px; 
  }
  
  /* 区切り線の定義 */
  #notice-info hr{
    /* padding-top: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d8d8d8;
    clear: both;
    margin-left: 15px; */
    margin-bottom: 5px;
    width: max-content;
  }

  /* 活動報告のイメージ（２番目以降） */
  #hpb-main img.none {
    display: none;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
