@charset "UTF-8";

.detail { /* 2019.1.25 修正 */
	width: 550px;
	font-size: 12px;
	line-height: 160%;
	color: #777;
	padding-bottom: 1em;
    margin-bottom: 1rem;
}
.detail h3 {
	font-size: 15px;
	font-weight: bold;
	color: #D1006F;
	padding-bottom: 0.5em;
}
.detail ul {
	padding-left: 2em;
}
.detail li {
	font-size: 12px;
	line-height: 160%;
	color: #777;
    list-style: disc;
}

.detail a{text-decoration: underline;font-weight: 600}

.info {
	width: 526px;
	background-color: #FFFFCC;
	padding: 1em;
	margin-bottom: 1em;
}

/* X-Rite Judge QC 標準光源ブース 2016.10.17 */
/* 表組みバリエーション */
table.tbl_jqc_01 {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	border-right: 2px solid #8BA5CB;
	border-bottom: 2px solid #8BA5CB;
	width: 100%;
	margin-bottom: 5px;
	 }
	
table.tbl_jqc_01 thead {
	border: 2px solid #8BA5CB;
	border-bottom: 1px solid #8BA5CB;
	background-color: #DEE5F1;

}
table.tbl_jqc_01 thead th,
table.tbl_jqc_01 thead td {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #8BA5CB;
	vertical-align: middle;
}

table.tbl_jqc_01 thead th,
table.tbl_jqc_01 tbody th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #8BA5CB;
	vertical-align: middle;
	background-color: #B3BFD3;
	color: #FFFFFF;
	text-align: left;
}


table.tbl_jqc_01 tbody tr:nth-child(even) { /*偶数番目の指定*/
	background-color: #DEE5F1;
}

table.tbl_jqc_01 tbody th {
	xwidth: 200px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #8BA5CB;
	border-left: 2px solid #8BA5CB;
	border-bottom:1px solid #8BA5CB;
	white-space: nowrap;
}

table.tbl_jqc_01 td {
	xwidth: 160px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #8BA5CB;
	border-bottom: 1px solid #8BA5CB;
	vertical-align: middle; 
}