@charset "utf-8";

h2 {
	background: url(img/ico_pttl.png) no-repeat center top;
	background-size: 45px 50px;
}
.ul_cost {
}
.ul_cost li {
	list-style: disc outside;
	margin-left: 20px;
}

.t_cost {
	width: 100%;
	font-size: 80%;
	line-height: 1.4em;
	border: solid 1px #e2d5c8;
	border-collapse: collapse;
}

.t_cost th {
	text-align: left;
	background-color: #fffdf6;
	border: solid 1px #e2d5c8;
	padding: 2%;
}
.t_cost td {
	border: solid 1px #e2d5c8;
	padding: 2%;
}
.t_cost td.price {
	width: 25%;
	white-space: nowrap;
	text-align: right;
}