.displayPagerTotalCount {
    display: inline-block;
    margin: 25px 25px 0 0;
    float: left;
    min-width:100px;
}

.main-header .logo {
	font-size: 15px;
}

.statTable {
    width: auto;
    border-collapse: collapse;
    table-layout: fixed;
}



/* テーブル幅768におさえる */
.table_768 {
    width:768px;
}

/* テーブル幅nnnにおさえる */
.w_20 {
    width:20px;
}
.w_30 {
    width:30px;
}
.w_40 {
    width:40px;
}
.w_60 {
    width:60px;
}
.w_70 {
    width:80px;
}
.w_80 {
    width:80px;
}
.w_128 {
    width:128px;
}
.w_140 {
    width:140px;
}
.w_256 {
    width:256px;
}

.w20 {
    width: 20%;
}
.w80 {
    width: 80%;
}
.fs_80 {
    font-size: 80%;
}

.ar {
    text-align: right;
}
.ac {
    text-align: center;
}

.nw {
    white-space: nowrap;
}


.card {
    margin-bottom: 1rem;
}
