/****************************************************
　■料金　ページ設定
****************************************************/

#box-price {
	margin: 0 15px 0 0;
	padding-bottom: 40px;
}
#box-price-inner {
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}
.price_intro {
	margin-bottom: 15px;
}
.price_spec {
	background: url(images/price_yellow_cap.gif) repeat-y;
	padding-left: 18px;
	margin-bottom: 15px;
}
.price_table {
	width: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.price_table tr td {
	padding: 0.7em;
	text-align: center;
	width: 25%;
	background: #fef5ec;
	border: 1px solid #c5b9a9;
}
.price_table .red_tr td {
	background: #FFCCCC;
	font-weight: bold;
}
.price_table tr .bold_td {
	font-weight: bold;
}
.price_table_cap {
	text-align: right;
}
.price_dlist {
	margin-left: 25px;
}
.price_dlist dl {
	margin-bottom: 5px;
}
.price_dlist dl dt {
	float: left;
	margin-right: 40px;
	font-weight: bold;
}
.price_dlist_cap {
	margin-top: 10px;
}
