/*
Theme Name: HN Base
Author: peko
Version: 1.0
*/
/* ==============================
全体
============================== */

body {
	font-family:
		"Helvetica Neue",
		"Hiragino Sans",
		"Hiragino Kaku Gothic ProN",
		"BIZ UDPGothic",
		"Yu Gothic",
		Meiryo,
		sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
