/* CSS Document */

#keyimg{
	background: url("../price/img/keyimg.webp") center center no-repeat;
	background-size: cover;
}


#s01{
	/*width: 1000px;*/
	margin: auto;
	margin-bottom: 150px;
	
	padding: 15px;
	padding-top: 50px;
}

#s01 h1{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 40px;
}



#s01 table{
	border: 1px solid #c9caca;
	border-bottom: 0;
	display: block;
}

#s01 table th{
	border-bottom: 1px solid #c9caca;
	background: #eee;
	text-align: center;
	padding: 15px;
	display: block;
}

#s01 table td{
	padding: 15px;
	border-bottom: 1px solid #c9caca;
	display: block;
}