/*=========================================

 contact.css

=========================================*/

#contact #nav li.nav05 span img{
  position:relative;
  top:-50px;
  left:0;
  }

#contact .info_tel{
  width:720px;
  height:148px;
  text-align:center;
  margin:0 auto 60px auto;
  background:url("../../img/contact/bg_tel.gif") no-repeat;
  }

#contact .info_tel .title{
  display:block;
  height:32px;
  padding-top:8px;
  margin-bottom:20px;
}
@media screen and (max-width: 480px) {
  #contact  h2 img {
    width: 65px;
  }

  #contact .info_tel{
    width:100%;
    height:auto;
    text-align:center;
    margin:0 auto 60px auto;
    background:url("../../img/contact/bg_tel.gif") center top no-repeat;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ccc;
  }

  #contact .info_tel .title{
    display:block;
    height:auto;
    width: 90%;
    padding-top:8px;
    margin: 0 auto 20px;
  }

  #contact .info_tel .title+img {
    width: 90%;
    margin-bottom: 10px;
  }
}
