#header .headCompanyBox li.headSearch{
  position: relative;
  width:250px;
}

#header .headCompanyBox li.headSearch input[type='text']{
    background:#ffffff;
    width:220px;
    border:0;
    padding:5px 10px;font-size:11px;
}


#header .headCompanyBox li.headSearch input[type='submit'] {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 22px;
    top: 0px;
    background: url(../../../images/common/ic_search_pc.png) no-repeat 100% center #ffffff;
    background-position: 15px 3px;
    border: none;
}