@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');

h1{
	font-family: 'Sawarabi Gothic', sans-serif;
	text-align: center;
}

table{
	width: 100%;
	border-spacing: 0;
}

table th{
	width: 220px;
	height: 60px;
	border-bottom: solid 2px #fb5144;
	padding: 10px 0;
}

table td{
	border-bottom: solid 2px #ddd;
	text-align: center;
	padding: 10px 0;
}

#under-text{
	position: absolute;
	bottom: 0;
}