@charset "utf-8";
/* CSS Document */

/*
1.お見積り
2.お見積り内容確認
*/

/* -----------------------
1.お見積り
----------------------- */
.QuoteGuideText {
	width:660px;
	margin-left:10px;
	margin-bottom:15px;
	margin-top:10px;
}
.QuoteTable {
	width:660px;
	border-collapse:collapse;
	margin-left:10px;
	margin-bottom:15px;
}
.QuoteTable caption {
	text-align:left;
}
.QuoteTable th {
	background-color:#DDDDDD;
	text-align:left;
	font-weight:bold;
	font-style: normal;
	color:#333333;
}
* html .QuoteTable th {
	background-color:#DDDDDD;
	text-align:left;
	font-weight:bold;
	font-style: normal;
	font-size:90%;
	color:#333333;
}
.QuoteTable th,
.QuoteTable td {
	padding: 5px 5px;
	border: 1px solid #CCCCCC;
}
* html .QuoteTable td {
	font-size:90%;
}
.Ctw25 {
	width:25%;
}
.error {
	font-weight:bold;
	font-style: normal;
	font-size:95%;
	color:#F00;
	background-color:#FF0;
}

/* -----------------------
2.お見積り内容確認
----------------------- */	
.Submit_Area {
	width:660px;
	margin-left:10px;
}
.Submit_Left {
	width:180px;
	float:left;
	margin-left:150px;
	margin-right:20px;
}
.Submit_Right {
	width:180px;
	float:left;
	margin-left:15px;
}