@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

.content h2 {
    background: #607d8b !important; /* 単色背景 */
    border-radius: 3px !important; /* 角を丸くする */
    border: 1px solid #ddd !important; /* 枠線 */
    box-shadow: inset 1px 1px 0 #fff !important; /* 内側の影 */
    padding: 14px 13px 12px !important; /* 内側の余白 */
    text-shadow: 0 1px #ffffff !important; /* テキストの影 */
    font-size: 20px !important; /* フォントサイズ */
    font-weight: bold !important; /* 太字 */
    color: #ffffff !important; /* テキストの色 */
    display: flex !important; /* 横並びレイアウトを適用 */
    justify-content: space-between !important; /* 左右にスペースを確保 */
    align-items: center !important; /* 垂直方向を中央揃え */
}


*			images
/*-------------------------------------------*/
#content img { margin: 0; max-width: 100%; height: auto !important; }

#content .attachment img { max-width: 100%; }

#content .alignleft, #content img.alignleft { display: inline; float: left; margin-right: 20px; margin-top: 4px; }

#content .alignright, #content img.alignright { display: inline; float: right; margin-left: 20px; margin-top: 4px; }

#content .aligncenter, #content img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

#content img.alignleft, #content img.alignright, #content img.aligncenter { margin-bottom: 12px; }

#content .wp-caption { background: #f1f1f1; line-height: 18px; margin-bottom: 20px; padding: 0 0 5px; text-align: center; border: 1px solid #e5e5e5; max-width: 100% !important; }

#content .wp-caption img { margin: 5px 0 2px; max-width: 95% !important; height: auto !important; }

#content .wp-caption p.wp-caption-text { color: #888; font-size: 12px; margin: 5px; }

#content .wp-smiley { margin: 0; }

#content .gallery { margin: 0 auto 18px; }

#content .gallery .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; }

#content .gallery img { border: 2px solid #cfcfcf; }

#content .gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

#content .gallery dl { margin: 0; }

#content .gallery img { border: 10px solid #f1f1f1; }

#content .gallery br + br { display: none; }

#content .attachment img { /* single attachment images should be centered */ display: block; margin: 0 auto; }


#content img[class^="wp-image-"] {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain !important;
}
#content .wp-caption,
#content .gallery,
#content .attachment {
    overflow: visible !important;
}
#content img[class^="wp-image-"] {
    flex: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
}
#content img[class^="wp-image-"] {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
}


