/******************************************************************************
/* 変更履歴
/* 2022/03/30 @01 wada     要素の並列表示・強調赤字 追加
/******************************************************************************/
A:hover {  color: #333333; background-color: #FF9900}

.body10 {
	font-size: 10px; word-wrap: break-word;
}
.body11 {
	font-size: 11px; word-wrap: break-word;
}
.body12 {
	font-size: 12px; word-wrap: break-word;
}
.body13 {
	font-size: 13px; word-wrap: break-word; white-space: nowrap;
}
.body14 {
	font-size: 14px; word-wrap: break-word;
}
.body16 {
	font-size: 16px; word-wrap: break-word;
}
.body18 {
	font-size: 18px; word-wrap: break-word;
}
.body25 {
	font-size: 25px; word-wrap: break-word;
}
.body30 {
	font-size: 30px; word-wrap: break-word;
}
.body40 {
	font-size: 40px; word-wrap: break-word;
}

.time {
	font-size: 12px;
}


.directlink {
	font-size: 12px;
	padding-bottom: 3px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.hyou-title {
	font-size: 12px;
	font-weight: bold;
}
.ken-count-red {
	font-size: 18px;
	color: #B40000;
}
.ken-count-black {
	font-size: 18px;
}
.ken {
	font-size: 12px;
}
.page-title {
	font-size: 14px;
	font-weight: bold;
	color: #B40000;
}
.newPage { 
        page-break-before: always;
}
/* print */
@media print{
	table.table_line{border-top:solid 1px #000;border-left:solid 1px #000;}
	table.table_line tr td{border-right:solid 1px #000;border-bottom:solid 1px #000;}
	table.table_line tr td.bgblack{
		border-top:solid 5px #000;
		border-right:solid 5px #000;
		border-bottom:solid 5px #000;
		border-left:solid 5px #000;
		background-color:#000;
	}
}
table.tableTopPict{
    width:100%;
    border-collapse: collapse;
    border: 1px solid #333333;
}
table.tableTopPict td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid #333333;
}
div.pictDiv {
    width: 180px;
    height: 120px;
    background: #eeeeee;
    margin-bottom: 10px;
    text-align: center;
    display: table;
}
div.flex { /* @01 */
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-size: 14px;
}
div.flex input{ /* @01 */
	margin-left:5px;
	margin-right: 15px;
}
p.noPictMsg {
    vertical-align: middle;
    display: table-cell;
}
img.pictImg {
    width:200px;
}
p.msgRegImgComplete {
    font-size: 18px;
    border: 4px solid red;
    padding: 4px 20px;
    color: red;
    border-radius: 6px;
}
.msgRedBox {  /* @01 */
	font-size: 13px;
    font-weight: bold;
    color: red;
    border: 1px solid red;
    width: fit-content;
    padding: 4px 14px;
    border-radius: 2px;
    background: #FFECEC;	
}
div#dialogChkMtch {
    position: absolute;
    background: #ffe6e6;
    padding: 10px 20px;
    box-shadow: 2px 2px 2px black;
    top: 30px;
    left: 30%;
}
div#btnDialogClose {
    border: 1px solid;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    background: white;
    cursor: pointer;
}

/* プロテスト合格者一覧 */
table.tblProtestPassed td:nth-child(4) {
    width: 10%;
    text-align: center;
}
table.tblProtestPassed td:nth-child(3) {
    width: 45%;
    text-align: left;
}
table.tblProtestPassed td:nth-child(2) {
    width: 30%;
    text-align: left;
}
table.tblProtestPassed td:nth-child(1) {
    width: 15%;
    text-align: center;
}
table.tblProtestPassed td {
    font-size: 30px;
    height: 60px;
    border: 1px solid #333333;
    padding: 10px;
}
table.tblProtestPassed th {
    font-size: 18px;
    border: 1px solid #333333;
    padding: 10px;
}
table.tblProtestPassed {
    border: 1px solid #333333;
    border-collapse: collapse;
    word-wrap: break-word;
    width: 100%;
}
p.InvalidLicense {
    margin: 2px;
    color: white;
    background: black;
    padding: 2px 8px 4px;
    width: fit-content;
}

