﻿@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

#bbpress-forums {
  background: transparent;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px !important; }

#new-post > fieldset > div > fieldset > p:nth-child(4) {
  display: none; }

#site-title > a {
  font-size: 48px;
  color: #f9a860;
  text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.95); }

#site-description {
  display: inline;
  background-color: #dfdfdf;
  color: black;
  padding-left: 20px;
  padding-right: 20px; }

#sidebar {
  background-color: #CCFFCC; }

#main {
  background-color: #CCFFCC; }

