/* CSS Document */

#s01{
	width: 460px;
	margin: auto;
	padding: 10px;
	padding-top: 50px;
	margin-bottom: 150px;
	
}

#s01 h1{
	text-align: center;
	font-size: 18px;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
	margin-bottom: 50px;
}

#s01 table{
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: auto;
	margin-bottom: 35px;
}

#s01 table th{
	background: #ddd;
	font-size: 16px;
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}

#s01 table tr:last-child th{
	border-bottom: 1px solid #ccc;
}

#s01 table td{
	border-bottom: 1px solid #ccc;
	padding: 15px;
	padding-left: 35px;
	padding-right: 35px;
}

#s01 table td input{
	width: 100%;
	font-size: 18px;
}

#s01 table td textarea{
	width: 100%;
	font-size: 18px;
}

#s01 button{
	width: 460px;
	height: 70px;
	text-align: center;
	background: #1D8D96 url("../img/icon02.webp") 540px center no-repeat;
	border: 0;
	display: block;
	margin: auto;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}