<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 * パン屑リスト定義
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  2016 Polaris, Inc.
 *
 */
.BLK21002
{
    clear:both;
    padding-bottom:1rem;
    width:100%;
	border-bottom:2px solid #dbdcda;
}
.BLK21002 ul
{
	width:100%;
	list-style-type:none;
}
.BLK21002 li
{
	/*float:left;*/
	display:inline;
	line-height:1.4rem;
	vertical-align:top;
}
.BLK21002 li a
{
	/*display:block;*/
	color:#000;
	font-weight:bold;
}
.BLK21002 li span
{
	/*display:block;*/
	color:#000;
	font-weight:bold;
}
.BLK21002 li:nth-of-type(1)
{
    position:relative;
    margin-left:2.3rem;
}
.BLK21002 li:nth-of-type(1)::before
{
	position:absolute;
	top:0;
	left:-2rem;
    width:1rem;
    height:1rem;
	content:url(/contents/block/21002/home.png);
}
.BLK21002 li:nth-of-type(2n)
{
    color:#299b5e;
    font-weight:bold;
    font-size:1.2rem;
}</pre></body></html>