@charset "Shift_JIS";

/*--------------------------------------------------------
  追加レイアウトパーツ設定
--------------------------------------------------------*/
/* 一覧画面の一覧部分・「メイン画面に戻る」の文字定義 */
#notice-info .ichiran a{
  display: block;
  margin-right: auto;
  margin-left: 0px;
  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:"<< ";
  font-weight: bold;
}

/* お知らせ一覧のヘッダ文字定義 */
/* .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: normal;
  color: #003366;
  border-left: none;
}
/* 一覧本体の文字定義 */
#notice-info p.norm{
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  line-height: 1.5;
}
/* #notice-info p.norm::before{
  content: url(point_9J.png);
  vertical-align: bottom;
} */
#notice-info p.small{
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-right: 15px;
  line-height: 1.5;
}
/* お知らせ一覧内のアンカー定義 */
#notice-info a{
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: 5px;
  margin-right: 15px;
  line-height: 1.5;
}
/* 区切り線の定義 */
#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: 0;
  margin-right: 0;
  width: 653px;
}

/* 
お知らせ一覧のハイパーリンク色調整 
*/
.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;
}

/* 複数行のお知らせタイトル */
p.norm-p1 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3px;
}
p.norm-p2 {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 3px;
}

/* PC/スマホの表示・非表示クラス */
.pc	{ 
  display:inline!important; 
}
.mb	{ 
  display:none!important; 
}

/* =======================================================
  レスポンシブ設定（スマホ対応）
  ======================================================= */
@media screen and (max-width: 568px) {
    /* スマホの場合の表示・非表示クラス */
    .pc	{ 
      display:none!important; 
    }
    .mb { 
      display:inline!important; 
    }

	/*--------------------------------------------------------
		共通レイアウトパーツ設定
	--------------------------------------------------------*/
  /* お知らせ一覧のヘッダ文字定義 */
  /* .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 .norm{
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 15px;
    line-height: 1.5;
  }
  #notice-info p.small{
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 15px;
    line-height: 1.5;
  }
  #notice-info a{
    display: block;
    margin-top: 5px; 
    margin-left: 0px;
  }
  #notice-info br{
    display: none;
  }
  /* 区切り線の定義 */
  #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: auto;
  }

  /* 複数行のお知らせタイトル */
  p.norm-p1{
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1em;
  }
  p.norm-p2{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1em;
  }
}
