/*
Theme Name: First
Description: Typography for Japanese.
*/

html {
	font-size: 81%;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 90%;
	}
}
body {
	font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.widget {
	line-height: 1.6;
}