@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");

table.wpconnectfm-list-table {
    border-collapse: collapse;
    white-space: nowrap;
}
table.wpconnectfm-list-table th, table.wpconnectfm-list-table td {
    border: solid 1px;
}

table.wpconnectfm-list-pager-table {
    margin-left: auto;
    margin-right: auto;
}

table.wpconnectfm-list-pager-table .pc-row {
    display: block;
}
table.wpconnectfm-list-pager-table .sp-row {
    display: none;
}

table.wpconnectfm-detail-table {
    border-collapse: collapse;
}
table.wpconnectfm-detail-table th, table.wpconnectfm-detail-table td {
    border: solid 1px;
}

pre.wpconnectfm-debug-info {
    border: solid 1px;
}

table.wpconnectfm-detail-button {
    margin-left: auto;
    margin-right: auto;
}

td.td-left {
    text-align: left;
}
td.td-center {
    text-align: center;
}
td.td-right {
    text-align: right;
}

/*   梶原追記
/* ----------------------------- */
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1000px;
}
table.wpconnectfm-list-table,
table.wpconnectfm-detail-table {
	width: 100%;
	font-size: 16px;
}
table.wpconnectfm-list-table th,
table.wpconnectfm-list-table td {
   padding: 6px;
   border: 1px solid #eee;
   font-size: 16px;
   line-height: 1.8;
}
table.wpconnectfm-list-table th {
    background-color: #3F4551;
	color: #fff;
	font-weight: bold;
}
table.wpconnectfm-list-table tr td:first-of-type {
    /* background-color: #e5e2e4; */
	font-weight: bold;
}
/* table.wpconnectfm-list-table tr:nth-child(2n) td:first-of-type {
	background-color: #e6e6e6;
} */
table.wpconnectfm-list-table tr:nth-child(2n) td {
	background-color: #fbfbf6;
}
/* 詳細画面 */
table.wpconnectfm-detail-table {
	width: 100%;
}
table.wpconnectfm-detail-table tr {
    border-bottom: 1px solid #b5b1b1;
}
table.wpconnectfm-detail-table th,
table.wpconnectfm-detail-table td {
	padding: 6px;
	border: none;
}
table.wpconnectfm-detail-table th {
	width: 30%;
	text-align: left;
}

@media screen and (max-width: 768px) {
    table.wpconnectfm-list-pager-table .pc-row {
        display: none;
    }
    table.wpconnectfm-list-pager-table .sp-row {
        display: block;
    }
}
