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

body {
	font-family: "source-han-sans-japanese", sans-serif;
font-weight: 300;
font-style: normal;
	color:#333;
	font-size:14px;
	line-height:1.5;
	background:#fff;
	text-align:center;
	background-repeat: repeat;
	}

html {
	scroll-behavior: smooth;
  }

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

