@charset "utf-8";

html { font-size: 62.5%; /* 10px */ }

html * { font-size: inherit; }

img { -ms-interpolation-mode: bicubic; }

.clearfix:after { content: " "; display: block; height: 0; visibility: hidden; clear: both; }

body {
	font-size: 14px; font-size: 1.4rem;
	color: #231815;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", メイリオ, Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	/* for Chrome browser */ -webkit-text-size-adjust: none;
}

/*-mb-*/html.mobile body {
	font-size: 13px; font-size: 1.3rem;
}

article {
	font-family : "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	/* for Chrome browser */ font-weight: 500; -webkit-text-size-adjust: none;
}


caption,figcaption { line-height: 1.5; }
p,blockquote,ol,ul,dl,th,td { line-height: 1.75; }

a:link { color: #d3532a; text-decoration: none; }
a:focus,
a:hover { color: #d3532a; text-decoration: underline; }
a:active,
a:visited { color: #d3532a; }

rt { font-size: 9px; font-size: 0.9rem; }

textarea { font-family: sans-serif; /* <-- for Window Chrome text size bug */ margin-bottom: 1.75em; }
