@charset "UTF-8";


/*customers/search/*
**************************************************************************************************/

.box_result{
  width:auto;
  height:1%;
  border-bottom:1px dotted #CCCCCC;
  padding:10px 10px 10px 10px;
  font-size:12px;
  line-height:16px;
}

.box_result_left{
  width:152px;
  height:auto;
  padding:0px 15px 0px 0px;
  float:left;
   text-align:center;
}

.box_result_left img{
  border:1px solid #CCCCCC;
 
}

.box_result_center{
  width:430px;
  height:auto;
  padding:0px 15px 0px 0px;
  float:left;
}

.box_result_right{
  width:340px;
  height:auto;
  padding:0px 0px 0px 0px;
  float:right;
}

.box_result_right .info{
  width:auto;
  height:1%;
  background:#e6f4f8;
  font-size:12px;
  font-weight:bold;
  color:#666666;
  padding:8px 8px 3px 8px;
  margin:0px 0px 5px 0px;
}

.box_icon_01{
  height:auto;
  width:auto;
  padding:5px 10px 10px 10px;
}
