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