@charset "UTF-8";
/* CSS Document */
/* --------
[コーディングルール]
基本classのみ使用し、idはアンカーやJSで使用

[パーツclass名]
div: .wrap, .inner, .group, .box,
float: .colset, .col1, .col2,

[プロパティ順]
width, height, margin, padding, position,  clear, overflow, 
color, font, text-decoration, text-align, vertical-align, white-space, letter-spacing, text, background
-------- */


/*共通common*/

body {
    font-family: Lato, sans-serif;
	line-height: 1.8;
	font-feature-settings: "palt";
	
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


