/*
Theme Name: Winnavi WordPress Theme
Theme URI: https://winnavi.jp/
Author: Axenor
Description: 現行の静的 ウィンナビ サイトを WordPress へ移植するためのスターターテーマです。
Version: 1.0.60
Text Domain: winnavi-static-bridge
*/

.wp-site-main {
  min-height: 60vh;
}

.wp-entry-section {
  padding: 88px 0 112px;
}

.wp-entry-shell {
  width: min(100%, 960px);
}

.wp-entry-content > *:first-child {
  margin-top: 0;
}

.wp-entry-content > *:last-child {
  margin-bottom: 0;
}
