@charset "UTF-8";

/* @override http://localhost/kobe_lizard/css/top.css */

.mainVisual{
  margin-bottom: 10px;
}
.catch{
  margin-bottom: 15px;
}
  .catch .title{
    margin-bottom: 5px;
  }
  .catch p{
    line-height: 150%;
  }

.banner{
  margin-bottom: 25px;
}
  .banner p{
    margin-bottom: 5px;
  }

#information,
#recommend,
#newitems{
  width: 670px;
}

.list{
  margin-bottom: 20px;
}
.list .title{
  background:url(../img/top/top_ttl_bg.gif) left top repeat-x;
  padding: 0 5px;
  position: relative;
}
#information.list .title span{
  position: absolute;
  right: 5px;
}

#information table{
  width: 100%;
}
  #information table td{
    padding: 6px 5px;
  }
  #information table tr.even td{
    background: #EEE;
  }
  #information table td.date{
    width: 120px;
  }
  #information table td.date span{
    padding-left:8px;
    color: #630;
  }

