@charset "UTF-8";

/* ===== Google Fonts ===== */
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ===== ナビゲーションフォント ===== */
.navi-in a,
.footer-menu a,
#navi .menu a {
  font-family: "DotGothic16", sans-serif !important;
  font-weight: 400;
}

/* ===== 一覧画面 見出しサイズ ===== */
.entry-card-title,
.entry-card-title a {
  font-size: 26px !important;
  line-height: 1.5;
  font-family: "DotGothic16", sans-serif !important;
}

/* ===== 一覧画面 カード横並びレイアウト固定 ===== */
.entry-card.e-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
}
.entry-card-thumb,
.card-thumb {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  flex-shrink: 0 !important;
}
.entry-card-thumb-image,
.card-thumb-image {
  width: 100px !important;
  height: 70px !important;
  object-fit: cover !important;
  display: block !important;
}
.entry-card-content,
.card-content {
  flex: 1 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.entry-card-meta.e-card-meta {
  position: static !important;
  text-align: left !important;
  width: 100% !important;
  margin-top: 4px;
}

/* ===== 一覧カード タグ表示 ===== */
.entry-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
  width: 100%;
  clear: both;
}
.card-tag-item {
  font-family: "DotGothic16", sans-serif;
  font-size: 11px;
  color: #888;
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 1px 6px;
  text-decoration: none;
  white-space: nowrap;
}
.card-tag-item {
  cursor: default;
}
.mobile-menu-buttons .menu-button > a{
	  font-family: "DotGothic16", sans-serif !important;
	color:#FFF;
}
/* ===== PV数非表示 ===== */
.admin-pv {
  display: none !important;
}

/* ===== 虚構のなんJ部 書き込みスタイル ===== */

.post-list {
  margin: 16px 0;
}

.post-item {
  background: #fff;
  //border: 1px solid #e0e0e0;
  //border-left: 3px solid #666;
  //margin-bottom: 3px;
  margin-bottom: 7px;
 
	padding: 6px 10px;
  font-size: 16px;
  line-height: 1.6;
}

.post-header {
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: baseline;
}

.post-num {
  color: #0055bb;
  font-weight: bold;
  font-size: 13px;
}

.post-name {
  color: #117711;
  font-weight: bold;
}

.post-id {
  color: #999;
  font-size: 11px;
}

.post-body {
  padding-left: 2px;
  color: #222;
}

.thread-title-bar {
  background: #444;
  color: #fff;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* ===== サイトタイトル・見出しフォント ===== */
.site-name,
h1, h2, h3, h4, h5, h6,
.entry-title,
.thread-title-bar {
  font-family: "DotGothic16", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-card-title, .entry-card-title a{
		font-size:20px !important;
	}
}
