@media (max-width:576px) { 

}

@media (max-width:767px) { 
	#InfoZone .container-fluid {
		padding: 0px;
	}
}
@media (max-width:991px) { 
	.LinkItem:hover, .LinkItem:focus {
		height: unset !important;
	}	
	
}
@media (min-width:992px) { 
	.col-InfoZone-fixwidth {
		width: 480px;
	}
	.LinkItem {
		text-align: center;
		padding: 0;
		margin: 0 auto;
		height: 80px;
		transition: .5s;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;　
		line-height: 40px;
		border: 1px solid #dedede;
		display: flex;
		align-items:center;
		font-size: 1.2rem;
		line-height: 1.4rem;
		letter-spacing: 1px;
	}
	.LinkItem::before {
		content: '';
		width: 0px;
	}
	.LinkItem:hover, .LinkItem:focus  {
		height: 120px;
		/*height: calc( (100% - var(--IndexSpaceWidth))/7 * 0.65 );*/
		align-items: end;
		text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
		color: #fff;
		padding-bottom: 5px;
	}

	.LinkItemIner:hover, .LinkItemIner:focus  {
		background-image: url("../img/LinkZone/iner.jpg");
	}
	.LinkItemFcma:hover, .LinkItemFcma:focus {
		background-image: url("../img/LinkZone/fcma.jpg");
	}
	.LinkItemTrmc:hover, .LinkItemTrmc:focus {
		background-image: url("../img/LinkZone/trmc.jpg");
	}
	.LinkItemNuclearlive:hover, .LinkItemNuclearlive:focus {
		background-image: url("../img/LinkZone/nuclearlive.jpg");
	}
	.LinkItemRadmap:hover, .LinkItemRadmap:focus {
		background-image: url("../img/LinkZone/radmap.jpg");
	}
	.LinkItemGammadetect:hover, .LinkItemGammadetect:focus {
		background-image: url("../img/LinkZone/gammadetect.jpg");
	}
	.LinkItemEocdss:hover, .LinkItemEocdss:focus {
		background-image: url("../img/LinkZone/eocdss.jpg");
	}
}

@media (max-width:1199px) { 
	.icon-gotop {
		top: auto;
		bottom: 20px;
		right: 15px;
	}
	.icon-gotop a {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	.icon-gotop a img {
		width: 40px;
	}
	.icon-gotop .form-control.search-bar {
		height: 40px;
	}
	.icon-gotop .icon-search:focus+.search-bar,
	.icon-gotop .icon-search:hover+.search-bar {
		width: 150px;
	}
	.icon-gotop .form-control.search-bar.show {
		width: 150px;
	}

	.icon-gotop .form-control.search-bar:hover, .icon-gotop .form-control.search-bar:active, .icon-gotop .form-control.search-bar:focus {
		width: 150px;
	}

	#DataInfoZone .container-fluid {
		max-width: 100% ;
	}
	#LinkZone .container-fluid {
		max-width: 100% ;
	}
	#InfoZone .container-fluid {
		max-width: 100% ;
	}
	#mainurl .container-fluid {
		max-width: 100% ;
	}
	.accesskey {
		display: none;
	}
	
}
@media (max-width:1550px) { 
	.LinkItem:hover, .LinkItem:focus  {
		height: 90px;
	}
}
@media (min-width:1200px) { 
/*	
	#LinkZone .col-split7 {
		flex: 0 0 auto;
		width: calc( 100% / 7 );
	}
*/
}