@charset "UTF-8";
/* 
CSS Document 
ページ共通CSS
ヘッダ, フッタ, サイド
*/
/* Font */

body {
	font-family: 'Noto Sans JP', sans-serif, "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3";
	color:#333;
	font-size:14px;
	line-height:1.5;
	background:#fff;
	text-align:center;
	background-repeat: repeat;
	}

html {
	scroll-behavior: smooth;
  }

	
/*テキストリンク*/
a {
	color:#ea595f;
	text-decoration:none;
	}
	
a:hover {
	color:#ea595f;
	text-decoration:underline;
	}

