@charset "utf-8";
/* CSS Document */
h2 { margin-bottom: 20px !important;}
#estimateArea {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #CECFCE;
	background-color: #FAF9E6;
}
#estimateArea p.annotate { color: #78BA00; font-weight: bold; font-size: 12px;}
/* #estimateManual .article上書
----------------------------------------*/
#estimateManual {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #CECFCE;
}
#estimateManual h3#toggleManual { margin-bottom: 1em; cursor: pointer;}
#estimateManual h3#toggleManual p.footnote {
	float: right;
	margin-bottom: -1px;
	padding: 5px;
	border: 1px solid #78BA00;
	background-color: #FAF9E6;
	color: #663300;
	text-decoration: underline;
}
#estimateManual #manualContents { display: none; padding: 10px; background-color: #F7F7F7;}
/* #manualContents
------------------------------*/
#manualContents h4,
#manualContents ol { margin-bottom: 10px;}
#manualContents p { margin-bottom: 10px; line-height: 1.6;}
#manualContents ul { margin-bottom: 0;}
#manualContents ul li { margin-left: 0; list-style-type: none;}
/* #estimateHeader
----------------------------------------*/
#estimateHeader {
	margin-bottom: 10px;
	border-bottom: 2px solid #70A824;
}
/* #estimateContents
------------------------------*/
#estimateContents th { padding-right: 8px; border: 0; background: none; text-align: left;}
#estimateContents td { padding: 6px 32px 6px 4px; vertical-align: bottom;}
#estimateContents td.weight { background: url(../../img/estimates/weightUnit.gif) 82px 20px no-repeat;}
#estimateContents th.option { font-size: 12px;}
#estimateContents th.option p { position: relative; top: 8px;}
#estimateContents td.option { padding-right: 0px;}
#estimateContents td.formInfomation { padding: 6px 10px 6px 0;}
/* #estimateMessage
------------------------------*/
#estimateContents #messageArea { float: left; width: 400px;}
#estimateContents #messageArea p.annotate { padding-left: 4px;}
#estimateContents #estimateMessage { width: 100%; padding: 10px; border: 1px solid #70A824; background-color: #FFF; vertical-align: top;}
#estimateContents #addDeliveryLoading { display: none; width: 100%; padding: 10px; border: 1px solid #70A824; background-color: #FFF; vertical-align: top;}
#estimateContents #optionArea { float: right; margin-bottom: 5px;}
#estimateContents #optionArea p.annotate { padding-right: 4px; text-align: center;}
/* #deliveriesList
----------------------------------------*/
#deliveriesList {
	clear: both;
	margin-bottom: 14px;
	padding-top: 12px;
}
#deliveriesList table {
	width: 100%;
	border: 0;
}
#deliveriesList table col.delete { width: 40px;}
#deliveriesList table col.xmpf { width: 90px;}
#deliveriesList table col.carriage { width: 90px;}
#deliveriesList table col.quantity { width: 48px;}
#deliveriesList table col.option { width: 285px;}
#deliveriesLIst table col.price { width: 87px;}
#deliveriesList table th {
	border: 0;
	border-bottom: 1px solid #70A824;
	background: none;
	color: #70A824;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#deliveriesList table td {
	padding: 4px 5px 0 0;
	border: 0;
	border-bottom: 1px solid #70A824;
	background-color: #FFFFF7;
	vertical-align: middle;
	font-size: 14px;
}
#deliveriesList table td.delete { text-align: center;}
/* #displayTotal
------------------------------*/
#deliveriesList #displayTotal {
	float: right;
	width: 300px;
	border: 2px solid #70A824;
	padding: 2px 0;
	background-color: #FFF;
}
#deliveriesList #displayTotal p { padding: 0 10px;}
#deliveriesList #displayTotal p.price {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
	text-align: right;
}
#deliveriesList #displayTotal #totalPrice { font-size: 24px;}
/* Form
----------------------------------------*/
#EstimateWeight { width: 68px; font-size: 20px; ime-mode: disabled;}
#addDelivery {
	width: 320px;
	height: 60px;
	font-size: 16px;
}
div.submit { margin: 0 0 16px 0;}
.formError { border: 2px solid #FC8B8B;}