/* CSS Document */

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

h1{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 35px;
	margin-bottom: 35px;
}

#s01{
	/*width: 00px;*/
	margin: auto;
	margin-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

#s01 .obj01{
	text-align: right;
}

#s01 h3{
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#s01 table{
	border: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 40px;
	width: 100%;
}

#s01 th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	background: #eee;
	vertical-align: middle;
}

#s01 td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*padding: 15px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}

#s01 ul{
	margin-bottom: 35px;
}

#s02{
	/*width: 1000px;
	margin: auto;*/
	margin-bottom: 150px;
	padding-left: 15px;
	padding-right: 15px;
}


#s02 h2{
	text-align: center;
	font-size: 30px;
	line-height: 180%;
	font-weight: bold;
	padding-top: 35px;
	margin-bottom: 35px;
}

#s02 p{
	margin-bottom: 35px;
	font-size: 15px;
}

#s02 dt{
	font-weight: bold;
	margin-bottom: 5px;
}

#s02 dd{
	margin-bottom: 35px;
	font-size: 15px;
}