﻿@charset "utf-8";

/**
 * 左ブロック カテゴリ検索・ブロック定義
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  2018 Polaris, Inc.
 *
 */
 .BLK10020 .category_list
{
	margin:0.5rem auto 0.5rem;
	padding:0.4rem 0.4rem 0.4rem;
	width:220px;
}
.BLK10020 .category_list h2,
.BLK10020 .category_list h3
{
	padding:1.0rem 0.2rem 1.0rem 0.8rem;
	font-weight:bold;
	text-align: left;
	border-bottom:1px solid #ccc;
}
.BLK10020 .category_list a
{
	padding:0.5rem 1.5rem 0.5rem 1.8rem;
	display:block;
	text-align:left;
	border-bottom:1px solid #ccc;
	position: relative; /* 相対位置を設定 */

}
.BLK10020 .category_list a:after {
	content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
	right: 1rem; /* 右からの距離 */
}

/*
.content
{
    display:none;
}
*/