@charset "UTF-8";
/* CSS Document */
#main h1 {
	margin: 0;
}

#main h2 {
	margin: 40px 0 20px 0;
	border-bottom: 3px double #c9cdba;
	font-size: 1.3em;
	font-weight: normal;
}

#main h2.tax{
	position:relative;
}

#main h2.tax span{
	position: absolute;
	right: 10px;
	font-size: 0.7em;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #666;
}

.group {
	margin: 0 0 20px 0;
}

.left-group {
	float: left;
	width: 600px;
	padding: 20px 0;
}

.right-group {
	float: right;
	width: 300px;
}

.price-table {
	border-collapse: collapse;
}

.price-table th {
	width: 300px;
	text-align: left;
	font-size: 1.2em;
	color: #b78a36;
}

.price-table td.price {
	width: 250px;
	text-align: right;
	color: #f57f01;
}

.price-table td.time {
	width: 100px;
	text-align: right;
	color: #b78a36;
}

.price-table td.additional {
	text-align: right;
	color: #b78a36;
}

.recommend {
	background-image: url("../images/menu/icon_recommend.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px 20px 20px 100px;
	line-height: 80px;
}

.recommend.two-lines {
	line-height: 30px;
}

.about {
	margin-top: 20px;
}