@charset "utf-8";

.eyecatch {
  margin-top: 40px;
  margin-bottom: 20px;
}

#iNavi {
  margin-bottom: 30px;
}

#iNavi li {
  float: left;
  list-style: none;
  margin-right: 2px;
}

#iNavi .toInq {
  margin-right: 0;
}

#iNavi li a {
  display: block;
  overflow: hidden;
  width: 216px;
  height: 219px;
}

#iNavi li a:hover img {
  margin-top: -219px;
}

#iInfo {
  background: #F5FCFA;
  margin: 0 5px;
  padding: 15px 15px 5px;
}

#iInfo-in {
  background: url("/common/i/index_info_back.png") repeat-y;
}

#iInfo dl {
  background: url("/common/i/index_info_side.png") 0 100% no-repeat;
  line-height: 1.5em;
  padding-left: 15px;
}

#iInfo dt {
  font-weight: bold;
  color: #FF9900;
}

#iInfo dd {
 margin-bottom: 10px;
 color: #666666;
}

div#index-campaign {
    padding-left: 3px;
    margin-bottom: 15px;
    height: 150px;
    background: url('/common/i/index_campaign_bg.png') no-repeat;
    background-position: 3px 0;
}

div#index-campaign ul {
    list-style: none;
    padding-top: 14px;
    padding-left: 17px;
}

div#index-campaign ul li {
    float: left;
    diplay: inline;
    margin-right: 13px;
}