@charset "UTF-8";

/* 全体のスタイル調整 */
* {
	box-sizing: border-box;
}

/* bodyの初期スタイル調整 */
body {
	font-size: 16px;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont,  "Helvetica Neue",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Araial, "メイリオ", Meiryo, system-ui, sans-serif;
	color: #333;
	background-color: #fff;
}

/* ヘッダー部分のスタイル調整 */
h1 {
	margin-bottom: 24px:
}

h1 img {
	max-width: 100%;

}

/* 見出し関連のスタイル調整 */
h2 {
	margin-bottom: 16px;
	text-align: center;
}

h2 img {
	height: 3rem;
}

h3 {
	margin-bottom: 16px;
	text-align: center;
	font-size: 1rem;

table,th,td { border: 1px solid #000; }

table {
	border-collapse: collapse;
	}

th {
	width: 100px;
	padding: 0.5em;
	color: #fff;
	background: #7f7f7f;
	}

td {
	width: 450px;
	padding: 0.5em;
	}
.stripe { background: #eee; }

div { margin-bottom: 2em; }
