@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
*/

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

/* ソースコードの文字サイズを変更する*/

pre {
  font-size: 12px;
}



/*「次のページ」を非表示にする*/
.pagination-next {
  display: none;
}

/*「フッターのロゴ」を非表示にする*/
.footer-bottom-logo .logo-image, .footer-bottom-logo .logo-text  {
    display: none;
}

/*「フッターウィジット」の横幅を変更する*/
.footer-left, .footer-center, .footer-right {
    width: 25.00%;
}

/*「フッターウィジット」配下の「カテゴリとアーカイブのリスト」と「タグ」の文字サイズを変更する*/
#footer .widget_categories ul li, #footer .widget_archive ul li, #footer .tagcloud {
	display: inline-block;
    margin: 2px;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
}

/*「フッターウィジット」配下の「カテゴリとアーカイブのリスト」と「タグ」を装飾*/
#footer .widget_categories ul li a, #footer .widget_archive ul li a, #footer .tagcloud a {
    background-color: #343a40;
    text-transform: uppercase;
    padding: 2px 4px;
    border-radius: 3px;
	border-style:none;
}

/*「フッターウィジット」配下の「カテゴリとアーカイブのリスト」と「タグ」のオンマウス時の設定を変更*/
#footer .widget_categories ul li a:hover, #footer .widget_archive ul li a:hover, #footer .tagcloud a:hover {
    background: #888888;
}

/*投稿ページや固定ページを作成したユーザー名を非表示*/
.author-info {
    display: none;
}

/*ヘッダーに追加した検索ボックスを微調整　*/
#navi-in .search-box {
    margin: 0;
    position: relative;
	width:250px;
}

/*ヘッダーに追加した検索ボックスの内部の文字サイズを変更　*/
#navi-in .search-box .search-edit{
    font-size: 10px;
}

/* フッターメニューX番目検索窓の消す ※ここでは4番目としている。状況に応じて変更する。*/
.navi-footer-in>.menu-footer>li:nth-child(n+4) {
	display: none; 
}

/* ボックスメニューのオンマウス時の設定を変更 */
.box-menu:hover{
    box-shadow: none; /* 枠線を消す */
    background: #E6E6FA; /* 背景色 */
}

/* ヘッダーメニュー(１つ目と2つ目のみ)のオンマウス時の設定を変更。 */
#navi-in ul li:nth-child(1):hover, #navi-in ul li:nth-child(2):hover{
    box-shadow: none; /* 枠線を消す */
    background: #E6E6FA; /* 背景色 */
}

/* トップへ戻るボタンのサイズを変更 */
.go-to-top-button {
    width: 100px;
    height: 100px;
	font-size: 35px;	
}

/* フッターメニューの縦棒を非表示 */
.navi-footer-in > .menu-footer li{
	border-left: none;
}

/* reCAPTCHA v3の文章を装飾① */
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}

/* reCAPTCHA v3の文章を装飾② */
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

/* reCAPTCHA v3のバッジを非表示 */
.grecaptcha-badge { visibility: hidden; }


/*表カスタマイズここから*/
.entry-content table {
  border-collapse: collapse;
}
.entry-content th {
  border: solid 1px #999999;
  color: #000000;
}
.entry-content td {
  border: solid 1px #999999;
  color: #000000;
}
 /*表カスタマイズここまで*/ 

.cta-box {
border: solid 1px #9d9d9d;
border-radius: 8px;
background-color: #fff;
color:#444;
}

/*サイドバー右上の「オススメのサイト」の見出しを非表示　*/
#custom_html-7 h3 {
    display: none;
}


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

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

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