/*
    使用プログラム
    MST010 会社マスタ（検索ダイアログ）
*/


/********************検索画面********************/


/*検索条件エリア幅*/
.MST010-header-width {
    width: 495px;
}
/*検索条件ボタン位置*/
.MST010-header-btn-right {
    width: 100%;
    text-align: right;
}

/****ヘッダサイズ指定****/

.MST010-div-header-tbl-area {
    width: 468px;
}

.MST010-btn_area {
    width: 468px;
}


/****各テキストボックス幅指定****/


/*会社コード*/

.MST010-txt-co_cd-width {
    width: 40px;
}


/*会社名称*/

.MST010-txt-co_nm-width {
    width: 405px;
}


/****テーブルサイズ指定****/

.MST010-tbl-search {
    width: 400px;
}


/****列幅設定****/


/*1列目(No)*/

.MST010-tbl-search thead tr th:nth-of-type(1) {
    width: 40px;
}


/*2列目(会社コード)*/

.MST010-tbl-search thead tr th:nth-of-type(2) {
    width: 75px;
}


/*3列目(会社名称)*/

.MST010-tbl-search thead tr th:nth-of-type(3) {
    /*可変*/
    width: 405px;
}


/****tbody部調整****/


/*文字配置指定*/

.MST010-tbl-search tbody tr td:nth-of-type(1) {
    text-align: right;
}
