@charset "utf-8";
/*
* CSS for Lnut aside HC5
*
* @version			0.0.0
* @lastmodified 2022-09-08
* @link					https: //www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* adjust ------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl.dataitemlist {
}
dl.dataitemlist dt {
	font-size: 1.125rem;
	font-weight: bold;
}
dl.dataitemlist dt:not(:first-child) {
	margin-top: 0.75rem;
}
dl.dataitemlist dt::before {
	content: '■';
}
dl.dataitemlist dd {
	padding-left: 1.125rem;
	margin-top: 0.5rem;
}

ul.uitemlist {
	
}
ul.uitemlist li span {
	display: inline-block;
	margin-right: 0.5rem;
}
ul.uitemlist li span::after {
	content: '：';
	margin-left: 0.5rem;
}
div.cell p.figure img {
  height: auto;
  width: auto;
  max-width: 100%;
}
div.splitbox {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #ccc;
}