@charset "utf-8";

.link_table
{
	list-style: none;
	align: left;
	width: 500px;
}

.link_list_title
{
	list-style: none;
}

.link_list
{
	list-style: none;
}

.link_item
{
	list-style: none;
	text-align: left;
	margin: 15 0 15 0;
	white-space: nowrap;
}

.add_sub {
	margin-bottom: 5px;
}

.link_sub_item
{
	list-style: none;
	text-align: left;
	text-indent: 2em;
	margin: 5 0 5 0;
	white-space: nowrap;
}

.list_title
{
	display: flex;
	color: white;
	text-indent: 0.5em;
	width: 150px;
	height: 1.5rem;
	align-items: center;
	justify-content: center;
	background-color: #33AA33;
	letter-spacing: 0.5em;
}

.list_title:last
{
	text-indent: 0px;
}

