@charset "UTF-8";
/*
root/
index.html
<link rel="stylesheet" href="/css/base/style0000.css" />
<link rel="stylesheet" href="/css/common/news.list.css" />
<link rel="stylesheet" href="/css/base/index0000.css" />
<link rel="stylesheet" href="/css/product/product_index.css" />
<link rel="stylesheet" href="/css/index/topindex.css?000" />
<link rel="stylesheet" href="/css/index/topimg.css" />
*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
TOP
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#topIndex #contentsBody,
#sIndex #contentsBody {
  margin-right: 0;
}

#topIndex #mainContents,
#sIndex #mainContents {
  margin-right: 0;
}

#topIndex #breadcrumbs,
#topIndex #subNavi,
#sIndex #subNavi {
  display: none;
}

h1.topCatch {
  color: #667788;
  font-size: 0.76rem;
  font-weight: normal;
  margin: 0;
  padding: 5px;
}

div#topVisual {
  margin: 0 auto 20px;
  max-width: 960px;
}

div#topVisual img {
  width: 100%;
}

/* TOP MSG ------------------ */
div#topMsg {
  margin: -10px 0 15px;
  padding: 15px 30px;
  border: 1px solid #b4c6e7;
  background-color: #EDF2FC;
}

div#topMsg ul {
  margin: 0;
}

div#topMsg ul li {
  line-height: 1.5;
}

/* main Top ----------------- */
.mainTop {
  position: relative;
  margin-bottom: 10px;
}

.mainTop p {
  margin: 0;
}

.mainTop p.maintopBtn {
  position: absolute;
  top: 75%;
  left: 18%;
  width: 27%;
  min-width: 110px;
}

/* NEW PRODUCT INFO BOX ----- */
div.section div.inner {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

#newProduct img {
  width: 100%;
}

#productNavi.section {
  margin-bottom: 1rem;
}

#productNavi.section .inner {
  margin-bottom: 0;
}

#productNavi ul {
  padding-left: 0;
  margin-bottom: 0;
}

#usChatBox + div.section {
  margin-top: 2rem;
}

/* NEWS LIST*/
ul.newsList {
  list-style: none;
}

#topIndex ul.newsList {
  margin-bottom: 5px;
  padding-left: 0;
}

ul.newsList li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

ul.newsList li a {
  display: block;
  margin-top: 5px;
  background: none;
}

ul.newsFooterLink {
  padding: 8px 0 8px 15px;
  text-align: right;
}

ul.newsFooterLink li {
  display: inline;
  margin-right: 20px;
}

ul.newsFooterLink li a {
  padding-left: 10px;
}

ul.newsFooterLink li.link a {
  background: url("../../img/img5/link_p.png") no-repeat 0 0.4em;
}

ul.newsFooterLink li.link a:hover {
  background: url("../../img/img5/link_pov.png") no-repeat 0 0.4em;
}

ul.newsFooterLink li.feed a {
  padding-left: 18px;
  background: url("../../img/images/rss14.gif") no-repeat 0 50%;
}

ul.newsFooterLink li.feed a:hover {
  background: url("../../img/images/rss14_ov.gif") no-repeat 0 50%;
}

/* SUB INFORMATION ---------- */
div#subInformation {
  box-sizing: border-box;
  padding: 15px 15px 5px;
  background-color: #EAEEF7;
}

div#subInformation ul {
  overflow: hidden;
  text-align: center;
}

div#subInformation ul li {
  display: inline;
  display: inline-block;
  margin: 0 3px 10px;
}

/* Announce ----------------- */
div#AnnounceBox {
  padding: 1rem 2rem;
  margin: -1rem 0 2rem;
  border: 1px solid #eee;
  background-color: #F1F4FB;
}

div#AnnounceBox ul {
  list-style: none;
  margin-bottom: 0 !important;
}

div#AnnounceBox ul li {
  /* Safari etc. */
  -ms-align-items: center;
  /* IE10        */
  align-items: center;
  display: flex;
  line-height: 2;
  margin-bottom: 0 !important;
}

div#AnnounceBox ul li span.title {
  background: #A59678;
  background: #bdb76b;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1.92;
  margin-right: 1rem;
  text-align: center;
  width: 4rem;
}

div#AnnounceBox ul li a {
  display: inline-block;
  position: relative;
  padding-top: 0.25rem;
}

/* TOP PAGE - SUB INFORMATION ============================================ */
div#relation {
  box-sizing: border-box;
  overflow: hidden;
  display: table;
  padding: 0 8px;
  width: 100%;
  margin-bottom: 10px;
}

div#relation ul {
  padding: 3px 3px;
  margin: 0;
  overflow: hidden;
  background-color: #EEE;
}

div#relation ul.bnrLink {
  display: block;
  padding: 0;
  vertical-align: top;
}

@media all and (min-width: 480px) {
  div#relation {
    padding-left: 10px;
  }
  div#relation ul.bnrLink {
    display: table-cell;
  }
}
div#relation ul li {
  box-sizing: border-box;
  float: none;
  list-style: none;
  width: 100%;
}

@media all and (min-width: 640px) {
  div#relation ul li {
    float: left;
    padding: 3px 3px;
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  div#relation {
    padding: 0;
  }
  div#relation ul li a {
    font-size: 0.88em;
  }
}
div#relation ul li div {
  background-color: #f9f9fe;
}

div#relation ul li a {
  display: block;
  color: navy;
  font-size: 1em;
  box-sizing: border-box;
  padding: 5px 3px 5px 104px;
  height: 60px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  background-position: 2px 50%;
  background-repeat: no-repeat;
}

div#relation ul li.wicn a {
  background-size: auto 75%;
}

div#relation ul li a span {
  display: block;
  width: auto;
}

div#relation ul li a span.explanation {
  color: #666;
  font-size: 0.8em;
  text-decoration: none !important;
  line-height: 1.25;
  margin-top: 0.5em;
}

div#relation ul li a:hover {
  text-decoration: none !important;
}

div#relation ul li#lms-gc53u a {
  background-image: url(../../img/images/top/lms-gc53u_s.jpg);
}

div#relation ul li#warranty a {
  background-image: url(../../img/images/top/warranty.png);
}

div#relation ul li#affinity a {
  background-image: url(../../img/images/top/affinity.png);
}

div#relation ul li#environ a {
  background-image: url(../../img/images/top/environment.png);
}

div#relation ul li#siaa a {
  background-image: url("../../img/images/top/siaa_s.png");
}

div#relation ul li#case a {
  background-image: url(../../img/images/top/case.png);
}

div#relation ul li#amazon a {
  background-image: url("../../img/images/top/amazon_link.png");
}

div#relation ul li a span.link {
  font-size: 0.875em;
}

div#relation div.iso {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: none;
}

div#relation div.iso img {
  width: auto;
}

@media all and (min-width: 480px) {
  div#relation ul li a span.link {
    font-size: 0.75em;
  }
  div#relation ul li.wicn a {
    padding-left: 104px;
    background-size: auto 80%;
  }
  div#relation div.iso {
    display: table-cell;
    width: 200px;
  }
  div#relation div.iso img {
    width: 100%;
    max-width: 200px;
  }
}
@media all and (min-width: 520px) {
  div#relation ul li a span.link {
    font-size: 0.875em;
  }
  div#relation ul li a span.explanation {
    font-size: 0.7em;
  }
  div#relation ul li.wicn a {
    __padding-left: 28%;
    __background-size: auto 75%;
  }
}
@media all and (min-width: 640px) {
  div#relation ul li a {
    padding-left: 53px;
    background-size: auto 75%;
  }
  div#relation ul li#amazon a {
    padding-left: calc(45px + 3.5rem);
  }
  div#relation ul li.wicn a {
    padding-left: 92px;
    background-size: auto 70%;
  }
  div#relation div.iso {
    width: 30%;
    max-width: 200px;
  }
}
@media all and (min-width: 768px) {
  div#relation ul li a span.link {
    font-size: 1em;
  }
  div#relation ul li a span.explanation {
    font-size: 0.8em;
  }
  div#relation ul li.wicn a {
    padding-left: 98px;
    background-size: auto 75%;
  }
  div#relation div.iso {
    width: 200px;
    max-width: 30%;
  }
}
.section .productList {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.productList li {
  float: none;
  margin-bottom: 1rem;
  width: 100%;
}

.productList li:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 480px) {
  .productList li {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
  .productList li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 769px) {
  .productList li {
    margin-right: 1.5%;
    width: 32.33%;
  }
  .productList li:nth-child(2n) {
    margin-right: 1.5%;
  }
  .productList li:nth-child(3n) {
    margin-right: 0;
  }
}
.productList li a,
.productList li a:visited {
  color: #333;
}

.productList li span {
  display: block;
}

.productList li span.productImage {
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  height: 100px;
}

.productList li span.productImage {
  background-position: 0 50%;
  background-size: 100% auto;
  background-color: lightsteelblue;
}

.productList li span.productImage span.image {
  width: 25%;
}

.productList li span.productImage span.image img {
  width: 100%;
}

@media all and (min-width: 480px) {
  .productList li span.productImage span.image {
    width: 33%;
  }
}
.productList li.lnet span.productImage {
  background-image: url(../../img/img/key-lnet.jpg);
}

.productList li.lnut span.productImage {
  background-image: url(../../img/img/key-lnut.jpg);
}

.productList li.ppdv span.productImage {
  background-image: url(../../img/img/key-ppdv.jpg);
}

.productList li.oemp span.productImage {
  background-image: url(../../img/img/key-oemp.jpg);
}

.productList li span.productInfo {
  box-sizing: border-box;
  font-size: 0.8em;
  height: 128px;
  padding: 10px 10px;
  background-color: antiquewhite;
}

.productList li span.productInfo .name {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.productList li.lnet span.productInfo {
  background-color: #B8BFDB;
}

.productList li.lnut span.productInfo {
  background-color: #C4D4C3;
}

.productList li.ppdv span.productInfo {
  background-color: #CAC0B6;
}

.productList li.oemp span.productInfo {
  background-color: #D6E9FD;
}

@media all and (min-width: 769px) {
  .productList li.oemp {
    padding-left: 8px;
    width: 100%;
    background-color: #D6E9FD;
  }
  .productList li.oemp a {
    background: url("../../img/img5/link_p.png") no-repeat 0 50%;
  }
  .productList li.oemp span {
    display: inline;
  }
  .productList li.oemp span.productImage {
    display: none;
  }
  .productList li.oemp span.productInfo {
    background-color: transparent;
  }
  .productList li.oemp span.name {
    margin-right: 1em;
  }
}
.mainTop p.maintopBtn {
  position: absolute;
  top: 75%;
  left: 18%;
  width: 44%;
}

.mainTop p.maintopBtn a {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.mainTop p.maintopBtn a img {
  width: 100%;
  vertical-align: top;
}

/* ============================================================
* FILE        : top index css for ProductList
* COPYRIGHT   : Copyright(c) LAND COMPUTER Co.,Ltd. All rights reserved.
* DATE        : 2017/04/13
* VERSION     : 0.0
* ------------------------------------------------------------
* 0.0  
* ============================================================ */
/* ====================================================
 * TOP PAGE
 ====================================================== */
.mainTop p.maintopBtn {
  position: absolute;
  top: 75%;
  left: 18%;
  width: 44%;
}

.mainTop p.maintopBtn a {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.mainTop p.maintopBtn a img {
  width: 100%;
  vertical-align: top;
}