@charset "utf-8";
/*
* CSS for LNET footnav
*
* @version			0.0.1
* @lastmodified 2018/11/22
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
/* heightがsubNavi > mainContents時にsubNavi = mainContentsにするCSS.
*  jQuery matchHeight()と併用.
*------------------------------------------------------------------------- */
div#mainContents {
	height: 100%;
	position: relative;
}
div.footNav {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  position: relative;
  bottom: 0;
}
@media all and (min-width: 768px) {
  div.footNav {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
  }
}
#topNav {
	text-align: right;
	margin: 0 auto;
	max-width: 960px;
}
#topNav a {
	display: inline-block;
  font-size: 0.77rem;
	padding: 8px 10px 6px 20px;
	border-radius: 6px 6px 0 0;
	background: url("../../img5/link_u.png") no-repeat 8px 55%;
	background-color: #e0e0ff;
}
#topNav a:hover {
	background-image: url("../../img5/link_uov.png");
}
footer {
	border-top: 3px solid #e0e0ff;
}
