@charset "UTF-8";

*{
	box-sizing:border-box ;
}
::after{
	box-sizing:border-box ;
}
::before{
	box-sizing:border-box ;
}

BODY{
	font-size : 12px;
	font-family : "ＭＳ ゴシック";
	color : black;
}
.contents{
	line-height: 20px;
}
