/* CSS Document */
/*------------------------------
	•\‘g‚Ý
------------------------------*/
table.basisS,
table.basisP,
table.basisPS {
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:0.8rem;
	line-height:1.2;
	color:#333;
}
table.basisS th,
table.basisP th,
table.basisPS th,
table.basisS td,
table.basisP td,
table.basisPS td {
	padding:5px 10px;
    text-align:center;
	vertical-align:middle;
	font-weight:normal;
    background-color:#FFF;
    border:solid 1px #ababab;
}
table.basisS .index,
table.basisPS .indexS {
	font-size:1.0rem;
	font-weight:bold;
	color:#FFF;
	background-color:#008000;
}
.tmpB007 table.basisS .index,
.tmpB007 table.basisPS .indexS,
.tmpB008 table.basisS .index,
.tmpB008 table.basisPS .indexS {
	font-size:1.5rem;
}
table.basisS .enqIndex,
table.basisPS .enqIndexS {
	font-size:0.8rem;
	color:#FFF;
	background-color:#09F;
}
table.basisP .index,
table.basisPS .indexP {
	font-size:1.0rem;
	font-weight:bold;
	color:#FFF;
	background-color:#F00;
}
.tmpB007 table.basisP .index,
.tmpB007 table.basisPS .indexP,
.tmpB008 table.basisP .index,
.tmpB008 table.basisPS .indexP {
	font-size:1.5rem;
}
table.basisS .section,
table.basisP .section,
table.basisPS .section {
	font-size:0.6rem;
	color:#FFF;
	background-color:#666;
}
table.basisS tr .section:first-child,
table.basisP tr .section:first-child,
table.basisPS tr .section:first-child {
	background-color:#333;
}
table.basisS tr .noWrap,
table.basisP tr .noWrap,
table.basisPS tr .noWrap {
	white-space: nowrap;
	width: fit-content;
}
table.basisS .item {
	background-color:#cdffcd;
}
table.basisS .enqItem {
	background-color:#e2f4ff;
}
table.basisP .item {
	background-color:#ffcdcd;
}
table.basisPS .item {
	background-color:#cdfcff;
}
table.patternA .value,
table.patternB .item,
table.patternB .value,
table.patternC .item,
table.patternC .value,
table.patternD .item,
table.patternD .value {
	white-space:nowrap;
}

table.basisS tr.trBgLightRed th,
table.basisP tr.trBgLightRed th,
table.basisPS tr.trBgLightRed th,
table.basisS tr.trBgLightRed td,
table.basisP tr.trBgLightRed td,
table.basisPS tr.trBgLightRed td {
    background-color:#ffa6a6;
}

table.basisS th.tdBgLightRed,
table.basisP th.tdBgLightRed,
table.basisPS th.tdBgLightRed,
table.basisS td.tdBgLightRed,
table.basisP td.tdBgLightRed,
table.basisPS td.tdBgLightRed {
    background-color:#ffa6a6;
}
