/* ============		Spoiler	 ============ */
.spoiler-wrap {
	width: 100%;
	margin: 6px auto;
	clear: both;
}
.spoiler-head {
	line-height: 15px;
	text-decoration: underline;
	padding-left: 24px;
}
.spoiler-body {
	display: none;
	background: url(http://www.dbocom.com/template/images/75p_white.png);
	margin-top: 6px;
}

.clickable {
	cursor: pointer;
}

.folded {
	display: block;
	background: url(http://www.dbocom.com/template/images/spoiler_show.png) top left no-repeat;
}

.unfolded {
	display: block;
	background: url(http://www.dbocom.com/template/images/spoiler_hide.png) top left no-repeat;
}