@charset "utf-8";
/*---------------------------------------------------------------------
　フォントサイズ	
---------------------------------------------------------------------*/
/*
	Copyright (c) 2010, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.8.1
*/
html{
	font-size: 62.5%;
}

/*  body  */
body{
	font-family:'Noto Sans JP', sans-serif;
/*	font-family:'Noto Sans JP', sans-serif;*/
    font-size: 1.4rem;
	line-height: 1.75 ;
}

/*  フォーム関連  */
select,
input,
button,
textarea,
button{
	font-size: 100% ;
}

/*  テーブル  */
table{
	font-size:100%;
	font:100%;
}

pre,
code,
kbd,
samp,
tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}