@charset "utf-8";
/*
Theme Name: Toku Shiyo
Theme URI: 
Description: 徳島私立幼稚園協会様用のテンプレートです。2022/10/16作成　wordpress 6.1
Author: Y.N
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('assets/css/common.min.css');

/*-----------------------------------------------

	投稿記事、固定ページ内の画像
    ※キャプションの設定がある場合

    file: page.php single.php

-------------------------------------------------*/
/*
<figure id="attachment_84" aria-describedby="caption-attachment-84" style="width: 300px" class="wp-caption aligncenter">
    <a href="">
	    <img class="wp-image-84 size-medium" src="" alt="" width="300" height="225" srcset="" sizes="(max-width: 300px) 100vw, 300px">
    </a>
    <figcaption id="caption-attachment-84" class="wp-caption-text">キャプションのテストです。</figcaption>
</figure>
*/

.wp-caption {
	margin-bottom: 1em;
}

.wp-caption-text {
	padding: 1em 0;
	text-align: center;
}
/*
 * wordpress 投稿画面にcaption付きの画像をアップした場合、
 * inline styleが強制的に設定される
 * l-content より大きい画像を指定した場合
 * 横幅がはみ出るため強制的に width: auto;に設定
 *
 */
figure.wp-caption {
	width: auto !important;
}