@charset "utf-8";
/*
Theme Name: BizVektor (child)
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: たけぽん＠興誠館事務局
Tags: 
Version: 0.1.0
*/

/* ================================================== */
/* 装飾の変更 */

body{
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 0.8pt;
}

#content p + h2,
#content p + h3{
	margin-top: 2.5em;
}

#content dl ul {
	font-size: 100%;
}
#content div.childText p,
#content div.childPageBox ul {
	font-size: 87.5%;
}

#content .linkList{
	font-size: 75% !important;
}

#content th,
#content thead th {
	background: #f0f0f0;
	font-weight: bold;
}

#content p.leadTxt {
	font-size: 150%;
	line-height: 130%;
}

#content span.annotation {
	padding-left: 0.5em;
	font-size: 87.5%;
	font-weight: lighter;
}


/* ================================================== */
/* テーブルの見出しセルの幅固定 */

@media (min-width:660px) {
	.content th { width: 10em; }
}

/* ================================================== */
/* ウィジェットをカスタマイズ */

.wp-block-latest-posts__list time{
	text-align: right;
}

/* ================================================== */
/* スマホで行内中央、PCで右にフロートする画像 */

@media screen and (max-width: 767px){
	img.side-img{
		display: block;
		margin: 0 auto 1em;
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 768px){
	img.side-img{
		margin-left: 1em;
		margin-bottom: 1em;
		float: right;
		max-width: 100%;
		height: auto;
	}
}

/* ================================================== */
/* reCAPTCHA v3の非表示 */

.grecaptcha-badge {
    opacity: 0;
}

/* ================================================== */
/* スマホでのフォーム見切れ対策 */

input{
	max-width: 94%;
}

/* ================================================== */
/* 投稿者名の表示・最終更新日の非表示 */

.entry-meta .entry-meta-items.author { display: inline; }
.entry-meta-items.updated { display: none; }