@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){
  /*必要ならばここにコードを書く*/
}

/* Codex article table alignment start */
.article-table-scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.4em 0;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  background: #fff;
}

.article-table-scroll table,
.entry-content .article-table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.95em;
  line-height: 1.55;
}

.article-table-scroll th,
.article-table-scroll td,
.entry-content .article-table th,
.entry-content .article-table td {
  border: 1px solid #e1e4e8;
  padding: 0.68em 0.78em;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}

.article-table-scroll th,
.entry-content .article-table th {
  background: #f6f8fa;
  font-weight: 700;
  text-align: left;
}

.article-table-scroll caption {
  caption-side: bottom;
  padding: 0.6em 0.8em;
  color: #666;
  font-size: 0.9em;
  text-align: left;
}

@media (max-width: 640px) {
  .article-table-scroll {
    margin-right: -0.4em;
    margin-left: -0.4em;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .article-table-scroll table,
  .entry-content .article-table {
    min-width: 560px;
    font-size: 0.9em;
  }

  .article-table-scroll th,
  .article-table-scroll td,
  .entry-content .article-table th,
  .entry-content .article-table td {
    padding: 0.58em 0.65em;
  }
}
/* Codex article table alignment end */
