html,body {
	font-family: -apple-system, BlinkMacSystemFont, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans", "Noto Sans CJK JP", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
	color: #3f3f3f;
	background-color: #ffffff;
}

table,td{
	padding:7px;
	border:1px solid gray;
	border-collapse: collapse;
}

td:first-child{
	background-color: #f4f4f4;
}

strong{
	color:#ed2a23;
}

@media screen and (min-width:769px) {

	/* PC用CSS記述 */
	.content{
		 width:600px;
		 margin:50px auto;
		 padding:50px;
		 font-size:12px;
		 background:#fff;
	}
}

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

	/* スマートフォン用CSS記述 */
	.content{
		 width:90%;
		 margin:15px auto;
		 font-size:12px;
		 background:#fff;
	}

}