@charset "UTF-8";

/*
Theme Name: Cocoon Child
Template: cocoon-master
Author: わいひら
Author URI: https://wp-cocoon.com/
Description: Cocoon専用の子テーマです。
Version: 1.1.2
*/

/* ページ文字サイズ変更 */
.postid-106 #main .entry-content {
    font-size: 12px !important;
}


/* 投稿ID106限定でサイドバーを狭く、メインを広く */
.postid-106 #main {
    width: 76%; /* メインカラムを広めに */
}

.postid-106 #sidebar {
    width: 22%; /* サイドバーを狭く */
}


