@charset "utf-8";
/*
* css for discontinued box
*
* @version			0.0.0
* @lastmodified 2025-05-15
* @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;
}

/* 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;
}
