#toc_container ul,#toc_container li {
	margin:0;
	padding:0;
}

#toc_container.no_bullets ul,
#toc_container.no_bullets li,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
	background:none;
	list-style-type:none;
	list-style:none;
}

#toc_container.have_bullets li {
	padding-left:12px;
}

#toc_container ul ul {
	margin-left:1.5em;
}

#toc_container li {
	padding: 3px 0;
	line-height: 1.5;
}

#toc_container {
	background:#f9f9f9;
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 20px 25px;
	margin-bottom: 2em;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	font-size: 15px;
}

#toc_container.toc_light_blue {
	background:#edf6ff;
}

#toc_container.toc_white {
	background:#fff;
}

#toc_container.toc_black {
	background:#000;
}

#toc_container.toc_transparent {
	background:none transparent;
}

#toc_container p.toc_title {
	text-align:center;
	font-weight:700;
	font-size: 18px;
	margin:0;
	padding:0 0 10px;
	border-bottom: 1px solid #ddd;
}

#toc_container.toc_black p.toc_title {
	color:#aaa;
}

#toc_container span.toc_toggle {
	font-weight:400;
	font-size:90%;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: 15px;
}

.toc_wrap_left {
	float:left;
	margin-right:10px;
}

.toc_wrap_right {
	float:right;
	margin-left:10px;
}

#toc_container a {
	color: #004a68;
	text-decoration:none;
	text-shadow:none;
}

#toc_container a:hover {
	color:#000;
	text-decoration:underline;
}

#toc_container a:visited {
	color: #004a68;
}

.toc_sitemap_posts_letter {
	font-size:1.5em;
	font-style:italic;
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
	#toc_container {
		font-size: 13px;
		padding: 15px 20px;
	}

	#toc_container p.toc_title {
		font-size: 16px;
	}
}
