/* -----------------------------------------------

	estimate.css
	お見積り用

----------------------------------------------- */


/* -----------------------------------------------

	#mainCol
	メインカラムエリア

----------------------------------------------- */


/* #searchMap	検索用
----------------------------------------------- */
.searchBox {
	margin: 10px 0;
	padding: 10px;
	width: 720px;
	position: relative;
	background: url(../../_images/back/back-authorized.gif) repeat 0 0%;
	border-radius: 5px;        /* 角丸：CSS3草案 */
	-webkit-border-radius: 5px;    /* 角丸：Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* 角丸：Firefox用 */
	/* for IE6 */
	*display: inline;  
    *zoom: 1;
}

.searchBox h4 {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #FF9900;
}

.searchBox h4 span a:link,
.searchBox h4 span a:visited {
	color: #0099FF;
	text-decoration: none;
}
.searchBox h4 span a:active,
.searchBox h4 span a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
.searchBox h4 span a:focus {
	color: #0099FF;
	text-decoration: none;
}

.searchBox .searchChoice_posi {
	margin: 0;
	padding: 10px;
	width: 700px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 5px;        /* 角丸：CSS3草案 */
    -webkit-border-radius: 5px;    /* 角丸：Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* 角丸：Firefox用 */
	/* for IE6 */
	*display: inline;  
    *zoom: 1;
}

.searchBox .searchMap_posi {
	margin: 0;
	padding: 10px;
	width: 700px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 5px;        /* 角丸：CSS3草案 */
	-webkit-border-radius: 5px;    /* 角丸：Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* 角丸：Firefox用 */
	/* for IE6 */
	*display: inline;  
    *zoom: 1;
}


/* #searchMap_region	店舗検索用
----------------------------------------------- */
.searchBox .searchMap_region #region {}

.searchBox .searchMap_region .region {}

dl.region {
	margin: 5px 10px 5px 20px;
	font-size: 105%;
	border-bottom: 3px solid #FFFFFF;
}

dl#region08 {
	margin: 5px 10px 10px 20px;
	font-size: 105%;
	border-bottom: 3px solid #FFFFFF;
}

dl.region dt span {
	color: #FFFFFF;
}

dl.region dd span {
	margin: 0 7px 0 0;
}

dl.region dd span.blank {
	color: #FFFFFF;
}

dl.region dd {
}

dl.region dt, dl.region dd {
	padding: 0 7px 0 0;
    display: inline;
}

.grp_hokkaido {
    border-right: 5px solid #FF9900;
}
.grp_tohoku {
    border-right: 5px solid #FF9900;
}
.grp_kanto {
    border-right: 5px solid #FF9900;
}
.grp_chubu {
    border-right: 5px solid #FF9900;
}
.grp_kinki {
    border-right: 5px solid #FF9900;
}
.grp_chugoku {
    border-right: 5px solid #FF9900;
}
.grp_shikoku {
    border-right: 5px solid #FF9900;
}
.grp_kyushu {
    border-right: 5px solid #FF9900;
}
.region .selected {
    background: none repeat scroll 0 0 black;
    color: white;
}


/* #searchMap a 設定
----------------------------------------------- */
div.searchBox a:link,
div.searchBox a:visited {
	color: #333333;
	text-decoration: none;
}
div.searchBox a:active,
div.searchBox a:hover {
	color: #0099FF;
	text-decoration: underline;
}
div.searchBox a:focus {
	color: #333333;
	text-decoration: none;
}

/* #searchProducts	製品検索用
----------------------------------------------- */

h5#Products_flow {
	margin: 0 0 10px 0;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	color: #996600;
}

h5#Products_flow span {
	font-weight: bold;
	color: #996600;
}

.searchProducts {
	margin: 20px 0 20px 110px;
	width: 460px;
}

.searchProducts th {
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #FF9900;
	border-bottom: 1px dotted #FF9900;
}

.searchProducts th span {
	font-weight: normal;
	color: #0099FF;
}

.searchProducts td.Products_le {
	padding: 6px 10px 2px 0;
	width: 150px;
	font-weight: normal;
	text-align: right;
	color: #996600;
}

.searchProducts td.Products_le span {
	font-weight: bold;
	color: #0099FF;
}

.searchProducts td.Products_ri {
	padding: 6px 10px 2px 0;
	width: 300px;
	font-weight: normal;
	color: #333333;
}

.searchProducts td.Products_ri p {
	margin: 3px 0;
	font-size: 85%;
	line-height: 100%;
	color: #0099FF;
	width: 290px;
}

.searchProducts td.Products_ri span {
	font-weight: bold;
	color: #0099FF;
}

.searchProducts td.Products_ri td.Products_col p {
	margin: 8px 0 0 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 135%;
	color: #333333;
}

/* searchProducts a 設定
----------------------------------------------- */
.searchProducts td.Products_ri a:link,
.searchProducts td.Products_ri a:visited {
	color: #0099FF;
	text-decoration: none;
}
.searchProducts td.Products_ri a:active,
.searchProducts td.Products_ri a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.searchProducts td.Products_ri a:focus {
	color: #0099FF;
	text-decoration: none;
}

.searchProducts td.Products_col p {
	margin: 8px 0 0 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 135%;
	color: #333333;
}


/* #searchPrefecture　都道府県検索用
----------------------------------------------- */
.searchPrefecture {
	margin: 10px 0 20px 40px;
	width: 600px;
	border: 1px solid #CCB37F;
	display: inline-block;
	overflow: hidden; /* IE6 */
}

.searchPrefecture td {
	padding: 15px;
}

.searchPrefecture p {
	margin: 0 0 10px 0;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #996600;
}

.searchPrefecture .dropDown {
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	display: inline-block;
	overflow: hidden; /* IE6 */
}


/* #searchShop　店舗検索用
----------------------------------------------- */
.searchShop {
	margin: 10px 0 20px 40px;
	width: 600px;
	border: 1px solid #CCB37F;
	display: inline-block;
	overflow: hidden; /* IE6 */
}

.searchShop td {
	padding: 15px;
}

.searchShop .ShopName {
	margin: 0 0 12px 0;
	font-size: 135%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	color: #996600;
}

.searchShop .ShopAdd {
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
	color: #333333;
}

.searchShop .ShopTel {
	margin: 0 0 5px 0;
	font-size: 175%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	color: #FF9900;
}

.searchShop .ShopFax {
	margin: 0 0 15px 0;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	color: #FF9900;
}

.searchShop .ShopMes_fax {
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
	color: #FF0000;
}


/* #searchErr　エラー表示用
----------------------------------------------- */
.searchErr {
	margin: 10px 0 20px 40px;
	width: 400px;
	border: 1px solid #CCB37F;
	display: inline-block;
	overflow: hidden; /* IE6 */
}

.searchErr td {
	padding: 15px;
}

.searchErr p {
	margin: 0 0 10px 0;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #996600;
}

.searchErr .dropDown {
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	display: inline-block;
	overflow: hidden; /* IE6 */
}


/* #estimateCenter　見積フォーム用
----------------------------------------------- */
.estimateCenter {
	margin: 10px 0 20px 40px;
	width: 600px;
	display: inline-block;
	overflow: hidden; /* IE6 */
}


/* #inquiryDealer　ディーラー問合せフォーム用
----------------------------------------------- */
div#iDealerinfo {
	margin: 30px auto;
	width: 450px;
}

div#iDealerinfo dl {
	padding: 10px 0 5px 0;
	width: 450px;
	text-align: left;
	border: 2px solid #ffdd99;
}
 
div#iDealerinfo dt {
	width: 80px;
	padding: 4px 0;
	text-align: right;
	color: #666666;
	float: left;  
	clear: both;
} 
 
div#iDealerinfo dd {
	width: 370px;
	margin-left: 90px;
	padding: 4px 10px 4px 0 ;
	background-color:#00FF33;
}
 
div#iDealerinfo dd strong {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #FF9900;
} 

div#iDealerinfo dd em {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #FF9900;
}
 
div#iForm {
	position: relative;
    overflow: hidden;
	float: left;
	width: 650px;
	/* for IE6 */
	*display: inline;  
    *zoom: 1;
}

table#iFormTable {
	margin: 0 0 20px 20px;
	width: 610px;
}

table#iFormTable caption {
	margin: 10px 0 0 0;
	font-size: 90%;
	font-weight: bold;
	color: #FF9900;
}

table#iFormTable .iFormTable_l {
	width: 150px;
	padding: 10px 10px;
	background-color: #EEEEEE;
	border-bottom: 1px dotted #CCCCCC;
	text-align: right;
	vertical-align: middle;
}

table#iFormTable .iFormTable_l span {
	font-size: 90%;
	color: #0099FF;
}

table#iFormTable .iFormTable_r {
	width: 470px;
	padding: 10px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
	vertical-align: middle;
}

table#iFormTable .iFormTable_r span {
	font-size: 90%;
	color: #0099FF;
}

/* .iFormTable_r span a 設定
----------------------------------------------- */
.iFormTable_r span a:link,
.iFormTable_r span a:visited {
	color: #0099FF;
	text-decoration: none;
}
.iFormTable_r span a:active,
.iFormTable_r span a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.iFormTable_r span a:focus {
	color: #0099FF;
	text-decoration: none;
}

div#boxPrivacy {
	margin: 30px 0 30px 20px;
	padding: 0;
	width: 650px;
	text-align: center;
	line-height: 275%;
}


/* #Antispam　名作メール対策用
----------------------------------------------- */
div#boxAntispam {
	margin: 10px 0 20px 20px;
	padding: 0;
	width: 650px;
	border: 1px dotted #666666;
	background-color: #EEEEEE;
}

div#boxAntispam p {
	margin: 10px;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

div#boxAntispam h5 {
	margin: 10px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #0099FF;
}

/* #Antispam a 設定
----------------------------------------------- */
div#boxAntispam a:link,
div#boxAntispam a:visited {
	color: #0099FF;
	text-decoration: none;
}
div#boxAntispam a:active,
div#boxAntispam a:hover {
	color: #FF9900;
	text-decoration: underline;
}
div#boxAntispam a:focus {
	color: #0099FF;
	text-decoration: none;
}