#cut p{
	margin					: 0;
	font-weight			: bold;
}

.pricemenu h3{
	margin-top			: 60px;
	margin-bottom		: 0;
	background-image: url("../images/pic.png");
	background-position: 20px 0;
	background-color: #F9A1AB;
	font-size				: 2em;
	text-align			: center;
}

.pricemenu h4{
	padding					: 10px;
	margin					: auto;
	
	
}

#price{
	overflow					: hidden;
	margin-bottom			: 30px;
}

#price:after{
	content						: "";
	clear							: both;
	display						: none;
}

#price .pricedl{
	position				: relative;
	float						: left;
	margin					: 20px;
	margin-bottom		: 30px;
	width						: 440px;
	height					: 200px;
}

#price .pricedl dt{
	font-size					: 21px;
	border-bottom			: 3px solid #F9A1AB;
}

#price .pricedl dl dd{
	margin					: 0;
	padding					: 10px;
	padding-left		: 30px;
	font-size				: 18px;
}

#price .pricedl dl dd:nth-child(even){
	background-color: #FFF3E8;
}

#price .pricedl dl dd span{
	position				: absolute;
	right						: 50px;
	line-height			: 15px;
}

#price .pricedl dl dd .kara:after{
	position				: absolute;
	content					: "～";
	margin-left				: 5px;
}

