@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
body {
	margin: 0;padding:0;
	font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: none;
	background: #FFCFBF;	/*背景色*/
	color: #777;		/*文字色*/
	line-height: 2;		/*行間*/
}
.org{
	color: #000;
}

