/*
Theme Name: louvre-theme
Theme URI: https://yuzuki-club-recruit.com/
Author: yuzuki-club-recruit.com
Author URI:  yuzuki-club-recruit.com
Description: ルーブルリクルートページ
Version: 20251002
Text Domain: louvre-theme
*/

/* 旧エディター互換用の基本スタイル */

/* 画像のアラインメント（旧エディターのクラス） */
/* 左寄せ */
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
/* 右寄せ */
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
/* 中央寄せ */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* 位置指定なし（ブラウザのデフォルトに近い見た目に） */
.alignnone {
  margin: 0.5em 0;
}

/* キャプション付き画像（旧エディターの .wp-caption） */
.wp-caption {
  max-width: 100%;
  text-align: center;
  margin: 1em auto;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}
.wp-caption .wp-caption-text,
.wp-caption-dd,
.wp-caption-text {
  /* キャプションのテキスト */
  font-size: 0.9em;
  line-height: 1.4;
  color: #666;
  margin-top: 0.5em;
}

/* メディアサイズ用クラス（旧エディターで付与される可能性あり） */
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail,
.wp-post-image {
  max-width: 100%;
  height: auto;
}

/* ギャラリーのキャプション（旧エディターのギャラリー） */
.gallery-caption {
  font-size: 0.9em;
  color: #666;
}

/* アクセシビリティ: スクリーンリーダー専用テキスト */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}