.jigyoWrap {
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	background: url(img/bg0004.gif);
	column-count: 2;
	column-gap: 0;
}
.jigyo {
	margin: 0 5px 5px;
	padding: 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: left;
	border: solid 1px #595980;
	border-radius: 6px;
	background-color: #FFF;
}

.jigyo h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	background-color: #5360c1;
	color: #FFF;
	text-shadow: 1px 1px 1px #219;
	padding: 6px;
}

.jigyo ul {
	margin-left: 10px;
}
.jigyo li {
	font-size: 14px;
	line-height: 1;
	background: url(img/list007.gif) no-repeat left center;
	padding: 6px 4px 6px 8px;
}