﻿/*
Theme Name: HWC LP
Theme URI: https://example.com/
Author: HWC
Author URI: https://example.com/
Description: Custom landing page theme (responsive).
Version: 0.1.0
Text Domain: hwc-lp
*/

/* Base reset */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

table { border-collapse: collapse; width: 100%; }

/* Layout helper */
.l-container { width: min(1120px, 92vw); margin: 0 auto; }

/* Basic typography */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.7;
  color: #111;
  background: #fff;
}
