@charset "utf-8";

/* ==============================
Smartphone sitemap layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*#sitemap {
	background-color: #ebf0f0;
}*/

/* others
----------------------------- */
/* list */
#sitemap__list {
	border-bottom: 1px solid rgba(51,51,51,.15);
}
#sitemap__list li {
	line-height: 2;
	list-style: none;
}
#sitemap__list > ul > li {
	border-top: 1px solid rgba(51,51,51,.15);
}
#sitemap__list a {
	color: #333;
}
#sitemap__list > ul > li > a {
	display: block;
	font-weight: 900;
	padding-top: 16px;
	padding-bottom: 12px;
}
#sitemap__list ul ul {
	font-size: 12px;
	margin-bottom: 32px;
}
#sitemap__list ul ul a::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f068";
	display: inline-block;
	padding-right: 8px;
}
#sitemap__list a i {
	padding-left: 8px;
}
#sitemap__list .en {
	float: right;
	font-size: 11px;
}