@charset "utf-8";

/* =======================================

	Price CSS
	Last Up Date 2010/12/01

========================================== */

/* 料金表 */
.priceList {
	width: 98%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
	box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	position:relative;
	behavior:url(../../img/css3_pie.htc);
}
.priceList tr.colored {
	background-color: #f4f9fe;
}

.priceList th.title {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	background-color: #EDEDED;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	font-weight: bold;
}
.priceList th.subtitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0DFE3;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: #5696ca;
}

.priceList th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	padding: 5px;
}
.priceList .number {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
}
.priceList th.item {
	font-weight: bold;
}


.priceList td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
}
.priceList td.comment {
	font-size: 12px;
	color: #666666;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
}

.priceList .summary {
	font-size: 12px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

.priceList td.charge {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.priceList td em {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #999999;
}

/* 見積り表 */
.priceEst {
	width: 98%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
	box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	position:relative;
	behavior:url(../../img/css3_pie.htc);
}
.priceEst tr.colored {
	background-color: #f4f9fe;
}

.priceEst th.title {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #EDEDED;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	font-weight: bold;
}
.priceEst th.subtitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0DFE3;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #5696ca;
}

.priceEst th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	padding: 5px;
}
.priceEst .number {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
}
.priceEst th.item {
	font-weight: bold;
	font-size: 12px;
}


.priceEst td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
}
.priceEst td.count {
	font-size: 12px;
	text-align: center;
}
.priceEst td.unitPrice {
	font-size: 12px;
	color: #999999;
	text-align: right;
}

.priceEst td.comment {
	font-size: 12px;
	color: #666666;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
}

.priceEst .summary {
	font-size: 12px;
	padding-top: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

.priceEst td.charge {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.priceEst th.gross {
	font-size: 12px;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
}
.priceEst td.grossCharge {
	font-size: 16px;
	font-weight: bold;
	color: #5696CA;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
}

.priceEst td em {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #999999;
}
