@charset "utf-8";
/* ============================================================
 * FILE        : lnet Old Model css
 * COPYRIGHT   : Copyright(c) LAND COMPUTER Co.,Ltd. All rights reserved.
 * VERSION     : 0.0
 * DATE        : 2016/05/18
 * ------------------------------------------------------------
 * 0.0  
 * ============================================================ */

/* OLD MODEL============================================================== */
.lnetHeader {
  margin-bottom: 20px;
}
.lnetHeader .keyvisual {
  margin-bottom: 5px;
}
.lnetHeader .keyvisual img {
  width: 100%;
}
.lnetHeader .lnetHeaderBox {
  box-sizing: border-box;
  display: block;
  padding: 3px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
}
  .lnetHeader .lnetHeaderBox .picture {
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    vertical-align: top;
    width: auto;
  }
  .lnetHeader .lnetHeaderBox .picture img {
    width: 100%;
    max-width: 350px;
  }
  .lnetHeader .lnetHeaderBox .outline {
    box-sizing: border-box;
    display: block;
    padding: 0 10px;
    vertical-align: top;
    width: auto;
  }
@media all and (min-width: 640px) {
  .lnetHeader .lnetHeaderBox {
    display: table;
  }
  .lnetHeader .lnetHeaderBox .picture {
    display: table-cell;
    width: 50%;
  }
  .lnetHeader .lnetHeaderBox .outline {
    display: table-cell;
    padding: 5px 0 5px 10px;
    width: 50%;
  }
}
.lnetHeader .lnetHeaderBox .outline .category {
  font-size: 1.4em;
  margin-bottom: 10px;
 }
 .lnetHeader .lnetHeaderBox.lnet210 .outline .category {
  font-size: 1.25em;
 }
.lnetHeader .lnetHeaderBox .outline .model {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 1.4em;
  border-bottom: 3px solid #325DA7;
}
.lnetHeader .lnetHeaderBox .outline .model .modelName {
  display: inline-block;
}
.lnetHeader .lnetHeaderBox .outline .model .model-No {
  font-size: 1.4em;
  margin-left: 8px;
}
.lnetHeader .lnetHeaderBox .outline p.point {
  line-height: 1.5;
  margin-bottom: 10px;
}
.lnetHeader .lnetHeaderBox.lnet210 .outline p.point {
  font-size: 0.88em;
}
.lnetHeader .lnetHeaderBox .outline ul.point {
  margin-left: 0px;
  padding: 0 5px 0 15px;
  _ackground-color: #F3E4E4;
}
.lnetHeader .lnetHeaderBox .outline ul.point li {
  line-height: 1.5;
}
.lnetHeader .lnetHeaderBox .outline ul.mark li {
  list-style: none;
  display: inline-block;
}

div.catchBox {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #E9EEFF;
}
div.catchBox ul {
  line-height: 1.5;
  list-style: none;
}
div.catchBox ul li {
  padding-left: 20px;
  background: url('../../../product/images/check000.gif') no-repeat 0 50%;
}

.section .featureList {
}
.section .featureList dt {
  font-weight: 700;
  line-height: 1.4;
	margin-bottom: 10px;
}
.section .featureList dd {
  line-height: 1.5;
	margin: 5px 0 15px;
  padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.section .featureNoList {
}
.section .featureNoList dt {
  font-weight: 700;
  line-height: 1.4;
	margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
}
.section .featureNoList dt span {
  font-weight: 700;
  margin-right: 10px;
  padding: 0 4px;
  background-color: #CCE5DF;
}
.section .featureNoList dd {
  line-height: 1.5;
	margin: 5px 0 15px;
  padding: 0 0 15px 30px;
	border-bottom: 1px dotted #ccc;
}
.section .catchBox {
  font-size: 1.2em;
  text-align: center;
  padding: 8px 0;
  background-color: #F0F8FF;
}
.section p.caption {
  color: #DC143C;
}
.section div.systemImage {
  margin-bottom: 20px;
}
.section div.systemImage.w445 img {
  width: 100%;
  max-width: 445px;
}
