﻿@charset "UTF-8";
/*
	Copyright (C) BR_TOKYO ALL Right Reserved.
------------------------------------------------------------ */

/* Page of Sitemap
---------------------------------------- */
.sitemap ul,
.notfound ul {
	margin-left: 14px;
	font-weight:bold;
}
.sitemap ul ul,
.notfound ul ul {
	margin-left: 28px;
	border: none;
	margin-bottom: 0px;
	margin-top: 5px;
}
.sitemap li,
.notfound li {
	list-style-type: none;
	border-bottom: #CCCCCC 1px dotted;
	margin-bottom: 20px;
}
.sitemap li li,
.notfound li li {
	list-style-type: none;
	border: none;
	margin-bottom: 0px;
}
.sitemap li li a,
.notfound li li a {
	font-weight: normal;
}
/* ------------------------------------------------------------ */

