/* O-Saisei youryou heading style fix v092
   経営所得安定対策等要綱要領集（contents_21）用。
   後から追加した分類のため、旧CSS側に contents_21 / contents_list_title_21 の指定が不足していた。
*/

/* 一覧・詳細の右カラム枠背景 */
#wrapper_contents div#contents div#contents_21,
#wrapper_contents div#contents div.contents_21,
.wrapper_contents div.contents div#contents_21,
.wrapper_contents div.contents div.contents_21,
.editor-styles-wrapper #contents_21,
.editor-styles-wrapper .contents_21 {
  background-image: url(/img/tit_contents_detail_21.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
  padding-right: 12px;
  zoom: 1;
}

/* 固定ページ/一覧ページ側で contents_list_title_21 を使う場合 */
/*
#wrapper_contents div#contents div.contents_list_title_21{
  background-image: url(/img/tit_contents_detail_21.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
*/

/* h1を画像見出しとして隠す既存指定をcontents_21にも明示 */
#wrapper_contents div#contents div#contents_21 h1,
#wrapper_contents div#contents div.contents_21 h1,
#wrapper_contents div#contents div.contents_list_title_21 h1,
.wrapper_contents div.contents div#contents_21 h1,
.wrapper_contents div.contents div.contents_21 h1,
.wrapper_contents div.contents div.contents_list_title_21 h1,
.editor-styles-wrapper #contents_21 h1,
.editor-styles-wrapper .contents_21 h1,
.editor-styles-wrapper .contents_list_title_21 h1 {
  width: 100px;
  height: 30px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -1000em;
  overflow: hidden;
}

/* 既存のcontents系共通指定に21を追加する補完 */
#wrapper_contents div#contents div#contents_21,
#wrapper_contents div#contents div.contents_21,
.wrapper_contents div.contents div#contents_21,
.wrapper_contents div.contents div.contents_21 {
  min-height: 30px;
}

/* 一覧ページの中身が上に詰まりすぎる時の保険 */
#wrapper_contents div#contents div#contents_21 .contents_list,
#wrapper_contents div#contents div.contents_21 .contents_list,
.wrapper_contents div.contents div#contents_21 .contents_list,
.wrapper_contents div.contents div.contents_21 .contents_list,
.editor-styles-wrapper #contents_21 .contents_list,
.editor-styles-wrapper .contents_21 .contents_list {
  margin-top: 4px;
}

/* 編集画面のwp-block-heading余白吸収 */
.editor-styles-wrapper #contents_21 .wp-block-heading,
.editor-styles-wrapper .contents_21 .wp-block-heading,
.editor-styles-wrapper .contents_list_title_21 .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0;
}
