@charset "UTF-8";

/* ============================================
   .entry-content の過剰パディングをこのページのみ上書き
   body を先頭に付けて詳細度を上げ base.css の !important に勝つ
   base.css の全ブレークポイントをカバー
   ============================================ */
body .entry-content,
body .wvrx-posts {
    padding: 0 1vw !important;
}

@media screen and (max-width: 2000px) {
    body .entry-content,
    body .wvrx-posts {
        padding: 0 1vw !important;
    }
}
@media screen and (max-width: 1800px) {
    body .entry-content,
    body .wvrx-posts {
        padding: 0 1vw !important;
    }
}
@media screen and (max-width: 1600px) {
    body .entry-content,
    body .wvrx-posts {
        padding: 0 1vw !important;
    }
}
@media screen and (max-width: 1400px) {
    body .entry-content,
    body .wvrx-posts {
        padding: 0 1vw !important;
    }
}
@media screen and (max-width: 1200px) {
    body .entry-content,
    body .wvrx-posts {
        padding: 0 1vw !important;
    }
}
@media screen and (max-width: 1000px) {
    body .entry-content,
    body .wvrx-posts {
        padding: 0 1vw !important;
    }
}

/* ============================================
   非表示初期設定
   ============================================ */
#add, #edit {
    display: none;
}

/* ============================================
   フォーム用テーブル（.dbtable）
   ============================================ */
table.dbtable,
.dbtable td,
.dbtable th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

.dbtable td,
.dbtable th {
    padding: 3px;
    height: 25px;
}

.dbtable th     { background: #f0e6cc; }
.dbtable .even  { background: #fbf8f0; }
.dbtable .odd   { background: #fefcf9; }
.dbtable .w150  { width: 150px; }

.centered   { text-align: center; }
.wmin_sousa { min-width: 60px; }
.win100     { min-width: 120px; }
.win300     { min-width: 300px; }

/* ============================================
   ボタン
   ============================================ */
.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    padding: 5px 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

/* ============================================
   絞込フィルター
   ============================================ */
#pdf_filter_area {
    margin-bottom: 12px;
}
#pdf_filter_area select {
    padding: 4px 8px;
    font-size: 14px;
}

/* ============================================
   PDF一覧テーブルラッパー
   ============================================ */
#nion_pdf_list_wrap {
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

/* ============================================
   PDF一覧テーブル（#nion_pdf_table）
   ============================================ */
#nion_pdf_table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 14px;
}

#nion_pdf_table th,
#nion_pdf_table td {
    border: 1px solid #d0d0d0;
    padding: 6px 10px;
    vertical-align: middle;
}

#nion_pdf_table thead th {
    background: #f0e6cc;
    font-weight: bold;
    text-align: left;
}

#nion_pdf_table tbody tr:nth-child(even) { background: #fbf8f0; }
#nion_pdf_table tbody tr:nth-child(odd)  { background: #fefcf9; }
#nion_pdf_table tbody tr:hover           { background: #f0ede4; }

/* 列幅 */
#nion_pdf_table th:nth-child(1),
#nion_pdf_table td:nth-child(1) { width: 70px; }   /* 大区分CD */

#nion_pdf_table th:nth-child(2),
#nion_pdf_table td:nth-child(2) { width: 70px; }   /* 小区分CD */

#nion_pdf_table th:nth-child(3),
#nion_pdf_table td:nth-child(3) {
    width: 160px;
    white-space: normal;
    word-break: break-all;
}   /* ページタイトル */

#nion_pdf_table th:nth-child(4),
#nion_pdf_table td:nth-child(4) { width: 160px; }  /* ファイル名 */

#nion_pdf_table th:nth-child(5),
#nion_pdf_table td:nth-child(5) {
    width: 200px;
    white-space: normal;
    word-break: break-all;
}   /* ファイルタイトル */

#nion_pdf_table th:nth-child(6),
#nion_pdf_table td:nth-child(6) { width: 90px; }   /* 説明 */

#nion_pdf_table th:nth-child(7),
#nion_pdf_table td:nth-child(7) { width: 50px; text-align: center; }  /* 編集 */

#nion_pdf_table th:nth-child(8),
#nion_pdf_table td:nth-child(8) { width: 50px; text-align: center; }  /* 削除 */
