@charset "utf-8";

/* css Infomation =============================

共通css

=============================================== */



@import url(https://fonts.googleapis.com/css?family=Playfair+Display);


* {
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.6em;
	font-size:12px;
}

a {
	text-decoration: none;
	color: #333333;

}

a:hover{
	color: #333333;
}

body {
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}

a:hover {
	text-decoration: none;
}

html, body {
	height:100%;
}




