@charset "utf-8";
/*
* CSS for Old Product Index Page
*
* @version			0.0.1
* @lastmodified 2018/11/28
* @link					https: //www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* COMMON ================================================================ */
#product h1 span {
  margin-top: 5px;
}
#product h1 span.category {
  font-size: 88%;
  margin-right: 10px;
}
#product h1 span.model {
  margin-right: 15px;
}
#product h1 span.caption {
  display: inline-block;
  font-weight: 400;
}
#product #subNavi h2 {
  height: auto;
  background: none;
}
#product #subNavi h2 a {
  display: inline;
  height: auto;
}
@media all and (min-width: 768px) {
  #product #subNavi h2 {
    background: url(../../../images/common/global_sprite.png) no-repeat 0px -240px;		/* product */
  }
  #product #subNavi h2 a {
    display: block;
    height: 40px;
  }
}

/* INDEX LIST --------------------- */
.section dl.oldIndex {
  display: block;
  margin: 0 0 30px;
  min-height: 80px;
}
dl.oldIndex dt {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
dl.oldIndex dt a {
}
dl.oldIndex dt img {
}
dl.oldIndex dd {
  display: block;
  line-height: 1.4;
  padding: 5px 0 5px 15px;
}
@media all and (min-width: 480px) {
  .section dl.oldIndex {
    display: table;
  }
  dl.oldIndex dt {
    display: table-cell;
    vertical-align: top;
  }
  dl.oldIndex dt a {
  }
  dl.oldIndex dt img {
  }
  dl.oldIndex dd {
    display: table-cell;
    line-height: 1.4;
    vertical-align: top;
    padding: 5px 0 5px 15px;
  }
}
