@charset "utf-8";
/*
* CSS for company index file
*
* @version			0.0.1
* @lastmodified 2017/04/19
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* COMMON ================================================================ */
#topIndex #contentsBody ,
#sIndex #contentsBody {
  margin-right:0;
}
#topIndex #mainContents ,
#sIndex #mainContents {
  margin-right:0;
}
#topIndex #breadcrumbs ,
#topIndex #subNavi ,
#sIndex #subNavi {
  display:none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navibox {
	padding: 1rem 1rem 0;
	background-color: #f3f3f3;
}

/* tile menu */
.navibox .tileBox li {
	line-height: 1;
	padding: 1px;
	border: 1px solid #ccc;
}
.navibox .tileBox li:hover {
	opacity: 0.75;
}
.navibox .tileBox li img {
	width: 100%;
	vertical-align: bottom;
}
.navibox .tileBox li span.title {
	display: block;
	color: #fff;
  font-size: 0.8em;
	text-align: center;
	padding: 5px 5px;
	width: 100%;
	background-color: #215098;
}
