/*
Theme Name: SYN Ownd Child
Template: syn-ownd
Theme URI: https://syn.design/
Author: 株式会社ウェブライダー
Author URI: https://web-rider.jp/
Description: SYN Ownd の子テーマ
Version: 1.0.0
Text Domain: syn-ownd-child
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@charset "utf-8";

.single .entry-content p,
.page .entry-content p {
  line-height: 1.9;
  margin-bottom: 1.6em;
}
.single .entry-content,
.page .entry-content {
  font-size: 18px;
}
/* 本文エリアの最大幅を広げる */
.container,
.content-area,
.single .entry-content,
.page .entry-content {
  max-width: 780px;
  margin: 0 auto;
}
