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

/* ページ全体 */
body {
  background-color: #000;
  color: rgba(255,255,255,0.85);
}

/* メインコンテンツの白箱を消す */
#content,
.content-in,
.main,
.main-inner,
.entry-content,
.archive .content-in,
.single .content-in,
.page .content-in {
  background-color: transparent;
}

/* 記事・固定ページの白背景を消す */
.article,
.entry,
.post,
.page {
  background-color: transparent;
}
/* アフィリエイト表記（全ページ・中央） */
.affiliate-notice {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  background-color: rgba(0,0,0,0.0);
  padding: 6px 10px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .affiliate-notice {
    font-size: 12px;
    padding: 5px 8px;
  }
}
/* ヘッダーのサイトタイトル */
.site-name-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #header .site-name-text {
    font-size: 15px !important;
  }
}
/* フッター：マウスを乗せた時に白くならないようにする */
#footer a:hover {
  background-color: transparent !important;
}
.post-date,
.post-update,
.entry-date,
.entry-update {
  display: none !important;
}

@media (min-width: 1025px) {
  .entry-card-thumb {
    text-align: center;
  }

  .entry-card-thumb img {
    width: 36%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  /* カード全体の文字を中央揃え */
  .entry-card {
    text-align: center;
  }
	a.entry-card-wrap.a-wrap{
  transition: all .1s;
}
	a.entry-card-wrap.a-wrap:hover {
  transform: translateY(-1px);
  transition: all .1s;
  background-color: #353535;
}
.entry-content {
  margin-top: 0;
}

.date-tags {
  margin-bottom: 0;
}

.main {
  border-top: none;
}