@charset "UTF-8";

/* =========================================================================
　見積依頼フォーム用設定
========================================================================= */

/* 注意事項
---------------------------------------------------------------------- */
form#estimateform p.note-required {
	position: absolute;
	top: -30px;
	right: 15px;
	margin: 0;
}
p.note-cloud {
	position: absolute;
	top: -46px;
	right: 15px;
	margin: 0;
	padding: 5px 5px 5px 8px;
	background: #FAEAE5;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 1.2;
}

/* フォーム
---------------------------------------------------------------------- */
form#estimateform {
	clear: both;
	width: 100%;
	margin: 0 5px;
}
form#estimateform .step-wrap {
	position: relative;
	width: 100%;
	margin: 0 0 14px;
}
form#estimateform .step {
	padding: 5px 0 0;
}
form#estimateform .step-inner {
	padding: 0 0 68px;
	background: url(../../images/estimateform/form_bottom.gif) no-repeat left bottom;
}
form#estimateform #step-4 {
	margin: 0;
}
form#estimateform #step-4 .step-inner {
	padding: 0 0 5px;
	background-image: url(../../images/estimateform/form_bg_bottom_10.gif);
}

/* ステップ移動ボタン
---------------------------------------------------------------------- */
form#estimateform ol {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 252px;
	height: 21px;
	margin: 0;
	list-style: none;
}
form#estimateform ol li {
	float: left;
	margin: 0;
}

/* テーブル
---------------------------------------------------------------------- */
form#estimateform table {
	width: 97%;
	font-size: 110%;
	margin: 0 5px;
	line-height: 1.4;
}
form#estimateform #step-4 table {
	background: #E7F0DC;
}
form#estimateform caption {
	padding: 0;
}
form#estimateform table table {
	width: 485px;
	font-size: 100%;
	margin: 0;
	border: none;
}
form#estimateform th {
	width: 210px;
	padding: 10px;
	background: #F3F3EF;
	border: 1px solid #DDD;
	line-height: 1.3;
	text-align: left;
}
form#estimateform table th.need {
	background: #f3f3ef url(../../images/estimateform/need.gif) 94% 50% no-repeat;
	padding-right: 55px;
}
form#estimateform table th.no_need {
	background: #f3f3ef url(../../images/estimateform/no_need.gif) 94% 50% no-repeat;
	padding-right: 55px;
}
form#estimateform th span.sub {
	font-weight: normal;
	font-size: 90%;
}
form#estimateform th.focus,
form#estimateform td.focus {
	background: #E6EED9;
}
form#estimateform table td {
	padding: 20px;
}
form#estimateform table table td {
	padding: 4px 0;
	border: none;
	vertical-align: top;
}
form#estimateform table td.non_th {
	padding: 10px;
	border: none!important;
}
form#estimateform td p {
	margin: 4px 0;
	font-size: 90%;
	color: #0000ff;
}
form#estimateform td .option {
	border-top: 1px solid #E5E5E5;
}
form#estimateform td input[type=radio] {
	margin: 0 5px 6px 0;
}
form#estimateform td.caution input {
	float: left;
	margin: 0 10px 0 0;
}
form#estimateform td.caution span.note {
	display: block;
	padding: 2px 0 0;
}
form#estimateform td.focus span.note {
	color: #000;
	font-weight: bold;
}
form#estimateform table.estimateform-customer input {
	color: #000;
	padding: 3px 5px;
	background: #FFF;
}
form#estimateform table.estimateform-customer textarea {
	color: #000;
	padding: 3px 5px;
	background: #FFF;
	overflow: auto;
	font-family: inherit;
}
form#estimateform table.estimateform-customer select {
	background: #FFF;
}
form#estimateform .wide {
	width: 470px;
	border: 1px solid #CCC;
	border-top-color: #AAA;
	border-left-color: #AAA;
}
form#estimateform .narrow {
	width: 200px;
	border: 1px solid #CCC;
	border-top-color: #AAA;
	border-left-color: #AAA;
}
form#estimateform option {
	background: #FFF;
}
form#estimateform optgroup {
	color: #000;
	font-style: normal;
	background: #ECECEC;
}
form#estimateform #step-4 td {
	padding: 15px 15px 0;
}
form#estimateform #step-4 td p {
	padding: 0 0 15px;
	text-align: center;
}
