@charset "utf-8";

/*----------------------------
tableBlock
----------------------------*/
.theadBgPartial th:last-child {
	background-color: #ffdbdb;
}

/*----------------------------
borderRadius
----------------------------*/
dl.borderRadius {
	border-radius: 10px;
}

/*----------------------------
adjustIndent
----------------------------*/
.adjustIndent ul.freeIndentB > li, ol.freeIndentB > li {
	padding-left: 0.5em;
	text-indent: 0;
}

/*----------------------------
jsTabBlock
----------------------------*/
.js-tabSection {
	display: none;
}

.js-tabSection.is-visible {
	display:block;
}

/*----------------------------
print
----------------------------*/
@media print {
	
}