/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2026 | 04:40:42 */
/*************************************/
/*************************************/
/*************************************/
/**
 * プラグインで出力されている箇所の外観の変更
 *************************************/
/*************************************/
/*************************************/


/*************************************/
/*************************************/
/*************************************/
/** 
 * プラグイン Jetpack対応
 *************************************/
/*************************************/
/*************************************/

/*
.widget_rss_links a {
	text-decoration: none;
}
*/



/*************************************/
/*************************************/
/*************************************/
/** 
 * プラグイン List category posts対応
 *************************************/
/*************************************/
/*************************************/

/*
.lcp_catlist a {
	text-decoration: none;
}
*/




/*************************************/
/*************************************/
/*************************************/
/** 
 * プラグイン Advanced Ads対応
 * クラス名、ID名の接頭辞「adv-ads-onk-」は、Advanced Ads設定 - 一般 - IDプレフィックスで指定した値。
 *************************************/
/*************************************/
/*************************************/


/*
Advanced Adsで出力した広告の装飾
広告にはCSS IDが付与される。ID値は「IDプレフィックス+10桁の乱数」。
注意：Advanced Adsショートコードを使う場合の注意点。
- ウィジェットではAdvanced Adsウィジェットを使うこと。
- 投稿内でショートコードを使って出力した広告にはIDは付くが、テキストウィジェットにショートコードを記述して出力した広告にはそのIDは付かない。
- そのためこのCSSの適用外となる。
- テキストウィジェットにショートコードを記述して出力した広告は体裁が崩れる。
*/

[id*="adv-ads-onk-"] {
	font-size: 0.95rem;
	display: grid;
	justify-content: center;
}


/*
広告ラベルの装飾
広告ラベルの値は、Advanced Ads設定 - 一般  - 広告ラベルで設定する。
*/
.adv-ads-onk-adlabel {
    color: #ffffff;
    background-color: rgb(0 0 0 / 22%);
    font-size: 15px;
    line-height: 25px;
    padding: 0px 5px;
	margin-bottom: 0;
    width: fit-content;
	justify-self: start;
}

/*
ウィジェットで追加した広告の制御
*/
.adv-ads-onk-widget {
	display: grid;
	justify-content: center;
}

/*
[class*="adv-ads-onk"] a {
	text-decoration: none;
}
*/

/*************************************/
/*************************************/
/*************************************/
/** 
 * プラグイン Table of Contents Plus対応
 *************************************/
/*************************************/
/*************************************/

/*
div#toc_container {
	margin: 0 auto 0 auto;
	border: none;
}
*/
/*
#toc_container p.toc_title {
	text-transform: uppercase;
}
*/

/* デバイスがhoverができない状態、またはマウス当のポインターデバイスが無効の場合 */

/*
@media (hover: none) or (pointer: none) {
	#toc_container a:hover {
		text-decoration: none;
	}
}
*/