﻿/*************************************************************************************/
/* 機能固有スタイルシート
/*************************************************************************************/

/* お知らせ表示 */
.sw-notice-display {
    background: #ffd;
    padding: .5rem;
    min-height: 8rem;
    width: 100%;
}
.sw-notice-display-border {
    padding: 10px;
    background-size: 10px 10px;
    background-color: #f8845d;
    background-image: linear-gradient(45deg,#f8b55d 25%,transparent 25%,transparent 50%,#f8b55d 50%,#f8b55d 75%,transparent 75%,transparent);
}

/* 自由記入欄印刷表示 */
.sw-comment-display {
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #ffffff;
    padding: .5rem;
    margin-bottom: .5rem;
    min-height: 4rem;
    width: 100%;
}

/* 図面画像 */
.sw-applyedit-img img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

/* 図面情報登録画面の登録項目一覧 */
.sw-table-applycreate {
    border: 1px solid #333;
}
.sw-table-applycreate td:nth-of-type(1) { /* 登録チェック */
    width: 5rem;
}
/* 受付番号 */
/*
.sw-table-applycreate td:nth-of-type(2) {
    width: 8rem;
}*/
/* 場所 */
/*
.sw-table-applycreate td:nth-of-type(3) {
    width: 10rem;
}*/
.sw-table-applycreate td:nth-of-type(2) { /* 工事名 */
    width: auto;
}
.sw-table-applycreate td:nth-of-type(3) { /* 継続紙ファイル */
    width: 26rem;
}

/* 処理結果明細確認画面の検出記号詳細一覧 */
.sw-table-applyedit td:nth-of-type(1) { /* 番号 */
    width: 6rem;
}
.sw-table-applyedit td:nth-of-type(2) { /* チェック対象 */
    width: 12rem;
}

.sw-table-applyedit td:nth-of-type(3) { /* 検出内容 */
    width: auto;
}

.sw-table-applyedit td:nth-of-type(4), /* OK/NG */
.sw-table-applyedit td:nth-of-type(5), /* 審査対象チェック */
.sw-table-applyedit td:nth-of-type(6) { /* 低精度チェック */
    width: 6rem;
/*    text-align: center;*/
}