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

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

/*PDFのブログカード風スタイル*/
.pdf-blogcard {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 1em 0;
  overflow: hidden;
}

.pdf-thumb {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.pdf-thumb img {
  width: 64px;
  height: auto;
}

.pdf-content {
  flex: 1;
  padding: 12px;
}

.pdf-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
}

.pdf-title a {
  text-decoration: none;
  color: #333;
}

.pdf-desc {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 8px;
}

.pdf-link a {
  font-size: 0.9em;
  color: #0073aa;
  text-decoration: underline;
}

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

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

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