@charset "utf-8";
/*
* css for lnet discontinued products
*
* @version			0.0.0
* @lastmodified 2024-11-20
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

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

nav {
	height: auto;
	margin: 0 0 0.5rem;
	border-bottom: 2px solid #325DA7;
}
nav ul#gnavi {
	display: none;
}

/* Sale ends while supplies last */
div.discontinuedInfo {
	margin: 0 0 1rem;
	padding: 0.75rem 0.75rem;
	border: 1px solid crimson;
}
div.discontinuedInfo p {
	color: crimson;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	padding: 0.125rem 0;
}
div.discontinuedInfo p.normal {
	font-size: 1rem;
	font-weight:normal;
	margin-top: 0.75rem;
}

div.pdHeader .keyvisual {
	margin: 0;
  text-align: center;
}

/* TopNav -------- */
div#wrapper {
	position: relative;
}
#topNav {
	padding: 0 0 0.5rem 0;
	position: fixed;
	bottom: 1rem;
	right: 0.5rem;
}
#topNav a {
	color: #00c;
	display: inline-block;
  font-size: 1rem;
	padding: 0;
	border-radius: 6px;
	background: none;
	background-color: #aaa;
	opacity: 0.75;
}
#topNav a {
	display: block;
	position: relative;
	margin-left: auto;
	width: 3.0rem;
	height: 3.0rem;
}
#topNav a:hover {
	background: none;
	background-color: #bcf;
	opacity: 1;
}
#topNav span {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 0;
	height: 0;
}
#topNav div > a::after {
	position: absolute;
	z-index: 1;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	content: "";
	transform: rotate(45deg);
	border: 1px solid #fff;
	border-width: 2px 0 0 2px;
}
.lnutHeader ul.pageNavi {
	border: 1px solid #ccc;
	border-radius: 0.5rem 0.5rem;
	padding: 1rem 1rem;
	margin: 0.75rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
.lnutHeader ul.pageNavi li {
	font-size: 1rem;
}