@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;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 1.8rem;
}

a {
  color: blue;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.6rem;
  }
}


p,
a {
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {

  p,
  a {
    font-size: 1.6rem;
  }
}

/*  フォーム関連  */
select,
input,
button,
textarea,
button {
  font-size: 100%;
}

/*  テーブル  */
table {
  font-size: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
