@charset "UTF-8";

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/


html{
	font-size: 62.5%; /*ベースを10pxにしています*/
}

body {
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
 	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic',メイリオ, Meiryo, sans-serif; 
	color:#4D4D4D;
	font-size:1.6rem;
	font-weight:500;
	line-height:1;
}


@media screen and (max-width: 768px) {

body {font-size:1.6rem;}


}

@media screen and (max-width: 480px) {


body {font-size:1.4rem;}

	
}

@media screen and (max-width: 320px) {


body {font-size:1.2rem;}

	
}

