@charset "utf-8";

#logo{
	width: 18%;
}
.title{
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin-top: 2em;
}
.wrappr{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

/* table01 */
#table01{
	margin: 0 auto;
}

#table01 th,
#table01 td {
	padding: 24px 0;
	border-bottom: 1px solid #b5b1b1;
}

#table01 th {
	width: 20%;
}

footer{
	margin-top: 5em;
	text-align: center;
}

/* sp */
@media only screen and (max-width: 480px) {
	#logo{
		width: 50%;
	}
	.title{
		font-size: 1.5em;
	}
	
	#table01 th,
	#table01 td {
		width: 100%;
		display: block;
		border:none;
	}
	#table01 th {
		width: 100%;
	}
	#table01 td {
		padding-top: 0;
		text-align: center;
  }
}