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

/* Sale ends while supplies last */
div.sele_ends {
	padding: 0.5rem 0.5rem;
	border: 1px solid crimson;
}
div.sele_ends p {
	color: crimson;
	font-weight: bold;
	text-align: center;
}
