@charset "utf-8";

h1 {
	font-size: 1.2rem;
	text-align: center;
}
h2 {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
.container table {
	margin: 0 auto;
	max-width: 600px;
	border-collapse:  collapse; 
}
th {
	background: #FAFFB3;
}
.text_center {
	text-align: center;
}
table {
	width:100%;
}


/* font-family */
/* 海（「海」の中が「母」） */
.malgun_gothic {
	font-family: Malgun Gothic;
}

