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

/* ======================================================================= */
.imgLayout.w450 img {
	max-width: 450px;
	width: 100%;
}
.imgLayout .caption {
	display: block;
	margin-top: 5px !important;
	font-size: 0.8em;
}

/* -------------------------------- */
.cellLayout.col2 {
	overflow: hidden;
}
.cellLayout.col2 .cell {
  box-sizing: border-box;
  float: none;
  margin-bottom: 15px;
  width: auto;
}
.cellLayout.col2 .cell.image {
  padding-left: 0;
}
.cellLayout.col2 .cell.image img {
  width: 100%;
}
@media all and (min-width: 480px) {
  .cellLayout.col2 .cell {
    float: left;
    width: 50%;
  }
  .cellLayout.col2 .cell.image {
    padding-left: 2%;
  }
}
