@charset "UTF-8";

/* ------------------------------------------------------
price
------------------------------------------------------ */
#price .benefit {
	padding: 4px 9px;
	margin-bottom: 10px;
}
#price .benefit p {
	margin-bottom: 0;
	font-weight: bold;
}
#price .benefit .focus {
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
}
#price .benefit .memo {
	font-weight: normal;
}
#price  th {
	text-align: left;
}
#price .price {
	text-align: right;
	font-weight: bold;
	color: #406717;
}

#menu p {
	width: 700px;
	margin: auto;
	margin-bottom: 10px;
}