.heading-ptn-a {
	/*
	border-left: 3px solid #d9c88b;
    padding-left: 8px;
    */
}
.attr-ptn-a {
    margin-bottom: 0.5rem;
    padding-left: 11px;
}
.attr-ptn-a:last-of-type {
    margin-bottom: 0;
}
.card-table {
	width: 100%;
}
.card-table th,
.card-table td
{
	border: 1px solid #ccc;
}
.card-table th,
.card-table tr {
	padding: 3px 5px;
}
.card-table th {
	vertical-align: top;
}
.ul-judge-detail {
	margin-left: 0px;
	margin-bottom: 0;
}
.ul-judge-detail li {
	margin-bottom: 0.5rem;
}
.ul-judge-detail li:last-of-type {
	margin-bottom: 0;
}
.ul-judge-detail .positive,
.ul-judge-detail .negative,
.ul-judge-detail .invalid,
.ul-judge-detail .temporary {
	position: relative;
	display: inline;
}
.ul-judge-detail .positive:before,
.ul-judge-detail .negative:before,
.ul-judge-detail .invalid:before,
.ul-judge-detail .temporary:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 3px;
}
.ul-judge-detail .positive:before {
	content: "\f06a";
}
.ul-judge-detail .negative:before {
	content: "\f058";
}
.ul-judge-detail .invalid:before {
	content: "\f059";
}
.ul-judge-detail .temporary:before {
	content: "\f141";
}
.link-ptn-a {
	position: relative;
	text-decoration: underline;
	font-size: .9rem;
	margin-left: 5px
}
.link-ptn-a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	padding-left: 3px;
}
.bg-red {
	background-color: rgba(222,93,53,.10);
}
.bg-green {
	background-color: rgba(127,193,91,.10);
}
.bg-gray {
	background-color: rgba(127,127,127,.10);
}
.bg-yellow {
	background-color: rgba(222,222,53,.10);
}
.card-inner .positive {
	background-color: #de5d35;
	color: #fff;
	border-radius: 5px;
	padding: 3px 8px 5px;
	font-size: .8rem;
	letter-spacing: .5px;
}
.card-inner .negative {
	background-color: #7fc15b;
	color: #fff;
	border-radius: 5px;
	padding: 3px 8px 5px;
	font-size: .8rem;
	letter-spacing: .5px;
}
.card-inner .invalid {
	background-color: #7f7f7f;
	color: #fff;
	border-radius: 5px;
	padding: 3px 8px 5px;
	font-size: .8rem;
	letter-spacing: .5px;
}
.card-inner .temporary {
	background-color: #c1c15b;
	color: #fff;
	border-radius: 5px;
	padding: 3px 8px 5px;
	font-size: .8rem;
	letter-spacing: .5px;
}
.card-comment.bg-red,
.card-comment.bg-green {
	position: relative;
	padding-top: 55px;
}
.card-comment.bg-red:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f06a";
	position: absolute;
	top: 5px;
	left: calc(50% - 15px);
	font-size: 30px;
	color: #de5d35;
}
.card-comment.bg-green:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	position: absolute;
	top: 5px;
	left: calc(50% - 15px);
	font-size: 30px;
	color: #7fc15b;
}
/******************************************
.table-judge-detail {
	border: 1px solid #d9c88b;
	font-size: .9rem;
}
.table-judge-detail th {
	border: 1px solid #d9c88b;
	padding: 3px 5px;
	min-width: 10%;
	max-width: 20%;
}
.table-judge-detail th:first-child {
	min-width: 30%;
}
.table-judge-detail td {
	border: 1px solid #d9c88b;
	padding: 3px 5px;
}

.table-judge-detail td .positive {
	font-weight: bold;
}
.table-judge-detail td .negative {
	font-weight: bold;
}
******************************************/
.card-outer {
    font-family: "logo-type-gothic";
}

