@charset "utf-8";

/*見出しエリア*/
.easy_estimate h3 img {
  vertical-align: middle;
  padding-right: 7px;
}

/*囲いエリア装飾*/
.mod_easy_estimate_inner {
  padding: 5px;
  background: #ebebeb;
  width: 288px;
  min-height:64px;
}

/*上選択エリア*/
.mod_easy_estimate_inner .top{
  width:288px;
  height:32px;
  position:relative;
}

.mod_easy_estimate_inner .top select {
  width: 131px;
  height:22px;
  border: none;
  padding: 2px 5px;
}

#easyEstimateMakerList{
  position:absolute;
  top:5px;
  left:11px;
  color: #444 !important;
}

.mod_easy_estimate_inner .no1 {
    position: relative;
    top: 5px;
    display: block;
    width: 9px;
    height: 19px;
    background: #164D7E;
    color: #FFF;
    padding-left: 2px;
    padding-top: 3px;
}

#easyEstimateModelList{
  position:absolute;
  top:5px;
  right:0px;
  color: #444 !important;
}

.mod_easy_estimate_inner .no2 {
    position: relative;
    top: -17px;
    left: 146px;
    display: block;
    width: 9px;
    height: 19px;
    background: #164D7E;
    color: white;
    padding-left: 2px;
    padding-top: 3px;
}

/*下選択エリア*/

.mod_easy_estimate_inner .bottom{
  width:288px;
  height:32px;
  position:relative;
}

.mod_easy_estimate_inner .bottom #easyEstimateZip {
  width: 121px;
  padding: 2px 5px;
  border: none;
  position:absolute;
  bottom:5px;
  left:11px;
  background-color: #FAFFBD;
}

.mod_easy_estimate_inner .no3 {
    position: relative;
    top: 5px;
    display: block;
    width: 9px;
    height: 19px;
    background: #164D7E;
    color: white;
    padding-left: 2px;
    padding-top: 3px;
}

.mod_easy_estimate_inner .bottom #easyEstimateButton{
  width: 142px;
  height: 22px;
  padding: 2px 5px;
  border: none;
  background-image:url(http://fsv-static.autoc-one.jp/common2/images/easy-estimate/bt.gif);
  background-repeat: no-repeat;
  position:absolute;
  bottom:5px;
  right:0px;
}

/*エラー表示エリア*/

img.allow {
    position: relative;
    top: -7px;
    left: 17px;
}

#easyEstimateMessage {
  color:#c00;
    padding: 0px 5px 5px 5px;
    margin-top: 10px;
    background: #FFF;
    display:none;
}

.mod_easy_estimate_inner .error{
  border:solid 1px #c00 !important;
}

.mod_easy_estimate_inner .easy_estimate_submit:hover {
  opacity: 0.8;
  /*↓IE6,7対策*/
  filter: alpha(opacity=0.8);/*↓IE8対策*/
}

.easy_estimate_gray_text{
  color: #666;  
}