@charset "utf-8";
/*
* CSS for LNET Index Page (Index Menu List)
*
* @version			0.0.0
* @lastmodified 2018/06/25
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* LNET TABLE ============================================================ */
table.lnetTable.all-model td {
  text-align: center;
}
table.lnetTable.all-model td a {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
table.lnetTable.all-model td a + a {
  margin-top: 1rem;
}
table.lnetTable.all-model td a img {
  height: auto;
  width: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  vertical-align: top;
}
table.lnetTable.all-model td a span {
  padding: 0.3rem;
  margin: 0;
  background-color: #f0f0f0;
}
span.r-icon {
  float: right;
}
@media all and (min-width: 601px) {
  table.lnetTable.all-model td div.flx {
    display: flex;
    justify-content: space-around;
  }
  table.lnetTable.all-model td a  {
    width: 45%;
  }
  table.lnetTable.all-model td a + a {
    margin-top: 0;
  }
}

/* LNET INDEX ============================================================ */
.section ul.ProductList {
  overflow: hidden;
  padding-left: 0;
  list-style: none;
}
ul.ProductList li {
  box-sizing: border-box;
  margin-bottom: 2rem;
  vertical-align: top;
  border: 1px solid #eee;
  border-radius: 3px;
}
ul.ProductList li:last-child {
  margin-bottom: 0;
}
ul.ProductList li a {
  display: block;
  text-align: center;
}
ul.ProductList li a img {
  height: auto;
  width: auto;
  max-width: 100%;
}
ul.ProductList li a span.title {
  display: block;
}
ul.ProductList li a span.model {
  color: #ba2636;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
ul.ProductList li p.detail {
  margin: 0;
  padding: 0.5rem 0.5rem;
  min-height: 4rem;
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
}
ul.ProductList li div.new {
  position: relative;
}
ul.ProductList li img.new {
  position: absolute;
  top: 0;
  right: 0;
}
ul.ProductList li div.small img {
  max-width: 66%;
  padding: 12.75% 0;        /* w -> h % */
}
ul.ProductList li span.r-icon {
  padding: 2px;
}
@media all and (min-width: 481px) {
  ul.ProductList li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2rem;
  }
  ul.ProductList li:nth-child(2n) {
    margin-right: 0;
  }
  ul.ProductList li:last-child {
    margin-bottom: 0;
  }
}
.state {
	position: relative;
}
.state-newpro {
color: #c00;
display: inline-block;
font-size: 1rem;
font-size: 1rem;
padding: 0.125rem 0.5rem;
border: 1px solid #dc143c;
position: absolute;
top: 0.75rem;
left: 0.75rem;
z-index: 2;
background-color: #fdeff2;
}
