@charset "utf-8";
/* CSS Document */


/******* cuisine *******/
#price {
}
#price .inner {
}
#price h2 {
	text-align: center;
	height: 56px;
	margin: 0 0 40px;
}
#price table {
	width: 100%;
	font-size: 17px;
	margin: 0 0 60px;
}
#price table th {
	width: 33.333333%;
	vertical-align: middle;
	background-color: #28251d;
	border: solid 1px #fff;
	padding: 10px 15px;
}
#price table th span {
	font-weight: normal;
}
#price table td {
	width: 66.666666%;
	padding: 10px 32px;
	border: solid 1px #fff;
}
#price table td span {
	display: inline-block;
	margin: 0 1.5em 0 0;
}
#price table td span:before {
	content: "●";
	font-size: 12px;
	display: inline-block;
	margin: 0 4px 0 0;
	position: relative;
	top: -2px;
}
#price h3 {
	text-align: center;
	height: 24px;
	margin: 0 0 16px;
}
#price p {
	text-align: center;
	margin: 0 0 16px;
}
#price table.cancel {
	font-size: 17px;
	margin: 0;
}
#price table.cancel th {
	width: 33.333333%;
	background-color: #28251d;
	border: solid 1px #fff;
	padding: 10px auto;
}
#price table.cancel td {
	width: 33.333333%;
	text-align: center;
	padding: 10px auto;
	border: solid 1px #fff;
}
.txt_r{
	text-align: right!important;
	margin-bottom: 5px!important;
}