/* CSS Document */

.matrix_common{margin:10px 0; border-collapse:collapse; border:solid 1px #ccc}
.matrix select{width:100%}
.matrix_common input[type="text"]{width:98%; vertical-align:middle; text-align:center; /* float:right; */}
.matrix_common input[type="text"]::after{content:'';clear:both}
.boardList {width:400px; border-collapse:collapse;}
.white_first {background-color:#ffffff; font-size:14px; color:#000000; text-align:left; padding:3px;}
.white_first_center {background-color:#ffffff; font-size:14px; color:#000000; text-align:center; padding:3px;}

.matrix_common .title_row {text-align:center; width:50%; float:left; margin-top:22px; word-break:break-all;}
.matrix_common .title_col {text-align:center; width:50%; float:right; margin-top:-2px; word-break:break-all;}

.tr {background-color:#ffffff; font-size:14px; color:#000000; padding:3px;}
.td {text-align:center; font-size:14px; color:#000000; padding:5px 10px;height:30px	}

.gray_first {background-color:#595959; font-size:14px; color:#ffffff !important; padding:3px;}
.gray_first_td {background-color:#595959; font-size:14px; color:#ffffff !important; text-align:center; padding:1px;}
.gray_tr {background-color:#ffffff; font-size:14px; color:#000000; padding:3px;}
.gray2_tr {background-color:#f4f4f4; font-size:14px; color:#000000; padding:3px;}

.blue_first {background-color:#94b1e8; font-size:14px; color:#ffffff !important; padding:3px;}
.blue_first_td {background-color:#94b1e8; font-size:14px; color:#ffffff !important; text-align:center; padding:1px;}
.blue_tr {background-color:#ffffff; font-size:14px; color:#000000; padding:3px;}
.blue2_tr {background-color:#eff6ff; font-size:14px; color:#000000; padding:3px;}

.brown_first {background-color:#d0ae92; font-size:14px; color:#ffffff !important; padding:3px;}
.brown_first_td {background-color:#d0ae92; font-size:14px; color:#ffffff !important; text-align:center; padding:1px;}
.brown_tr {background-color:#ffffff; font-size:14px; color:#000000; padding:3px;}
.brown2_tr {background-color:#ece6df; font-size:14px; color:#000000; padding:3px;}

.green_first {background-color:#82ac65; font-size:14px; color:#ffffff !important; padding:3px;}
.green_first_td {background-color:#82ac65; font-size:14px; color:#ffffff !important; text-align:center; padding:1px;}
.green_tr {background-color:#ffffff; font-size:14px; color:#000000; padding:3px;}
.green2_tr {background-color:#f1f9e0; font-size:14px; color:#000000; padding:3px;}



.matrix_color_td {text-align:center;color:#ffffff !important;}


#modal_overlay {
				position:absolute; 
				top:0;
				left:0;
				width:100%;
				height:100%;
				background:#000;
				opacity:0.5;
				filter:alpha(opacity=50);
				z-index: 10000;
			}

#modal_modal {
				position:absolute;
				background:url(../../image/tint20.png) 0 0 repeat;
				background:rgba(0,0,0,0.2);
				border-radius:14px;
				padding:8px;
				z-index: 10001;
			}

#modal_content {
				border-radius:8px;
				background:#fff;
				padding:20px;
			}

#modal_close {
				position:absolute;
				background:url(../../image/close.png) 0 0 no-repeat;
				width:30px;
				height:30px;
				display:block;
				text-indent:-9999px;
				top:-7px;
				right:-7px;
			}


.boardList div{width:400px; border-collapse:collapse;}
.white_first div{background-color:#ffffff; font-size:14px; color:#000000; text-align:left}

.gray_first div{background-color:#595959; font-size:14px; color:#ffffff}
.gray_first_td div{background-color:#595959; font-size:14px; color:#ffffff; text-align:center}

.blue_first div{background-color:#94b1e8; font-size:14px; color:#ffffff}
.blue_first_td div{background-color:#94b1e8; font-size:14px; color:#ffffff; text-align:center}

.brown_first div{background-color:#d0ae92; font-size:14px; color:#ffffff}
.brown_first_td div{background-color:#d0ae92; font-size:14px; color:#ffffff; text-align:center}

.green_first div{background-color:#82ac65; font-size:14px; color:#ffffff}
.green_first_td div{background-color:#82ac65; font-size:14px; color:#ffffff; text-align:center}


.td div{text-align:center;}
.matrix_color_td div{text-align:center;color:#ffffff;}


.boardList p{width:400px; border-collapse:collapse;}
.white_first p{background-color:#ffffff; font-size:14px; color:#000000; text-align:left}

.gray_first p{background-color:#595959; font-size:14px; color:#ffffff}
.gray_first_td p{background-color:#595959; font-size:14px; color:#ffffff; text-align:center}

.blue_first p{background-color:#94b1e8; font-size:14px; color:#ffffff}
.blue_first_td p{background-color:#94b1e8; font-size:14px; color:#ffffff; text-align:center}

.brown_first p{background-color:#d0ae92; font-size:14px; color:#ffffff}
.brown_first_td p{background-color:#d0ae92; font-size:14px; color:#ffffff; text-align:center}

.green_first p{background-color:#82ac65; font-size:14px; color:#ffffff}
.green_first_td p{background-color:#82ac65; font-size:14px; color:#ffffff; text-align:center}


.td p{text-align:center;}
.matrix_color_td p{text-align:center;color:#ffffff;}
