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

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


/* 非表示にする */
.hihyouji {
  display: none;
}



/* 「○○の仕事」用テーブル ここから */
/* 新バージョン、4カラム */
.oshigoto-table {
  border: 2px #000000 solid;
  font-size: 12pt;
}
.oshigoto-table thead{
  border: 2px #000000 solid;
}
.oshigoto-table th{
  /* thセルの水平方向の文字位置はデフォルトは、中央寄せ */
  vertical-align: middle;
  border: 1px #000000 solid;
}
.oshigoto-table th:nth-child(1) {width: 45%;} /* セル幅の指定 */
.oshigoto-table th:nth-child(2) {width: 5%;}
.oshigoto-table th:nth-child(3) {width: 5%;}
.oshigoto-table td{
  /* tdセルの水平方向の文字位置はデフォルトは、左寄せ */
  vertical-align: middle;
  border: 1px #000000 solid;
}
.oshigoto-table td:nth-child(2) {text-align: center;}
.oshigoto-table td:nth-child(3) {text-align: center;}
/* 「○○の仕事」用テーブル ここまで */



/* 「○○の仕事」用テーブル ここから */
/* 旧バージョン、5カラム */
.oshigoto-table-2 {
  border: 2px #000000 solid;
  font-size: 12pt;
}
.oshigoto-table-2 thead{
  border: 2px #000000 solid;
}
.oshigoto-table-2 th{
  /* thセルの水平方向の文字位置はデフォルトは、中央寄せ */
  vertical-align: middle;
  border: 1px #000000 solid;
}
.oshigoto-table-2 th:nth-child(1) {width: 33%;} /* セル幅の指定 */
.oshigoto-table-2 th:nth-child(2) {width: 7%;}
.oshigoto-table-2 th:nth-child(3) {width: 5%;}
.oshigoto-table-2 th:nth-child(4) {width: 5%;}
.oshigoto-table-2 td{
  /* tdセルの水平方向の文字位置はデフォルトは、左寄せ */
  vertical-align: middle;
  border: 1px #000000 solid;
}
.oshigoto-table-2 td:nth-child(2) {text-align: center;}
.oshigoto-table-2 td:nth-child(3) {text-align: center;}
.oshigoto-table-2 td:nth-child(4) {text-align: center;}
/* 「○○の仕事」用テーブル ここまで */






/* 「映画の中のアレ」用テーブル　ここから */
.are-table {
  border: 2px #000000 solid;
  font-size: 12pt;
}
.are-table thead{
  border: 2px #000000 solid;
}
.are-table th{
  /* thセルの水平方向の文字位置はデフォルトは、中央寄せ */
  vertical-align: middle;
  border: 1px #000000 solid;
}
.are-table th:nth-child(1) {width: 50%;} /* セル幅の指定 */
.are-table td{
  /* tdセルの水平方向の文字位置はデフォルトは、左寄せ */
  vertical-align: middle;
  border: 1px #000000 solid;
}
/* 「映画の中のアレ」用テーブル　ここまで */




/* 写真のキャプション中央寄せ */
figcaption {
  text-align: center;
}


/* 箇条書きのフォントサイズ変更 */
.post ul li, pre, blockquote {
  font-size: 1.5em;
}


/* 番号付きリストのフォントサイズ変更 */
.post ol li, pre, blockquote {
  font-size: 1.5em;
}


/* reCAPTCHAのバッジ */
/* 上へずらす */
.grecaptcha-badge {
  bottom: 90px !important;
}


/* コピー防止 */
/* これを有効にすると画像拡大が効かなくなるのでとりあえずコメントアウトする */
/*
img {
  pointer-events: none;
}
*/

/*
.copy-guard {
  pointer-events: none;
}
*/






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

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

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


