/* ================================================
 *   定時集計結果表示画面(公開用)
 * ================================================ */
 #aggregate_results_disclose #aggregate_results_disclose_wrap {
    width: 95%;
    height: 578px;
    margin: 50px auto 0 auto;
    padding: 10px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    background: #f6f6f6;
    border-right: 2px solid #e2e2e2;
    border-bottom: 2px solid #d3d3d3;
}

 #aggregate_results_disclose_logtb{
    margin: 10px auto 0px 2%;
    padding: 28px 0 0 0;
    width: 100%;
    height: 400px;
}

table,tbody,tr,th,td {
    box-sizing: border-box;
}

.aggregate_results_disclose_info_header {  
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #bbb; /* 大枠の境界線 */
    margin: 0;
	position: relative;
	top: 6px;
    width: 93%;
    table-layout: fixed;
    display: table;
    font-size: 20px;
}

.aggregate_results_disclose_info_header th, 
.aggregate_results_disclose_info_header td {  
    padding: 2px 2px 3px 2px;  
    vertical-align: middle;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-right: 1px dotted #bbb;
    border-left: 1px dotted #bbb;
    text-align: center;

}  
.aggregate_results_disclose_info_header th {
    background: #F3F3F3;
    color: #666;
    border-top: 1px solid #bbb;
    border-bottom: 2px solid #bbb;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    line-height:1.1;
}  

.aggregate_results_disclose_info_list {  
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #bbb; /* 大枠の境界線 */
    margin: 0;
	position: relative;
	top: 6px;
    table-layout: fixed;
    display: table;
    font-size: 20px;
}

.aggregate_results_disclose_info_list th, 
.aggregate_results_disclose_info_list td {  
    padding: 5px 2px 3px 2px;  
    vertical-align: middle;
    border-bottom: 1px solid #bbb;
    border-right: 1px dotted #bbb;
    border-left: 1px dotted #bbb;
    text-align: center;
} 

.aggregate_results_disclose_info_list .trWhite th {
    background: #fff;
    border-bottom: 1px solid #bbb;
}

.aggregate_results_disclose_info_list tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 380px;
}

.aggregate_results_disclose_info_list tbody tr {
    background-color: #fff; /* セル 通常時背景 */
}

#SearchButton {
    font-size: 20px;
    margin: 10px 0 0 auto;
    margin-right:70%;
    margin-bottom: 10px;
    padding: 18px 30px;
    background: #BF360C;
    border-radius: 6px;
    text-align: center;
    width:100%;
    float:right;
}

#SearchButton:hover {
    background-position: 0 -30px;
    background-color: #E64A19;
    transition: .3s;
}