@charset "UTF-8";

/* 一覧の背景色 */
table td {
    background: #EEEEEE;
}

/* 一覧の奇数行の背景色変更 */
table tr:nth-child(odd) td {
    background: #FFFFFF;
}

.result-box {
	padding: 10px 0px 0px 0px;
}

.result-table {
	width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.list-header {
    padding: 5px 5px;
	border-top: 1px solid black;
    border-bottom: 1px solid black;
	background-color: #BDD7EE !important;
    text-align: left;
	cursor: pointer;
}

.list-body-tr {
 	cursor: pointer;
}

.list-body-td {
	padding: 10px 15px 10px 10px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    white-space: nowrap;
    max-width: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

tr th:first-child,
tr td:first-child {
	border-left: 1px solid black;
}

tr:last-child td {
	border-bottom: 1px solid black !important;
}

td:last-child {
	border-right: 1px solid black;
}

.add td {
    background-color: #00FFFF !important;
}

.del td {
    background-color: #C0C0C0 !important;
}
