@charset "utf-8";

#mainArea {
	margin: 10px 0 15px;
	padding: 20px;
	background: url(../images/bg.jpg);
}

#mainArea .cont_bg {
	margin-bottom: 20px;
	padding: 14px;
	background-color: #fff;
}

#mainArea .cont_bg_last {
	margin-bottom: 0;
}

#mainArea .cont_bg h2 {
	width: 850px;
	margin: 0 auto 10px auto;
	font-size: 200%;
	font-weight:bold;
}

#mainArea .cont_bg .customer {
	width: 850px;
	margin: 0 auto 10px auto;
	font-size: 116.7%;
}

#mainArea .cont_bg .customer p {
	float: left;
	display: inline;
	width: 535px;
}

#mainArea .cont_bg .customer p a {
	padding-left: 12px;
	background: url(/system_kitchen/images/list_arow.gif) left 2px no-repeat;
}

#mainArea .cont_bg .customer a.btn {
	float: right;
	display: inline;
	margin-top: 16px;
}

#mainArea .cont_bg table {
	width: 850px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #999;
}

#mainArea .cont_bg table th,
#mainArea .cont_bg table td {
	width: 25%;
	padding: 20px;
	text-align: center;
	border: 1px solid #999;
}

#mainArea .cont_bg table th {
	font-size: 116.7%;
}

#mainArea .cont_bg table tr.first th {
	font-weight: bold;
	background: #dbeff3;
}

#mainArea .cont_bg table td {
	font-size: 141.7%;
}

#mainArea .cont_bg table td.estimate {
	padding: 20px 0;
	font-size: 100%;
}

#mainArea .cont_bg table td span {
	font-size: 70.6%;
}

