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

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

/* ===============================
ツールページテンプレート用CSS
=============================== */

.tool-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.tool-header {
  text-align: center;
  margin-bottom: 20px;
}

.tool-title {
  font-size: 28px;
}

.tool-description {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 20px;
}

.tool-main {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.tool-usage,
.tool-notes,
.tool-related,
.tool-ad {
  margin-bottom: 30px;
}

.tool-content section {
  margin-bottom: 30px;
}

.tool-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  border-left: 4px solid #333;
  padding-left: 10px;
}